pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/chirp chirp: simplify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e2c0eef5c4e
branches:  trunk
changeset: 371797:4e2c0eef5c4e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 14 14:59:43 2022 +0000

description:
chirp: simplify

Add egg file to PLIST.

diffstat:

 ham/chirp/Makefile |  8 ++++----
 ham/chirp/PLIST    |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 377d9893242d -r 4e2c0eef5c4e ham/chirp/Makefile
--- a/ham/chirp/Makefile        Fri Jan 14 14:58:39 2022 +0000
+++ b/ham/chirp/Makefile        Fri Jan 14 14:59:43 2022 +0000
@@ -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}-future>=0.18.0:../../devel/py-future
 
 PYTHON_VERSIONS_ACCEPTED=      27 # py-gtk2
+EGG_NAME=      chirp-daily_${PKGVERSION_NOREV}
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 377d9893242d -r 4e2c0eef5c4e ham/chirp/PLIST
--- a/ham/chirp/PLIST   Fri Jan 14 14:58:39 2022 +0000
+++ b/ham/chirp/PLIST   Fri Jan 14 14:59:43 2022 +0000
@@ -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