Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/guile22 guile22: Use MASTER_SITE_GNU instead of h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6428f3e50845
branches:  trunk
changeset: 437240:6428f3e50845
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Aug 19 08:11:49 2020 +0000

description:
guile22: Use MASTER_SITE_GNU instead of hardcoding ftp://ftp.gnu.org

ftp://ftp.gnu.org prints a warning on connect that it may no longer
exist soon due to concerns with FTP

diffstat:

 lang/guile22/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f1cfc61e7d31 -r 6428f3e50845 lang/guile22/Makefile
--- a/lang/guile22/Makefile     Wed Aug 19 07:50:52 2020 +0000
+++ b/lang/guile22/Makefile     Wed Aug 19 08:11:49 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.22 2020/08/17 07:59:55 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2020/08/19 08:11:49 nia Exp $
 
 DISTNAME=      guile-2.2.7
 PKGNAME=       ${DISTNAME:S/guile/guile22/}
 PKGREVISION=   3
 CATEGORIES=    lang
-MASTER_SITES=  ftp://ftp.gnu.org/gnu/guile/
+MASTER_SITES=  ${MASTER_SITE_GNU:=guile/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/guile/



Home | Main Index | Thread Index | Old Index