Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Use http with ftp.funet.fi



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e21b1e5ec67
branches:  trunk
changeset: 437902:0e21b1e5ec67
user:      kim <kim%pkgsrc.org@localhost>
date:      Wed Sep 02 22:16:48 2020 +0000

description:
Use http with ftp.funet.fi

diffstat:

 games/moria/Makefile      |   4 ++--
 mail/elm-me/Makefile      |   4 ++--
 mk/fetch/sites.mk         |  10 +++++-----
 news/tin/Makefile         |   4 ++--
 security/libbf/Makefile   |   4 ++--
 security/libidea/Makefile |   4 ++--
 shells/tcsh/Makefile      |   4 ++--
 x11/fltk/Makefile         |   4 ++--
 8 files changed, 19 insertions(+), 19 deletions(-)

diffs (160 lines):

diff -r bfa3f5a719f9 -r 0e21b1e5ec67 games/moria/Makefile
--- a/games/moria/Makefile      Wed Sep 02 21:59:00 2020 +0000
+++ b/games/moria/Makefile      Wed Sep 02 22:16:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2018/01/15 09:54:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.23 2020/09/02 22:16:48 kim Exp $
 
 DISTNAME=              um5.5.2
 PKGNAME=               moria-5.5.2
@@ -6,7 +6,7 @@
 CATEGORIES=            games
 # The "offical" master site has lost the pub/Games directory.
 #MASTER_SITES=         ftp://ftp.cis.ksu.edu/pub/Games/Moria/source/
-MASTER_SITES=          ftp://ftp.funet.fi/pub/unix/games/moria/source/
+MASTER_SITES=          http://ftp.funet.fi/pub/unix/games/moria/source/
 EXTRACT_SUFX=          .tar.Z
 
 MAINTAINER=            simonb%NetBSD.org@localhost
diff -r bfa3f5a719f9 -r 0e21b1e5ec67 mail/elm-me/Makefile
--- a/mail/elm-me/Makefile      Wed Sep 02 21:59:00 2020 +0000
+++ b/mail/elm-me/Makefile      Wed Sep 02 22:16:48 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.38 2020/05/21 00:00:46 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2020/09/02 22:16:48 kim Exp $
 
 DISTNAME=              elm-2.4ME+93
 PKGNAME=               elm-me-2.4.93
 PKGREVISION=           6
 CATEGORIES=            mail
-MASTER_SITES=          ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/
+MASTER_SITES=          http://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.instinct.org/elm/
diff -r bfa3f5a719f9 -r 0e21b1e5ec67 mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Wed Sep 02 21:59:00 2020 +0000
+++ b/mk/fetch/sites.mk Wed Sep 02 22:16:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.165 2020/08/09 16:50:13 brook Exp $
+# $NetBSD: sites.mk,v 1.166 2020/09/02 22:16:48 kim Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -15,7 +15,7 @@
        https://ftp.nluug.nl/pub/gnu/ \
        ftp://ftp.lip6.fr/pub/gnu/ \
        http://mirrors.kernel.org/gnu/ \
-       ftp://ftp.funet.fi/pub/gnu/prep/ \
+       http://ftp.funet.fi/pub/gnu/prep/ \
        http://ftp.gnu.org/pub/gnu/
 
 MASTER_SITE_GITHUB+=    \
@@ -39,7 +39,7 @@
 MASTER_SITE_PERL_CPAN+= \
        https://cpan.perl.org/CPAN/modules/by-module/ \
        ftp://cpan.pair.com/modules/by-module/ \
-       ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/ \
+       http://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/ \
        ftp://ftp.fi.muni.cz/pub/CPAN/modules/by-module/
 
 MASTER_SITE_R_CRAN+=    \
@@ -62,7 +62,7 @@
        http://www.stats.bris.ac.uk/R/src/
 
 MASTER_SITE_TEX_CTAN+= \
-       ftp://ftp.funet.fi/pub/TeX/CTAN/ \
+       http://ftp.funet.fi/pub/TeX/CTAN/ \
        ftp://ftp.dante.de/tex-archive/ \
        ftp://www.dnsbalance.ring.gr.jp/pub/text/CTAN/ \
        http://www.dnsbalance.ring.gr.jp/archives/text/CTAN/
@@ -217,7 +217,7 @@
        http://mirrors.kernel.org/sources.redhat.com/cygwin/ \
        http://mirrors.xmission.com/cygwin/ \
        ftp://ftp.dnsbalance.ring.gr.jp/pub/pc/gnu-win32/ \
