pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/hamlib
Module Name: pkgsrc
Committed By: gdt
Date: Thu Nov 10 14:32:44 UTC 2022
Modified Files:
pkgsrc/ham/hamlib: Makefile
Log Message:
ham/hamlib: Use github as MASTER_SITES
Upstream just documented the github/sourceforge relationship.
(Same bits, so no change to package.)
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/ham/hamlib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/hamlib/Makefile
diff -u pkgsrc/ham/hamlib/Makefile:1.59 pkgsrc/ham/hamlib/Makefile:1.60
--- pkgsrc/ham/hamlib/Makefile:1.59 Thu Nov 10 14:22:13 2022
+++ pkgsrc/ham/hamlib/Makefile Thu Nov 10 14:32:44 2022
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.59 2022/11/10 14:22:13 gdt Exp $
+# $NetBSD: Makefile,v 1.60 2022/11/10 14:32:44 gdt Exp $
#
VERSION= 4.5
PKGREVISION= 1
DISTNAME= hamlib-${VERSION}
CATEGORIES= ham
-# hamlib is both at github and sourceforge. Upstream is not clear
-# about which is primary and which is secondary.
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
-# github contains actual releases as assets attached to the tag
-# https://github.com/Hamlib/Hamlib/releases/download/4.5/hamlib-4.5.tar.gz
-#MASTER_SITES= ${MASTER_SITE_GITHUB:=Hamlib/}
-#GITHUB_RELEASE=${PKGVERSION_NOREV}
+# hamlib is both at github and sourceforge, and upstream documents
+# that github is the canonical location.
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Hamlib/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
MAINTAINER= gdt%NetBSD.org@localhost
HOMEPAGE= https://hamlib.github.io/
Home |
Main Index |
Thread Index |
Old Index