pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xxdiff



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:24:54 UTC 2019

Modified Files:
        pkgsrc/textproc/xxdiff: Makefile.common

Log Message:
Uses Python 2 syntax.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/xxdiff/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/xxdiff/Makefile.common
diff -u pkgsrc/textproc/xxdiff/Makefile.common:1.1 pkgsrc/textproc/xxdiff/Makefile.common:1.2
--- pkgsrc/textproc/xxdiff/Makefile.common:1.1  Sun Mar 11 20:52:38 2018
+++ pkgsrc/textproc/xxdiff/Makefile.common      Thu Dec 19 22:24:54 2019
@@ -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 @@ LICENSE=      gnu-gpl-v2
 DISTINFO_FILE= ${.CURDIR}/../../textproc/xxdiff/distinfo
 
 XXDIFFDOCDIR=  share/doc/xxdiff
+
+PYTHON_VERSIONS_ACCEPTED=      27



Home | Main Index | Thread Index | Old Index