pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/pcg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 16 06:50:18 UTC 2026

Modified Files:
        pkgsrc/math/pcg: Makefile

Log Message:
pcg: switch to https


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/pcg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/pcg/Makefile
diff -u pkgsrc/math/pcg/Makefile:1.1 pkgsrc/math/pcg/Makefile:1.2
--- pkgsrc/math/pcg/Makefile:1.1        Tue Dec 29 02:04:08 2015
+++ pkgsrc/math/pcg/Makefile    Fri Jan 16 06:50:17 2026
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2015/12/29 02:04:08 agc Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/16 06:50:17 wiz Exp $
 
 DISTNAME=      pcg-c-0.94
 PKGNAME=       ${DISTNAME:S/-c//}
 CATEGORIES=    math
-MASTER_SITES=  http://www.pcg-random.org/downloads/
+MASTER_SITES=  https://www.pcg-random.org/downloads/
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    agc%NetBSD.org@localhost
-HOMEPAGE=      http://www.pcg-random.org/
+HOMEPAGE=      https://www.pcg-random.org/
 COMMENT=       Random number generator
 LICENSE=       apache-2.0
 



Home | Main Index | Thread Index | Old Index