pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/bg5pdf



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Apr 12 19:39:55 UTC 2020

Modified Files:
        pkgsrc/print/bg5pdf: Makefile

Log Message:
Supports only Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/bg5pdf/Makefile

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

Modified files:

Index: pkgsrc/print/bg5pdf/Makefile
diff -u pkgsrc/print/bg5pdf/Makefile:1.35 pkgsrc/print/bg5pdf/Makefile:1.36
--- pkgsrc/print/bg5pdf/Makefile:1.35   Mon Nov  4 19:57:58 2019
+++ pkgsrc/print/bg5pdf/Makefile        Sun Apr 12 19:39:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/11/04 19:57:58 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2020/04/12 19:39:55 joerg Exp $
 
 DISTNAME=      bg5pdf-1.0.0
 PKGREVISION=   17
@@ -18,6 +18,8 @@ NO_SOURCE_ON_CDROM=   ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 WRKSRC=                ${WRKDIR}/bg5pdf
 PY_PATCHPLIST= yes
 REPLACE_PYTHON=        bg5pdf



Home | Main Index | Thread Index | Old Index