pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/reposurgeon



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Sep 26 16:22:11 UTC 2022

Modified Files:
        pkgsrc/devel/reposurgeon: Makefile

Log Message:
reposurgeon: Use Python 2.7 to work properly


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/reposurgeon/Makefile

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

Modified files:

Index: pkgsrc/devel/reposurgeon/Makefile
diff -u pkgsrc/devel/reposurgeon/Makefile:1.31 pkgsrc/devel/reposurgeon/Makefile:1.32
--- pkgsrc/devel/reposurgeon/Makefile:1.31      Thu Jun 30 11:18:17 2022
+++ pkgsrc/devel/reposurgeon/Makefile   Mon Sep 26 16:22:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/06/30 11:18:17 nia Exp $
+# $NetBSD: Makefile,v 1.32 2022/09/26 16:22:10 ryoon Exp $
 
 DISTNAME=      reposurgeon-3.41
 PKGREVISION=   3
@@ -14,6 +14,8 @@ LICENSE=      2-clause-bsd
 BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
 BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 USE_TOOLS+=    gmake
 USE_LANGUAGES= # none
 MAKE_FLAGS+=   prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index