pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Nov 10 19:16:36 UTC 2025

Modified Files:
        pkgsrc/security/py-crcmod: Makefile
        pkgsrc/x11/p5-gtk3: Makefile

Log Message:
security/py-crcmod, x11/p5-gtk3: use https for HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-crcmod/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/p5-gtk3/Makefile

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

Modified files:

Index: pkgsrc/security/py-crcmod/Makefile
diff -u pkgsrc/security/py-crcmod/Makefile:1.5 pkgsrc/security/py-crcmod/Makefile:1.6
--- pkgsrc/security/py-crcmod/Makefile:1.5      Mon Jan 10 09:00:02 2022
+++ pkgsrc/security/py-crcmod/Makefile  Mon Nov 10 19:16:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/10 09:00:02 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/11/10 19:16:36 bsiegert Exp $
 
 DISTNAME=      crcmod-1.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES=     security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/crcmod/}
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
-HOMEPAGE=      http://crcmod.sourceforge.net/
+HOMEPAGE=      https://crcmod.sourceforge.net/
 COMMENT=       Cyclic Redundancy Checksums in Python
 LICENSE=       mit
 

Index: pkgsrc/x11/p5-gtk3/Makefile
diff -u pkgsrc/x11/p5-gtk3/Makefile:1.20 pkgsrc/x11/p5-gtk3/Makefile:1.21
--- pkgsrc/x11/p5-gtk3/Makefile:1.20    Thu Oct 23 20:40:10 2025
+++ pkgsrc/x11/p5-gtk3/Makefile Mon Nov 10 19:16:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/10/23 20:40:10 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/11/10 19:16:36 bsiegert Exp $
 
 DISTNAME=      Gtk3-0.038
 PKGNAME=       p5-${DISTNAME:S/Gtk/gtk/}
@@ -7,7 +7,7 @@ CATEGORIES=     x11 perl5
 MASTER_SITES=  https://cpan.metacpan.org/authors/id/X/XA/XAOC/
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
-HOMEPAGE=      http://gtk2-perl.sourceforge.net/
+HOMEPAGE=      https://gtk2-perl.sourceforge.net/
 COMMENT=       Perl bindings for Gtk3
 LICENSE=       gnu-lgpl-v2
 



Home | Main Index | Thread Index | Old Index