-       ftp://ftp.funet.fi/pub/mirrors/cygwin.com/pub/cygwin/
+       http://ftp.funet.fi/pub/mirrors/cygwin.com/pub/cygwin/
 
 MASTER_SITE_IFARCHIVE+= \
        http://ifarchive.flavorplex.com/if-archive/ \
diff -r bfa3f5a719f9 -r 0e21b1e5ec67 news/tin/Makefile
--- a/news/tin/Makefile Wed Sep 02 21:59:00 2020 +0000
+++ b/news/tin/Makefile Wed Sep 02 22:16:48 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.90 2020/08/31 18:10:56 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2020/09/02 22:16:48 kim Exp $
 
 DISTNAME=      tin-2.4.4
 PKGREVISION=   3
 CATEGORIES=    news
 MASTER_SITES=  ftp://ftp.tin.org/pub/news/clients/tin/stable/
-MASTER_SITES+= ftp://ftp.funet.fi/pub/unix/news/tin-unoff/
+MASTER_SITES+= http://ftp.funet.fi/pub/unix/news/tin-unoff/
 MASTER_SITES+= ftp://ftp.lip6.fr/pub/unix/news/readers/tin-unoff/
 MASTER_SITES+= ftp://ftp.cuhk.edu.hk/pub/packages/news/tin/stable/
 MASTER_SITES+= ftp://sunsite.icm.edu.pl/pub/unix/news/tin/stable/
diff -r bfa3f5a719f9 -r 0e21b1e5ec67 security/libbf/Makefile
--- a/security/libbf/Makefile   Wed Sep 02 21:59:00 2020 +0000
+++ b/security/libbf/Makefile   Wed Sep 02 22:16:48 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2019/11/04 21:12:54 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2020/09/02 22:16:49 kim Exp $
 #
 
 DISTNAME=      libbf-0.8.2b
 CATEGORIES=    security
-MASTER_SITES=  ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/
+MASTER_SITES=  http://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.schneier.com/blowfish.html
diff -r bfa3f5a719f9 -r 0e21b1e5ec67 security/libidea/Makefile
--- a/security/libidea/Makefile Wed Sep 02 21:59:00 2020 +0000
+++ b/security/libidea/Makefile Wed Sep 02 22:16:48 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2018/01/02 05:37:23 maya Exp $
+# $NetBSD: Makefile,v 1.24 2020/09/02 22:16:49 kim Exp $
 
 DISTNAME=      libidea-0.8.2b
 CATEGORIES=    security
-MASTER_SITES=  ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/
+MASTER_SITES=  http://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://www.media-crypt.com/pages/fidea.html
diff -r bfa3f5a719f9 -r 0e21b1e5ec67 shells/tcsh/Makefile
--- a/shells/tcsh/Makefile      Wed Sep 02 21:59:00 2020 +0000
+++ b/shells/tcsh/Makefile      Wed Sep 02 22:16:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2020/08/31 18:11:22 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2020/09/02 22:16:49 kim Exp $
 #
 # used by shells/standalone-tcsh/Makefile
 # used by shells/static-tcsh/Makefile
@@ -8,7 +8,7 @@
 PKGREVISION=   1
 CATEGORIES=    shells
 MASTER_SITES=  ftp://ftp.astron.com/pub/tcsh/
-MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/
+MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/
 
 MAINTAINER?=   pkgsrc-users%NetBSD.org@localhost       # use ?= to allow for overrides.
 HOMEPAGE=      https://www.tcsh.org/
diff -r bfa3f5a719f9 -r 0e21b1e5ec67 x11/fltk/Makefile
--- a/x11/fltk/Makefile Wed Sep 02 21:59:00 2020 +0000
+++ b/x11/fltk/Makefile Wed Sep 02 22:16:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2020/05/20 06:09:03 rillig Exp $
+# $NetBSD: Makefile,v 1.88 2020/09/02 22:16:49 kim Exp $
 
 DISTNAME=      fltk-1.1.10-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -6,7 +6,7 @@
 PKGREVISION=   7
 CATEGORIES=    x11
 MASTER_SITES=  http://ftp.easysw.com/pub/fltk/${VERS}/
-MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/
+MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/
 MASTER_SITES+= ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${VERS}/
 EXTRACT_SUFX=  .tar.bz2
 



Home | Main Index | Thread Index | Old Index