From owner-svn-ports-all@freebsd.org Sat Jan 27 20:14:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2AF8EB769F; Sat, 27 Jan 2018 20:14:29 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74E7F78281; Sat, 27 Jan 2018 20:14:29 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FDB77623; Sat, 27 Jan 2018 20:14:29 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0RKETar098365; Sat, 27 Jan 2018 20:14:29 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0RKETtI098361; Sat, 27 Jan 2018 20:14:29 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201801272014.w0RKETtI098361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 27 Jan 2018 20:14:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460150 - head/sysutils/duplicity X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/duplicity X-SVN-Commit-Revision: 460150 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jan 2018 20:14:30 -0000 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 * * * *************************************************************************