pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/guile22



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug 19 08:11:49 UTC 2020

Modified Files:
        pkgsrc/lang/guile22: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/guile22/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/guile22/Makefile
diff -u pkgsrc/lang/guile22/Makefile:1.22 pkgsrc/lang/guile22/Makefile:1.23
--- pkgsrc/lang/guile22/Makefile:1.22   Mon Aug 17 07:59:55 2020
+++ pkgsrc/lang/guile22/Makefile        Wed Aug 19 08:11:49 2020
@@ -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