pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/hamlib ham/hamlib: Use github as MASTER_SITES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31544f18654c
branches:  trunk
changeset: 387929:31544f18654c
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Nov 10 14:32:44 2022 +0000

description:
ham/hamlib: Use github as MASTER_SITES

Upstream just documented the github/sourceforge relationship.
(Same bits, so no change to package.)

diffstat:

 ham/hamlib/Makefile |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (27 lines):

diff -r 543b5e6a360c -r 31544f18654c ham/hamlib/Makefile
--- a/ham/hamlib/Makefile       Thu Nov 10 14:23:53 2022 +0000
+++ b/ham/hamlib/Makefile       Thu Nov 10 14:32:44 2022 +0000
@@ -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