pkgsrc-Users archive

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

Patch for security/gpgme/Makefile



HTTP(S) works practically everywhere, whereas ftp is unreliable at best in
these days of CGNAT. This very minor patch just changes the MASTER_SITES for
security/gpgme to use the HTTPS downloads provided by gnupg.org.

--
Byron Grobe

diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 4a327a20603..807d195438d 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME= gpgme-1.15.1
 CATEGORIES= security
-MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/
+MASTER_SITES= https://gnupg.org/ftp/gcrypt/gpgme/
 EXTRACT_SUFX= .tar.bz2
 
 MAINTAINER= pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index