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:           Tue Nov  1 17:28:14 UTC 2022

Modified Files:
        pkgsrc/ham/hamlib: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/ham/hamlib/Makefile:1.56
--- pkgsrc/ham/hamlib/Makefile:1.55     Tue Nov  1 17:17:37 2022
+++ pkgsrc/ham/hamlib/Makefile  Tue Nov  1 17:28:14 2022
@@ -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 $
 #
 
-DISTNAME=      hamlib-${VERSION}
-# V.rcN, VrcN, V~rcN
 VERSION=       4.5
-VERSIOND=      ${VERSION}
-VERSIONF=      ${VERSION}
-PKGREVISION=   1
+DISTNAME=      hamlib-${VERSION}
 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