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 12:59:13 UTC 2022

Modified Files:
        pkgsrc/ham/hamlib: Makefile

Log Message:
ham/hamlib: Recover from using a github distfile

The distfile from github is currently broken, or has been attacked,
and our distinfo scheme caught that.  Or perhaps it was always not ok.
Switch to sourceforge which serves a file that has a sensible diff
from 4.3.1 and matches the distinfo I generated earlier.

No change to binary package, but PKGREVISION++ because of MASTER_SITES change.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 pkgsrc/ham/hamlib/Makefile:1.57
--- pkgsrc/ham/hamlib/Makefile:1.56     Tue Nov  1 17:28:14 2022
+++ pkgsrc/ham/hamlib/Makefile  Thu Nov 10 12:59:13 2022
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.56 2022/11/01 17:28:14 gdt Exp $
+# $NetBSD: Makefile,v 1.57 2022/11/10 12:59:13 gdt Exp $
 #
 
 VERSION=       4.5
+PKGREVISION=   1
 DISTNAME=      hamlib-${VERSION}
 CATEGORIES=    ham
-# hamlib is both at github and sourceforge; code is more at github and
+# hamlib is both at github and sourceforge.  Upstream is not clear
+# about which is primary and which is secondary.  The github-fetchable
+# distfile appears broken (or attacked?) as of 2022-11-09.
 # mailinglists are at sourceforge.
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=Hamlib/}
-#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hamlib/}
+#MASTER_SITES= ${MASTER_SITE_GITHUB:=Hamlib/}
 
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      https://hamlib.github.io/



Home | Main Index | Thread Index | Old Index