pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
chirp: Document upstream versioning
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Tue Aug 11 17:12:47 2020 -0400
Changeset: 4c60a2e6e0882fc5108dec7392542b0652552786
Modified Files:
chirp-devel/DESCR
chirp-devel/Makefile
chirp-devel/TODO
Log Message:
chirp: Document upstream versioning
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c60a2e6e0882fc5108dec7392542b0652552786
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
chirp-devel/DESCR | 9 ++++++---
chirp-devel/Makefile | 11 +++++++++++
chirp-devel/TODO | 15 ++-------------
3 files changed, 19 insertions(+), 16 deletions(-)
diffs:
diff --git a/chirp-devel/DESCR b/chirp-devel/DESCR
index 3e956b0aab..e30a9fe279 100644
--- a/chirp-devel/DESCR
+++ b/chirp-devel/DESCR
@@ -1,3 +1,6 @@
-CHIRP is a free, open-source tool for programming your amateur
-radio. It supports a large number of manufacturers and models, as well
-as provides a way to interface with multiple data sources and formats.
+CHIRP is a free, open-source tool for programming your amateur radio.
+It supports a large number of manufacturers and models, as well as
+provides a way to interface with multiple data sources and formats.
+
+This package provides the stable version preferred by upstream,
+sometimes called "chirp-daily" in other contexts.
diff --git a/chirp-devel/Makefile b/chirp-devel/Makefile
index 03d0adca6a..d4108bc3b0 100644
--- a/chirp-devel/Makefile
+++ b/chirp-devel/Makefile
@@ -1,5 +1,16 @@
# $NetBSD$
+# Chirp does not have what would normally called releasees. They have
+# "daily builds" which are like releases except that:
+# they are called chirp-daily instead of chirp
+# they have YYYYMMDD version numbers
+# they don't have the usual release testing
+# Upstream says
+# they will not go back to regular version numbers
+# the preferred name is chirp, not chirp-daily
+# via
+# https://chirp.danplanet.com/issues/8067
+# https://chirp.danplanet.com/news/15
PKGVERSION= 20200622
PKGNAME= chirp-${PKGVERSION}
DISTNAME= chirp-daily-${PKGVERSION_NOREV}
diff --git a/chirp-devel/TODO b/chirp-devel/TODO
index 147e4309c3..3cf50f4a9e 100644
--- a/chirp-devel/TODO
+++ b/chirp-devel/TODO
@@ -1,16 +1,5 @@
-* VERSION
+Update to latest.
-Figure out the version problem. Ticket filed upstream asking for clarification:
- https://chirp.danplanet.com/issues/8067
+Probably this is ready.
-It seems that version according to chirp is "daily-YYYYMMNDD". This
-has multiple issues for pkgsrc:
- * "-" is not allowed
- * "daily" is not a version number
- * "daily" does not clearly sort after 0.4.1
- * (plus as described in the ticket, the future is unclear
-Options seem to be:
- * Use YYYYMMDD as the version, and expect users to perform manual
- intervention if there are ever releases.
- * Use 0.5.YYYYMMDD using "0.5" to represent "daily".
Home |
Main Index |
Thread Index |
Old Index