diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-09 09:29:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-09 09:29:16 +0000 |
commit | 1800d08aead6bc7f846f3ef143a8c0a25b46e788 (patch) | |
tree | 70bb20674a7fd5194419a1666634e1e611c2953a /sysutils/duplicity05/Makefile | |
parent | 51daba01b8252d6fd6c48033c5e265adc0d21f26 (diff) | |
download | ports-1800d08aead6bc7f846f3ef143a8c0a25b46e788.tar.gz ports-1800d08aead6bc7f846f3ef143a8c0a25b46e788.zip |
Notes
Diffstat (limited to 'sysutils/duplicity05/Makefile')
-rw-r--r-- | sysutils/duplicity05/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/duplicity05/Makefile b/sysutils/duplicity05/Makefile index 02fd0453a00f..aea3537c7eb5 100644 --- a/sysutils/duplicity05/Makefile +++ b/sysutils/duplicity05/Makefile @@ -6,10 +6,9 @@ # PORTNAME= duplicity -PORTVERSION= 0.5.18 +PORTVERSION= 0.5.20 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://code.launchpad.net/duplicity/0.5-series/${PORTVERSION}/+download/ MAINTAINER= peter.schuller@infidyne.com COMMENT= Untrusted backup using rsync algorithm @@ -18,6 +17,9 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 +# fetch claims "Moved temporarily" without this - why? (inspired by deskutils/gtg) +FETCH_ARGS= -pRr + CONFLICTS= duplicity-devel-[0-9]* USE_PYTHON= 2.4+ @@ -29,7 +31,7 @@ MAN1= duplicity.1 rdiffdir.1 DOCFILES= CHANGELOG \ COPYING \ - CVS-README \ + REPO-README \ LOG-README \ README \ tarfile-LICENSE |