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:   gdt
Date:           Wed Dec  7 14:02:20 UTC 2022

Modified Files:
        pkgsrc/ham/chirp: Makefile PLIST distinfo

Log Message:
ham/chirp: Update to 20221207

Upstream snapshots are always micro-ish


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/ham/chirp/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/ham/chirp/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/chirp/distinfo

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.53 pkgsrc/ham/chirp/Makefile:1.54
--- pkgsrc/ham/chirp/Makefile:1.53      Wed Nov 23 16:20:24 2022
+++ pkgsrc/ham/chirp/Makefile   Wed Dec  7 14:02:20 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2022/11/23 16:20:24 adam Exp $
+# $NetBSD: Makefile,v 1.54 2022/12/07 14:02:20 gdt Exp $
 
-DISTNAME=      chirp-daily-20221118
+DISTNAME=      chirp-daily-20221207
 PKGNAME=       ${DISTNAME:S/-daily//}
 PKGREVISION=   1
 CATEGORIES=    ham

Index: pkgsrc/ham/chirp/PLIST
diff -u pkgsrc/ham/chirp/PLIST:1.17 pkgsrc/ham/chirp/PLIST:1.18
--- pkgsrc/ham/chirp/PLIST:1.17 Fri Nov 18 13:20:42 2022
+++ pkgsrc/ham/chirp/PLIST      Wed Dec  7 14:02:20 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2022/11/18 13:20:42 gdt Exp $
+@comment $NetBSD: PLIST,v 1.18 2022/12/07 14:02:20 gdt Exp $
 bin/chirpw
 bin/rpttool
 ${PYSITELIB}/${EGG_INFODIR}
@@ -71,12 +71,12 @@ ${PYSITELIB}/chirp/drivers/baofeng_uv3r.
 ${PYSITELIB}/chirp/drivers/baofeng_wp970i.py
 ${PYSITELIB}/chirp/drivers/baofeng_wp970i.pyc
 ${PYSITELIB}/chirp/drivers/baofeng_wp970i.pyo
-${PYSITELIB}/chirp/drivers/bf-t1.py
-${PYSITELIB}/chirp/drivers/bf-t1.pyc
-${PYSITELIB}/chirp/drivers/bf-t1.pyo
-${PYSITELIB}/chirp/drivers/bf-t8.py
-${PYSITELIB}/chirp/drivers/bf-t8.pyc
-${PYSITELIB}/chirp/drivers/bf-t8.pyo
+${PYSITELIB}/chirp/drivers/bf_t1.py
+${PYSITELIB}/chirp/drivers/bf_t1.pyc
+${PYSITELIB}/chirp/drivers/bf_t1.pyo
+${PYSITELIB}/chirp/drivers/bf_t8.py
+${PYSITELIB}/chirp/drivers/bf_t8.pyc
+${PYSITELIB}/chirp/drivers/bf_t8.pyo
 ${PYSITELIB}/chirp/drivers/bj9900.py
 ${PYSITELIB}/chirp/drivers/bj9900.pyc
 ${PYSITELIB}/chirp/drivers/bj9900.pyo
@@ -257,6 +257,9 @@ ${PYSITELIB}/chirp/drivers/id31.pyo
 ${PYSITELIB}/chirp/drivers/id51.py
 ${PYSITELIB}/chirp/drivers/id51.pyc
 ${PYSITELIB}/chirp/drivers/id51.pyo
+${PYSITELIB}/chirp/drivers/id5100.py
+${PYSITELIB}/chirp/drivers/id5100.pyc
+${PYSITELIB}/chirp/drivers/id5100.pyo
 ${PYSITELIB}/chirp/drivers/id51plus.py
 ${PYSITELIB}/chirp/drivers/id51plus.pyc
 ${PYSITELIB}/chirp/drivers/id51plus.pyo
@@ -269,9 +272,9 @@ ${PYSITELIB}/chirp/drivers/id880.pyo
 ${PYSITELIB}/chirp/drivers/idrp.py
 ${PYSITELIB}/chirp/drivers/idrp.pyc
 ${PYSITELIB}/chirp/drivers/idrp.pyo
-${PYSITELIB}/chirp/drivers/iradio_uv-5118.py
-${PYSITELIB}/chirp/drivers/iradio_uv-5118.pyc
-${PYSITELIB}/chirp/drivers/iradio_uv-5118.pyo
+${PYSITELIB}/chirp/drivers/iradio_uv_5118.py
+${PYSITELIB}/chirp/drivers/iradio_uv_5118.pyc
+${PYSITELIB}/chirp/drivers/iradio_uv_5118.pyo
 ${PYSITELIB}/chirp/drivers/kenwood_hmk.py
 ${PYSITELIB}/chirp/drivers/kenwood_hmk.pyc
 ${PYSITELIB}/chirp/drivers/kenwood_hmk.pyo
@@ -404,6 +407,9 @@ ${PYSITELIB}/chirp/drivers/th_uvf8d.pyo
 ${PYSITELIB}/chirp/drivers/thd72.py
 ${PYSITELIB}/chirp/drivers/thd72.pyc
 ${PYSITELIB}/chirp/drivers/thd72.pyo
+${PYSITELIB}/chirp/drivers/thd74.py
+${PYSITELIB}/chirp/drivers/thd74.pyc
+${PYSITELIB}/chirp/drivers/thd74.pyo
 ${PYSITELIB}/chirp/drivers/thuv1f.py
 ${PYSITELIB}/chirp/drivers/thuv1f.pyc
 ${PYSITELIB}/chirp/drivers/thuv1f.pyo
@@ -615,3 +621,4 @@ share/chirp/stock_configs/US MURS Channe
 share/chirp/stock_configs/US Marine VHF Channels.csv
 share/doc/chirp/COPYING
 share/pixmaps/chirp.png
+

Index: pkgsrc/ham/chirp/distinfo
diff -u pkgsrc/ham/chirp/distinfo:1.30 pkgsrc/ham/chirp/distinfo:1.31
--- pkgsrc/ham/chirp/distinfo:1.30      Fri Nov 18 13:20:42 2022
+++ pkgsrc/ham/chirp/distinfo   Wed Dec  7 14:02:20 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2022/11/18 13:20:42 gdt Exp $
+$NetBSD: distinfo,v 1.31 2022/12/07 14:02:20 gdt Exp $
 
-BLAKE2s (chirp-daily-20221118.tar.gz) = ae1ac7fec4ad0948fdb73edb59045b8e00c316b0cde5be15fa6229781e9166b6
-SHA512 (chirp-daily-20221118.tar.gz) = 60c914e86e816e9c7d1884b78af8fa3ce3dcfb924c472347af6d74f4ffcc260b81de74d057cacb0180d050f81e0bfca29fd0dad717adf0a01ae6e03fa513ad0d
-Size (chirp-daily-20221118.tar.gz) = 1117335 bytes
+BLAKE2s (chirp-daily-20221207.tar.gz) = 6ef809fde80401cc0d8ebb1ca2cb59c71cd05187857fc957621a1692f377a171
+SHA512 (chirp-daily-20221207.tar.gz) = 442d54bb2232bc5babb968945ecd578e65d994fef0256c083d94ee927688256799ad35591c922e678fce0e9773de3dbd266e67c93f704fc23a474a06da9610fe
+Size (chirp-daily-20221207.tar.gz) = 1126008 bytes
 SHA1 (patch-chirp_platform.py) = f8c0f7ffb0fa08b2b3a591a9ccdf4efca7838646
 SHA1 (patch-chirp_ui_mainapp.py) = 4e201ed531a34800687fa1dcaa18c8406c22d925
 SHA1 (patch-setup.py) = 28302403b4cd397b9654aeead4ab7910164312c2



Home | Main Index | Thread Index | Old Index