pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/46903: Update duplicity to 0.6.19



>Number:         46903
>Category:       pkg
>Synopsis:       Update duplicity to 0.6.19
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 04 19:45:00 +0000 2012
>Originator:     Steven Sartorius
>Release:        5.1_STABLE
>Organization:
>Environment:
NetBSD atom.localnet 5.1_STABLE NetBSD 5.1_STABLE (ATOM_5) #2: Sun Feb 19 
04:38:33 EST 2012  root@atom.localnet:/usr/obj/sys/arch/amd64/compile/ATOM_5 
amd64
>Description:
The current version of duplicity in pkgsrc (0.6.16) does not connect to 
Amazon's S3 cloud; upgrading to 0.6.19 allows a connection to take place.
See the patch file below to move from 0.6.16 to 0.6.19.
>How-To-Repeat:

>Fix:
--- Makefile.orig       2012-03-15 21:05:05.000000000 -0400
+++ Makefile    2012-09-04 15:13:31.000000000 -0400
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.21 2012/03/15 11:53:38 obache Exp $

-DISTNAME=              duplicity-0.6.16
-PKGREVISION=           1
+DISTNAME=              duplicity-0.6.19
 CATEGORIES=            sysutils net
 MASTER_SITES=          
http://code.launchpad.net/duplicity/0.6-series/${PKGVERSION_NOREV}/+download/

@@ -11,7 +10,7 @@
 LICENSE=               gnu-gpl-v2

 DEPENDS+=      gnupg>=1.0.0:../../security/gnupg
-DEPENDS+=      ${PYPKGPREFIX}-boto>=0.9d:../../net/py-boto
+DEPENDS+=      ${PYPKGPREFIX}-boto>=1.6a:../../net/py-boto

 PKG_DESTDIR_SUPPORT=   user-destdir

@@ -24,6 +23,12 @@
 SUBST_SED.fix-paths=           -e 's,share/man/man1,${PKGMANDIR}/man1,'
 SUBST_SED.fix-paths+=          -e 's,share/locale,${PKGLOCALEDIR}/locale,'

+PYTHON_VERSIONS_ACCEPTED=       27 26 25 24
+
+REPLACE_PYTHON+=        *.py
+REPLACE_PYTHON+=        bin/*
+REPLACE_PYTHON+=       duplicity/*.py
+
 BUILDLINK_API_DEPENDS.librsync+=       librsync>=0.9.6
 .include "../../devel/librsync/buildlink3.mk"
 .include "../../lang/python/distutils.mk"



Home | Main Index | Thread Index | Old Index