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: Miscellaneous cleanup (NFCI)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26523d05cf3c
branches:  trunk
changeset: 387564:26523d05cf3c
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Nov 01 17:28:14 2022 +0000

description:
ham/hamlib: Miscellaneous cleanup (NFCI)

Drop PKGREVISION; ride previous update.

Adjust MASTER_SITES and HOMEPAGE and explain the dual-forge situation.

GC support for a different version in distfile and WRKDIR, hoping that
it won't be needed again.

diffstat:

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

diffs (29 lines):

diff -r 20f23b221ebb -r 26523d05cf3c ham/hamlib/Makefile
--- a/ham/hamlib/Makefile       Tue Nov 01 17:26:35 2022 +0000
+++ b/ham/hamlib/Makefile       Tue Nov 01 17:28:14 2022 +0000
@@ -1,19 +1,16 @@
-# $NetBSD: Makefile,v 1.55 2022/11/01 17:17:37 gdt Exp $
+# $NetBSD: Makefile,v 1.56 2022/11/01 17:28:14 gdt Exp $
 #
 
+VERSION=       4.5
 DISTNAME=      hamlib-${VERSION}
-# V.rcN, VrcN, V~rcN
-VERSION=       4.5
-VERSIOND=      ${VERSION}
-VERSIONF=      ${VERSION}
-PKGREVISION=   1
 CATEGORIES=    ham
-MASTER_SITES=  https://github.com/Hamlib/Hamlib/releases/download/${VERSIOND}/
+# hamlib is both at github and sourceforge; code is more at github and
+# mailinglists are at sourceforge.
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Hamlib/}
 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
-WRKSRC=                ${WRKDIR}/hamlib-${VERSIONF}
 
 MAINTAINER=    gdt%NetBSD.org@localhost
-HOMEPAGE=      http://hamlib.sourceforge.net/
+HOMEPAGE=      https://hamlib.github.io/
 COMMENT=       API for digital communications equipment
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 



Home | Main Index | Thread Index | Old Index