ports/165705: sysutils/duplicity needs paramiko module

Jase Thew freebsd at beardz.net
Mon Mar 5 13:40:14 UTC 2012


The following reply was made to PR ports/165705; it has been noted by GNATS.

From: Jase Thew <freebsd at beardz.net>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/165705: sysutils/duplicity needs paramiko module
Date: Mon, 05 Mar 2012 13:30:47 +0000

 This is a multi-part message in MIME format.
 --------------000508070601050905040307
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Please find attached a patch which resolves the issue:
 
 - Add run dependency on security/py-paramiko to fix new and undocumented 
 dependency added to duplicity's ssh backend in last upstream release.
 - Add run dependency on devel/py-boto to enable use of duplicity's S3 
 backend.
 
 Regards,
 
 Jase Thew.
 
 --------------000508070601050905040307
 Content-Type: text/plain;
  name="duplicity-0.6.18_1.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="duplicity-0.6.18_1.patch"
 
 diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/Makefile /usr/ports/sysutils/duplicity/Makefile
 --- /usr/ports/sysutils/duplicity.orig/Makefile	2012-03-03 19:54:37.000000000 +0000
 +++ /usr/ports/sysutils/duplicity/Makefile	2012-03-05 13:21:55.030869553 +0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	duplicity
  PORTVERSION=	0.6.18
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/
  
 @@ -16,7 +17,9 @@
  LIB_DEPENDS=	rsync.1:${PORTSDIR}/net/librsync
  RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
  		ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 \
 -		lftp>=3.7.15:${PORTSDIR}/ftp/lftp
 +		lftp>=3.7.15:${PORTSDIR}/ftp/lftp \
 +		${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:${PORTSDIR}/security/py-paramiko \
 +		${PYTHON_PKGNAMEPREFIX}boto>=1.6b:${PORTSDIR}/devel/py-boto
  
  OPTIONS=	NLS "National Language Support" on
  
 
 --------------000508070601050905040307--



More information about the freebsd-ports-bugs mailing list