pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/duplicity
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 31 17:20:08 UTC 2016
Modified Files:
pkgsrc/sysutils/duplicity: Makefile
Log Message:
Fix EGG_NAME so this packages correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/duplicity/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/duplicity/Makefile
diff -u pkgsrc/sysutils/duplicity/Makefile:1.37 pkgsrc/sysutils/duplicity/Makefile:1.38
--- pkgsrc/sysutils/duplicity/Makefile:1.37 Thu Aug 18 11:29:06 2016
+++ pkgsrc/sysutils/duplicity/Makefile Wed Aug 31 17:20:07 2016
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*
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