pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/chirp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 28 07:15:11 UTC 2019

Modified Files:
        pkgsrc/ham/chirp: Makefile

Log Message:
chirp: PYTHON_VERSIONS_ACCEPTED=27 because of py-gtk2


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/ham/chirp/Makefile

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

Modified files:

Index: pkgsrc/ham/chirp/Makefile
diff -u pkgsrc/ham/chirp/Makefile:1.14 pkgsrc/ham/chirp/Makefile:1.15
--- pkgsrc/ham/chirp/Makefile:1.14      Thu Apr 25 07:32:59 2019
+++ pkgsrc/ham/chirp/Makefile   Sun Apr 28 07:15:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/04/25 07:32:59 maya Exp $
+# $NetBSD: Makefile,v 1.15 2019/04/28 07:15:11 wiz Exp $
 
 DISTNAME=      chirp-0.4.1
 PKGREVISION=   9
@@ -15,6 +15,8 @@ REPLACE_PYTHON= *.py chirp/*.py chirpui/
 
 DEPENDS+=       ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial
 
+PYTHON_VERSIONS_ACCEPTED=      27 # py-gtk2
+
 .include "../../mk/bsd.prefs.mk"
 
 SUBST_CLASSES+=                        fix-manpaths



Home | Main Index | Thread Index | Old Index