mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
sysutils/duplicity: Update to 0.7.16
- Enable option PEXPECT as default [1] - Fix shebang errors [1] - Update the deprecated way of setting Python version - Fix WWW Changes: https://launchpad.net/duplicity/+milestone/0.7.16 Submitted by: mmokhi [1] Differential Revision: D14052 [1]
This commit is contained in:
parent
2cf8a65558
commit
87c292906d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460150
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 *
|
||||
* *
|
||||
*************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user