Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2018 20:14:29 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460150 - head/sysutils/duplicity
Message-ID:  <201801272014.w0RKETtI098361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Jan 27 20:14:28 2018
New Revision: 460150
URL: https://svnweb.freebsd.org/changeset/ports/460150

Log:
  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]

Modified:
  head/sysutils/duplicity/Makefile
  head/sysutils/duplicity/distinfo
  head/sysutils/duplicity/pkg-descr
  head/sysutils/duplicity/pkg-message

Modified: head/sysutils/duplicity/Makefile
==============================================================================
--- head/sysutils/duplicity/Makefile	Sat Jan 27 20:09:57 2018	(r460149)
+++ head/sysutils/duplicity/Makefile	Sat Jan 27 20:14:28 2018	(r460150)
@@ -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

Modified: head/sysutils/duplicity/distinfo
==============================================================================
--- head/sysutils/duplicity/distinfo	Sat Jan 27 20:09:57 2018	(r460149)
+++ head/sysutils/duplicity/distinfo	Sat Jan 27 20:14:28 2018	(r460150)
@@ -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

Modified: head/sysutils/duplicity/pkg-descr
==============================================================================
--- head/sysutils/duplicity/pkg-descr	Sat Jan 27 20:09:57 2018	(r460149)
+++ head/sysutils/duplicity/pkg-descr	Sat Jan 27 20:14:28 2018	(r460150)
@@ -5,4 +5,4 @@ parts of files that have changed since the last backup
 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

Modified: head/sysutils/duplicity/pkg-message
==============================================================================
--- head/sysutils/duplicity/pkg-message	Sat Jan 27 20:09:57 2018	(r460149)
+++ head/sysutils/duplicity/pkg-message	Sat Jan 27 20:14:28 2018	(r460150)
@@ -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                                 *
 *                                                                       *
 *************************************************************************



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801272014.w0RKETtI098361>