Sun Apr 28 07:15:11 2019 UTC ()
chirp: PYTHON_VERSIONS_ACCEPTED=27 because of py-gtk2


(wiz)
diff -r1.14 -r1.15 pkgsrc/ham/chirp/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/ham/chirp/Makefile (expand / switch to unified diff)

--- pkgsrc/ham/chirp/Makefile 2019/04/25 07:32:59 1.14
+++ pkgsrc/ham/chirp/Makefile 2019/04/28 07:15:11 1.15
@@ -1,30 +1,32 @@ @@ -1,30 +1,32 @@
1# $NetBSD: Makefile,v 1.14 2019/04/25 07:32:59 maya Exp $ 1# $NetBSD: Makefile,v 1.15 2019/04/28 07:15:11 wiz Exp $
2 2
3DISTNAME= chirp-0.4.1 3DISTNAME= chirp-0.4.1
4PKGREVISION= 9 4PKGREVISION= 9
5CATEGORIES= ham 5CATEGORIES= ham
6MASTER_SITES= https://chirp.danplanet.com/download/${PKGVERSION}/ 6MASTER_SITES= https://chirp.danplanet.com/download/${PKGVERSION}/
7 7
8MAINTAINER= dbj@NetBSD.org 8MAINTAINER= dbj@NetBSD.org
9HOMEPAGE= https://chirp.danplanet.com/projects/chirp/wiki/Home 9HOMEPAGE= https://chirp.danplanet.com/projects/chirp/wiki/Home
10COMMENT= Tool for programming Amateur Radio HTs 10COMMENT= Tool for programming Amateur Radio HTs
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_LANGUAGES= #none 13USE_LANGUAGES= #none
14REPLACE_PYTHON= *.py chirp/*.py chirpui/*.py 14REPLACE_PYTHON= *.py chirp/*.py chirpui/*.py
15 15
16DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial 16DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial
17 17
 18PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
 19
18.include "../../mk/bsd.prefs.mk" 20.include "../../mk/bsd.prefs.mk"
19 21
20SUBST_CLASSES+= fix-manpaths 22SUBST_CLASSES+= fix-manpaths
21SUBST_STAGE.fix-manpaths= pre-configure 23SUBST_STAGE.fix-manpaths= pre-configure
22SUBST_MESSAGE.fix-manpaths= Fixing man paths 24SUBST_MESSAGE.fix-manpaths= Fixing man paths
23SUBST_FILES.fix-manpaths= setup.py 25SUBST_FILES.fix-manpaths= setup.py
24SUBST_SED.fix-manpaths= -e 's,share/man/man1,${PKGMANDIR}/man1,g' 26SUBST_SED.fix-manpaths= -e 's,share/man/man1,${PKGMANDIR}/man1,g'
25 27
26SUBST_CLASSES+= fix-sharepaths 28SUBST_CLASSES+= fix-sharepaths
27SUBST_STAGE.fix-sharepaths= pre-configure 29SUBST_STAGE.fix-sharepaths= pre-configure
28SUBST_MESSAGE.fix-sharepaths= Fixing /usr/share paths 30SUBST_MESSAGE.fix-sharepaths= Fixing /usr/share paths
29SUBST_FILES.fix-sharepaths= chirpw 31SUBST_FILES.fix-sharepaths= chirpw
30SUBST_FILES.fix-sharepaths+= chirp/generic_xml.py 32SUBST_FILES.fix-sharepaths+= chirp/generic_xml.py