pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Netpgp-Verify



Module Name:    pkgsrc
Committed By:   agc
Date:           Mon Sep 19 18:17:57 UTC 2016

Modified Files:
        pkgsrc/security/p5-Netpgp-Verify: Makefile

Log Message:
Use https URI in preference to straight http.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/p5-Netpgp-Verify/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/p5-Netpgp-Verify/Makefile
diff -u pkgsrc/security/p5-Netpgp-Verify/Makefile:1.1 pkgsrc/security/p5-Netpgp-Verify/Makefile:1.2
--- pkgsrc/security/p5-Netpgp-Verify/Makefile:1.1       Mon Aug 15 06:18:34 2016
+++ pkgsrc/security/p5-Netpgp-Verify/Makefile   Mon Sep 19 18:17:57 2016
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2016/08/15 06:18:34 agc Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/19 18:17:57 agc Exp $
 
 DISTNAME=      p5-Netpgp-Verify-20160814
 CATEGORIES=    security perl5
-MASTER_SITES=  http://www.netpgp.com/src/
+MASTER_SITES=  https://agc.ac/src/
 
 MAINTAINER=    agc%NetBSD.org@localhost
-HOMEPAGE=      http://www.netpgp.com/
+HOMEPAGE=      https://agc.ac/
 COMMENT=       Perl5 bindings for libnetpgpverify
 LICENSE=       modified-bsd
 



Home | Main Index | Thread Index | Old Index