summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2022-11-10 14:32:44 +0000
committergdt <gdt@pkgsrc.org>2022-11-10 14:32:44 +0000
commit77a5c76e07edfa70877356c227861a621a65c037 (patch)
treeaa89a381ae3ac159d863e120a4a9a52592b66733
parent6934639ce7daf56bc3434cbec2447012259178ef (diff)
downloadpkgsrc-77a5c76e07edfa70877356c227861a621a65c037.tar.gz
ham/hamlib: Use github as MASTER_SITES
Upstream just documented the github/sourceforge relationship. (Same bits, so no change to package.)
-rw-r--r--ham/hamlib/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile
index ab9657c014f..cdd55bde13b 100644
--- a/ham/hamlib/Makefile
+++ b/ham/hamlib/Makefile
@@ -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
HOMEPAGE= https://hamlib.github.io/