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:           Fri Jan 14 14:59:43 UTC 2022

Modified Files:
        pkgsrc/ham/chirp: Makefile PLIST

Log Message:
chirp: simplify

Add egg file to PLIST.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/ham/chirp/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/chirp/PLIST

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.40 pkgsrc/ham/chirp/Makefile:1.41
--- pkgsrc/ham/chirp/Makefile:1.40      Mon Jan 10 08:11:43 2022
+++ pkgsrc/ham/chirp/Makefile   Fri Jan 14 14:59:43 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2022/01/10 08:11:43 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2022/01/14 14:59:43 wiz Exp $
 
-PKGVERSION=    20211216
-PKGNAME=       chirp-${PKGVERSION}
-DISTNAME=      chirp-daily-${PKGVERSION_NOREV}
+DISTNAME=      chirp-daily-20211216
+PKGNAME=       ${DISTNAME:S/-daily//}
 PKGREVISION=   1
 CATEGORIES=    ham
 MASTER_SITES=  https://trac.chirp.danplanet.com/chirp_daily/daily-${PKGVERSION_NOREV}/
@@ -31,6 +30,7 @@ DEPENDS+=     ${PYPKGPREFIX}-serial>=2.7:../
 DEPENDS+=      ${PYPKGPREFIX}-future>=0.18.0:../../devel/py-future
 
 PYTHON_VERSIONS_ACCEPTED=      27 # py-gtk2
+EGG_NAME=      chirp-daily_${PKGVERSION_NOREV}
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/ham/chirp/PLIST
diff -u pkgsrc/ham/chirp/PLIST:1.10 pkgsrc/ham/chirp/PLIST:1.11
--- pkgsrc/ham/chirp/PLIST:1.10 Mon Jan 10 08:11:43 2022
+++ pkgsrc/ham/chirp/PLIST      Fri Jan 14 14:59:43 2022
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.10 2022/01/10 08:11:43 wiz Exp $
-@pkgdir share/chirp/images
+@comment $NetBSD: PLIST,v 1.11 2022/01/14 14:59:43 wiz Exp $
 bin/chirpw
 bin/rpttool
+${PYSITELIB}/${EGG_INFODIR}
 ${PYSITELIB}/chirp/__init__.py
 ${PYSITELIB}/chirp/__init__.pyc
 ${PYSITELIB}/chirp/__init__.pyo



Home | Main Index | Thread Index | Old Index