pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xxdiff Uses Python 2 syntax.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac58be328106
branches:  trunk
changeset: 345869:ac58be328106
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 19 22:24:54 2019 +0000

description:
Uses Python 2 syntax.

diffstat:

 textproc/xxdiff/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 64fbdc21d169 -r ac58be328106 textproc/xxdiff/Makefile.common
--- a/textproc/xxdiff/Makefile.common   Thu Dec 19 22:24:39 2019 +0000
+++ b/textproc/xxdiff/Makefile.common   Thu Dec 19 22:24:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2018/03/11 20:52:38 ginsbach Exp $
+# $NetBSD: Makefile.common,v 1.2 2019/12/19 22:24:54 joerg Exp $
 # used by textproc/xxdiff/Makefile
 # used by textproc/xxdiff-scripts/Makefile
 
@@ -16,3 +16,5 @@
 DISTINFO_FILE= ${.CURDIR}/../../textproc/xxdiff/distinfo
 
 XXDIFFDOCDIR=  share/doc/xxdiff
+
+PYTHON_VERSIONS_ACCEPTED=      27



Home | Main Index | Thread Index | Old Index