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 | c632d4d9eb4b5230ee32b9d5cfa7fdfc54632af7 (patch) | |
tree | a7a63c833a2631b3e4e183bc1e514a64fbac37e0 /security | |
parent | 490d50f87ec3bc966219b6bb3b7d8ea41ff25b6a (diff) | |
download | pkgsrc-c632d4d9eb4b5230ee32b9d5cfa7fdfc54632af7.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 |