pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kim
Date:           Wed Sep  2 22:16:49 UTC 2020

Modified Files:
        pkgsrc/games/moria: Makefile
        pkgsrc/mail/elm-me: Makefile
        pkgsrc/mk/fetch: sites.mk
        pkgsrc/news/tin: Makefile
        pkgsrc/security/libbf: Makefile
        pkgsrc/security/libidea: Makefile
        pkgsrc/shells/tcsh: Makefile
        pkgsrc/x11/fltk: Makefile

Log Message:
Use http with ftp.funet.fi


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/moria/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/elm-me/Makefile
cvs rdiff -u -r1.165 -r1.166 pkgsrc/mk/fetch/sites.mk
cvs rdiff -u -r1.90 -r1.91 pkgsrc/news/tin/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/libbf/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/libidea/Makefile
cvs rdiff -u -r1.96 -r1.97 pkgsrc/shells/tcsh/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/x11/fltk/Makefile

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

Modified files:

Index: pkgsrc/games/moria/Makefile
diff -u pkgsrc/games/moria/Makefile:1.22 pkgsrc/games/moria/Makefile:1.23
--- pkgsrc/games/moria/Makefile:1.22    Mon Jan 15 09:54:21 2018
+++ pkgsrc/games/moria/Makefile Wed Sep  2 22:16:48 2020
@@ -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 @@ PKGREVISION=            6
 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

Index: pkgsrc/mail/elm-me/Makefile
diff -u pkgsrc/mail/elm-me/Makefile:1.38 pkgsrc/mail/elm-me/Makefile:1.39
--- pkgsrc/mail/elm-me/Makefile:1.38    Thu May 21 00:00:46 2020
+++ pkgsrc/mail/elm-me/Makefile Wed Sep  2 22:16:48 2020
@@ -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/

Index: pkgsrc/mk/fetch/sites.mk
diff -u pkgsrc/mk/fetch/sites.mk:1.165 pkgsrc/mk/fetch/sites.mk:1.166
--- pkgsrc/mk/fetch/sites.mk:1.165      Sun Aug  9 16:50:13 2020
+++ pkgsrc/mk/fetch/sites.mk    Wed Sep  2 22:16:48 2020
@@ -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 @@ MASTER_SITE_GNU+=       \
        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_OSDN+=    \
 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 @@ MASTER_SITE_R_CRAN+=    \
        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 @@ MASTER_SITE_CYGWIN+= \
        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/ \

Index: pkgsrc/news/tin/Makefile
diff -u pkgsrc/news/tin/Makefile:1.90 pkgsrc/news/tin/Makefile:1.91
--- pkgsrc/news/tin/Makefile:1.90       Mon Aug 31 18:10:56 2020
+++ pkgsrc/news/tin/Makefile    Wed Sep  2 22:16:48 2020
@@ -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/

Index: pkgsrc/security/libbf/Makefile
diff -u pkgsrc/security/libbf/Makefile:1.19 pkgsrc/security/libbf/Makefile:1.20
--- pkgsrc/security/libbf/Makefile:1.19 Mon Nov  4 21:12:54 2019
+++ pkgsrc/security/libbf/Makefile      Wed Sep  2 22:16:49 2020
@@ -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

Index: pkgsrc/security/libidea/Makefile
diff -u pkgsrc/security/libidea/Makefile:1.23 pkgsrc/security/libidea/Makefile:1.24
--- pkgsrc/security/libidea/Makefile:1.23       Tue Jan  2 05:37:23 2018
+++ pkgsrc/security/libidea/Makefile    Wed Sep  2 22:16:49 2020
@@ -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

Index: pkgsrc/shells/tcsh/Makefile
diff -u pkgsrc/shells/tcsh/Makefile:1.96 pkgsrc/shells/tcsh/Makefile:1.97
--- pkgsrc/shells/tcsh/Makefile:1.96    Mon Aug 31 18:11:22 2020
+++ pkgsrc/shells/tcsh/Makefile Wed Sep  2 22:16:49 2020
@@ -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?=   0                       # use ?= to allow for 
 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/

Index: pkgsrc/x11/fltk/Makefile
diff -u pkgsrc/x11/fltk/Makefile:1.87 pkgsrc/x11/fltk/Makefile:1.88
--- pkgsrc/x11/fltk/Makefile:1.87       Wed May 20 06:09:03 2020
+++ pkgsrc/x11/fltk/Makefile    Wed Sep  2 22:16:49 2020
@@ -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 @@ VERS=           ${DISTNAME:S/fltk-//:S/-source//}
 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