summaryrefslogtreecommitdiff
path: root/archivers/sarab/Makefile
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2008-05-28 05:13:32 +0000
committerdsainty <dsainty@pkgsrc.org>2008-05-28 05:13:32 +0000
commita77bad0f4c8fdb648a879cf945089a6baf217329 (patch)
tree836f724048bd055b2d212a9f6dd392ca62523ed8 /archivers/sarab/Makefile
parent2c372fcdfa376bb089ca7690023e5c3d3b31ccbd (diff)
downloadpkgsrc-a77bad0f4c8fdb648a879cf945089a6baf217329.tar.gz
Update SaraB to 0.2.4.
Update prompted: by http://secunia.com/advisories/30394/ ... but the previous version in Pkgsrc (0.2.2) wasn't vulnerable, the advisory only relates to new functionality added in SaraB 0.2.3. Pkgsrc changes: - Remove patch-aa, which has been applied upstream via bug 1184476: http://sourceforge.net/tracker/index.php?func=detail&aid=1184476&group_id=91804&atid=598441 - Minor pkglinting ===================================================== 05/18/2008 - SaraB version 0.2.4 ===================================================== * Security fix: Encryption ciphers are no longer passed on the dar command line ===================================================== 04/21/2008 - SaraB version 0.2.3 ===================================================== * Fixes for bugs long mentioned
Diffstat (limited to 'archivers/sarab/Makefile')
-rw-r--r--archivers/sarab/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/sarab/Makefile b/archivers/sarab/Makefile
index d6eb3ae062a..2c905db5017 100644
--- a/archivers/sarab/Makefile
+++ b/archivers/sarab/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/03/02 03:48:36 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2008/05/28 05:13:32 dsainty Exp $
-DISTNAME= sarab-0.2.2
-PKGREVISION= 1
+DISTNAME= sarab-0.2.4
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sarab/}
@@ -11,7 +10,6 @@ COMMENT= Schedule And Rotate Automatic Backups
#LICENSE= GPL
DEPENDS+= dar-[0-9]*:../../archivers/dar
-WRKSRC= ${WRKDIR}/sarab
PKG_DESTDIR_SUPPORT= user-destdir
@@ -60,13 +58,14 @@ INSTALLATION_DIRS= bin ${EGDIR}
do-build: # do nothing
do-install:
+ set -e; \
for example in \
${WRKSRC}/etc/rotation.schedule.README \
${WRKSRC}/etc/rotation.schedule \
${WRKSRC}/etc/sarab.conf \
${WRKSRC}/etc/sarab.dcf \
${WRKSRC}/etc/examples/*; do \
- ${INSTALL_DATA} $${example} ${DESTDIR}${EGDIR}; \
+ ${INSTALL_DATA} "$${example}" ${DESTDIR}${EGDIR}; \
done
${INSTALL_SCRIPT} ${WRKSRC}/sarab.sh ${DESTDIR}${PREFIX}/bin/sarab