diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2009-04-12 19:14:09 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2009-04-12 19:14:09 +0000 |
commit | afbe41ae11c896a79716170640c387afe3023075 (patch) | |
tree | c62400b2eb63c2e323e356f6f82131e403f4f615 /sysutils/duplicity05/Makefile | |
parent | c232d56aabbdc4c027e6933b8581762d401cf711 (diff) |
Upgrade sysutils/duplicity from 0.5.13 to 0.5.15
ChangeLog:
http://duplicity.nongnu.org/CHANGELOG
PR: ports/133432 (is for upgrade to 0.5.14, but is essentially the same)
Submitted by: Peter Schuller <peter.schuller@infidyne.com>
Notes
Notes:
svn path=/head/; revision=232228
Diffstat (limited to 'sysutils/duplicity05/Makefile')
-rw-r--r-- | sysutils/duplicity05/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/duplicity05/Makefile b/sysutils/duplicity05/Makefile index c32903b48cd9..5b520e8e8e14 100644 --- a/sysutils/duplicity05/Makefile +++ b/sysutils/duplicity05/Makefile @@ -6,7 +6,7 @@ # PORTNAME= duplicity -PORTVERSION= 0.5.13 +PORTVERSION= 0.5.15 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,8 @@ MAINTAINER= vd@FreeBSD.org COMMENT= Untrusted backup using rsync algorithm LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ + ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes |