pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/duplicity Fix EGG_NAME so this packages corre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/992590b56441
branches:  trunk
changeset: 351884:992590b56441
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 31 17:20:07 2016 +0000

description:
Fix EGG_NAME so this packages correctly.

diffstat:

 sysutils/duplicity/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d77b98305725 -r 992590b56441 sysutils/duplicity/Makefile
--- a/sysutils/duplicity/Makefile       Wed Aug 31 14:15:33 2016 +0000
+++ b/sysutils/duplicity/Makefile       Wed Aug 31 17:20:07 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/08/18 11:29:06 mef Exp $
+# $NetBSD: Makefile,v 1.38 2016/08/31 17:20:07 wiz Exp $
 
 DISTNAME=      duplicity-0.7.09
 CATEGORIES=    sysutils net
@@ -19,7 +19,7 @@
 REPLACE_PYTHON+=       bin/duplicity \
                        bin/rdiffdir
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # not yet ported as of 0.6.22
-EGG_NAME=                      ${DISTNAME:S/08/8/}
+EGG_NAME=                      ${DISTNAME:S/09/9/}
 
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure



Home | Main Index | Thread Index | Old Index