Wed Aug 19 08:11:49 2020 UTC ()
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


(nia)
diff -r1.22 -r1.23 pkgsrc/lang/guile22/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/lang/guile22/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/guile22/Makefile 2020/08/17 07:59:55 1.22
+++ pkgsrc/lang/guile22/Makefile 2020/08/19 08:11:49 1.23
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.22 2020/08/17 07:59:55 tnn Exp $ 1# $NetBSD: Makefile,v 1.23 2020/08/19 08:11:49 nia Exp $
2 2
3DISTNAME= guile-2.2.7 3DISTNAME= guile-2.2.7
4PKGNAME= ${DISTNAME:S/guile/guile22/} 4PKGNAME= ${DISTNAME:S/guile/guile22/}
5PKGREVISION= 3 5PKGREVISION= 3
6CATEGORIES= lang 6CATEGORIES= lang
7MASTER_SITES= ftp://ftp.gnu.org/gnu/guile/ 7MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.gnu.org/software/guile/ 10HOMEPAGE= https://www.gnu.org/software/guile/
11COMMENT= Official extension language for the GNU operating system 11COMMENT= Official extension language for the GNU operating system
12LICENSE= gnu-lgpl-v3 12LICENSE= gnu-lgpl-v3
13 13
14# Currently, 2.0 is primary. 14# Currently, 2.0 is primary.
15GUILE_SUBDIR= guile/2.2 15GUILE_SUBDIR= guile/2.2
16#GUILE_SUBDIR= # empty 16#GUILE_SUBDIR= # empty
17 17
18# guile does not like the --build and --host triplets on NetBSD 18# guile does not like the --build and --host triplets on NetBSD
19HAS_CONFIGURE= yes 19HAS_CONFIGURE= yes
20CONFIGURE_ARGS+= --disable-shared 20CONFIGURE_ARGS+= --disable-shared