diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-01-27 20:14:28 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-01-27 20:14:28 +0000 |
commit | 87c292906d9d7b9acf354ea5a67a9e2bd6d60c6e (patch) | |
tree | c9cd7fa12661d59f098ebf988bbf7d4a1e3c57dc /sysutils/duplicity | |
parent | 2cf8a65558495364d33b11aefb9a3c51f576566c (diff) | |
download | ports-87c292906d9d7b9acf354ea5a67a9e2bd6d60c6e.tar.gz ports-87c292906d9d7b9acf354ea5a67a9e2bd6d60c6e.zip |
Notes
Diffstat (limited to 'sysutils/duplicity')
-rw-r--r-- | sysutils/duplicity/Makefile | 8 | ||||
-rw-r--r-- | sysutils/duplicity/distinfo | 6 | ||||
-rw-r--r-- | sysutils/duplicity/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/duplicity/pkg-message | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 35473da912a3..03b392856c3b 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.7.15 +PORTVERSION= 0.7.16 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ @@ -15,10 +15,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= librsync.so:net/librsync2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners@${FLAVOR} -USES= python:2 +USES= python:2.7 shebangfix USE_PYTHON= autoplist distutils USE_LDCONFIG= yes +SHEBANG_FILES= bin/duplicity bin/rdiffdir + PORTDOCS= CHANGELOG COPYING README README-REPO README-LOG OPTIONS_DEFINE= DOCS FTP FTPS GDOCS GIO NLS S3 @@ -26,7 +28,7 @@ OPTIONS_GROUP= GPG SSH OPTIONS_SINGLE= GPG OPTIONS_SINGLE_GPG= GNUPG GNUPG2 OPTIONS_GROUP_SSH= PARAMIKO PEXPECT -OPTIONS_DEFAULT= FTP FTPS GNUPG PARAMIKO S3 +OPTIONS_DEFAULT= FTP FTPS GNUPG PARAMIKO PEXPECT S3 FTP_DESC= FTP backend FTPS_DESC= FTPS backend GDOCS_DESC= Google Docs backend diff --git a/sysutils/duplicity/distinfo b/sysutils/duplicity/distinfo index c346703f3c81..8c80ad05cf53 100644 --- a/sysutils/duplicity/distinfo +++ b/sysutils/duplicity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510608740 -SHA256 (duplicity-0.7.15.tar.gz) = 50bf7d14413284ecb036146ab9ba0e271937f2fa7826f8c8300b2965eb450a6c -SIZE (duplicity-0.7.15.tar.gz) = 1563272 +TIMESTAMP = 1517075653 +SHA256 (duplicity-0.7.16.tar.gz) = a8f5e1e77dcc5e03a7d206086b8ef89fa574c59de582ed15db5987c40b842718 +SIZE (duplicity-0.7.16.tar.gz) = 1563676 diff --git a/sysutils/duplicity/pkg-descr b/sysutils/duplicity/pkg-descr index 0699603e77f3..282f8bf6530f 100644 --- a/sysutils/duplicity/pkg-descr +++ b/sysutils/duplicity/pkg-descr @@ -5,4 +5,4 @@ parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server. -WWW: http://www.nongnu.org/duplicity/ +WWW: http://duplicity.nongnu.org diff --git a/sysutils/duplicity/pkg-message b/sysutils/duplicity/pkg-message index 70b6c14c1f2d..4f191389c897 100644 --- a/sysutils/duplicity/pkg-message +++ b/sysutils/duplicity/pkg-message @@ -21,6 +21,6 @@ * Some fixes related to gnupg handling were made in v0.7.12. * * * * Please visit the following URL for more information: * -* http://www.nongnu.org/duplicity/CHANGELOG * +* http://duplicity.nongnu.org/CHANGELOG * * * ************************************************************************* |