diff options
author | agc <agc@pkgsrc.org> | 2016-09-19 18:17:57 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2016-09-19 18:17:57 +0000 |
commit | 3533c8061743b5d21c572c8ed377ab8e06c21034 (patch) | |
tree | d397c4dd5ac9be35e49fdb6f96206d4b7a732382 /security | |
parent | 084c95f4e285d98bab22109c1197dfd4595520ec (diff) | |
download | pkgsrc-3533c8061743b5d21c572c8ed377ab8e06c21034.tar.gz |
Use https URI in preference to straight http.
No functional change.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Netpgp-Verify/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Netpgp-Verify/Makefile b/security/p5-Netpgp-Verify/Makefile index af03204d0cb..87b4343bf0a 100644 --- a/security/p5-Netpgp-Verify/Makefile +++ b/security/p5-Netpgp-Verify/Makefile @@ -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 -HOMEPAGE= http://www.netpgp.com/ +HOMEPAGE= https://agc.ac/ COMMENT= Perl5 bindings for libnetpgpverify LICENSE= modified-bsd |