pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/proj-data



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Apr 27 12:50:34 UTC 2025

Modified Files:
        pkgsrc/geography/proj-data: Makefile

Log Message:
geography/proj-data: Explain upstream tag/tarball mismatch

This is a note to future self.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/proj-data/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/proj-data/Makefile
diff -u pkgsrc/geography/proj-data/Makefile:1.6 pkgsrc/geography/proj-data/Makefile:1.7
--- pkgsrc/geography/proj-data/Makefile:1.6     Sun Apr 27 12:27:20 2025
+++ pkgsrc/geography/proj-data/Makefile Sun Apr 27 12:50:34 2025
@@ -1,5 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2025/04/27 12:27:20 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/27 12:50:34 gdt Exp $
 
+# Upstream has github tags 1.N.0 but the release tarball is actually
+# 1.N, so we use the version from the tarball, since that download
+# directories are a more longstanding and lasting concept than github.
+# Reported upstream by email 2025-04-27.
 VERSION_BASE=  1.21
 #VERSION_RC=   RC1
 VERSION=       ${VERSION_BASE}${VERSION_RC}



Home | Main Index | Thread Index | Old Index