The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible. The distfiles are still available, but at a different,
unwieldy URL:
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PROJECT}/
This introduces MASTER_SITE_GOOGLECODE and uses it for all affected
ports. Patch below. I don't expect you to read it all; I verified
the ports with "make distclean" and "make checksum".
OK?
(There are two ports I had to skip:
games/jbrickshooter
www/arora
These have nothing left at Google. Everything is at GitHub now,
but the new distfiles are different.)
Index: archivers/fuse-zip/Makefile
===================================================================
RCS file: /cvs/ports/archivers/fuse-zip/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- archivers/fuse-zip/Makefile 28 Jan 2014 01:01:52 -0000 1.1.1.1
+++ archivers/fuse-zip/Makefile 30 Sep 2016 22:15:55 -0000
@@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c fuse m stdc++ z zip
-MASTER_SITES = https://fuse-zip.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=fuse-zip/}
LIB_DEPENDS = archivers/libzip>=0.11.2
Index: audio/libofa/Makefile
===================================================================
RCS file: /cvs/ports/audio/libofa/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- audio/libofa/Makefile 11 Mar 2016 19:59:12 -0000 1.11
+++ audio/libofa/Makefile 30 Sep 2016 22:15:55 -0000
@@ -11,7 +11,7 @@ SHARED_LIBS += ofa 0.0
# GPL
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://musicip-libofa.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=musicip-libofa/}
WANTLIB += m pthread stdc++ fftw3
Index: benchmarks/httperf/Makefile
===================================================================
RCS file: /cvs/ports/benchmarks/httperf/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- benchmarks/httperf/Makefile 18 Jul 2015 17:13:49 -0000 1.9
+++ benchmarks/httperf/Makefile 30 Sep 2016 22:15:55 -0000
@@ -11,7 +11,7 @@ HOMEPAGE = http://www.hpl.hp.com/resear
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://httperf.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=httperf/}
CONFIGURE_STYLE = gnu
Index: chinese/cconv/Makefile
===================================================================
RCS file: /cvs/ports/chinese/cconv/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- chinese/cconv/Makefile 9 Apr 2016 20:14:48 -0000 1.10
+++ chinese/cconv/Makefile 30 Sep 2016 22:15:55 -0000
@@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c iconv
-MASTER_SITES= https://cconv.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=cconv/}
LIB_DEPENDS= converters/libiconv
Index: comms/picocom/Makefile
===================================================================
RCS file: /cvs/ports/comms/picocom/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- comms/picocom/Makefile 26 Jan 2016 13:05:26 -0000 1.6
+++ comms/picocom/Makefile 30 Sep 2016 22:15:55 -0000
@@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
-MASTER_SITES = https://picocom.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=picocom/}
MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS}"
MAKE_ENV = LDFLAGS="${LDFLAGS}"
Index: comms/wy60/Makefile
===================================================================
RCS file: /cvs/ports/comms/wy60/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- comms/wy60/Makefile 11 Mar 2013 01:30:27 -0000 1.12
+++ comms/wy60/Makefile 30 Sep 2016 22:15:55 -0000
@@ -12,7 +12,7 @@ MAINTAINER= Christian Weisgerber <naddy@
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://wy60.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=wy60/}
WANTLIB= c curses
Index: databases/leveldb/Makefile
===================================================================
RCS file: /cvs/ports/databases/leveldb/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- databases/leveldb/Makefile 10 Sep 2014 07:16:24 -0000 1.12
+++ databases/leveldb/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m pthread stdc++
-MASTER_SITES= https://leveldb.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=leveldb/}
USE_GMAKE= Yes
MAKE_ENV+= CXX=${CXX} OPT="${CXXFLAGS}" \
Index: databases/py-apsw/Makefile
===================================================================
RCS file: /cvs/ports/databases/py-apsw/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- databases/py-apsw/Makefile 23 Sep 2016 09:16:53 -0000 1.6
+++ databases/py-apsw/Makefile 30 Sep 2016 22:15:55 -0000
@@ -10,7 +10,7 @@ PKGNAME = py-apsw-${MODPY_EGG_VERSION}
CATEGORIES = databases
HOMEPAGE= https://rogerbinns.github.io/apsw/
-MASTER_SITES= https://apsw.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=apsw/}
PORTROACH= site:https://github.com/rogerbinns/apsw/releases
# zlib
Index: devel/arduino/Makefile
===================================================================
RCS file: /cvs/ports/devel/arduino/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- devel/arduino/Makefile 2 Nov 2015 11:56:54 -0000 1.15
+++ devel/arduino/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ HOMEPAGE= http://www.arduino.cc/
# frontend application: GPLv2 (not shipped yet)
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://arduino.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=arduino/}
RUN_DEPENDS= devel/avr/binutils \
devel/avr/gcc \
Index: devel/codeworker/Makefile
===================================================================
RCS file: /cvs/ports/devel/codeworker/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- devel/codeworker/Makefile 7 Aug 2013 21:31:31 -0000 1.6
+++ devel/codeworker/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m stdc++
-MASTER_SITES = https://codeworker.googlecode.com/files/ \
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=codeworker/} \
http://codeworker.free.fr/downloads/
DISTNAME = CodeWorker_SRC${V:S/./_/g}
EXTRACT_SUFX = .zip
Index: devel/dissy/Makefile
===================================================================
RCS file: /cvs/ports/devel/dissy/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- devel/dissy/Makefile 11 Oct 2013 23:48:24 -0000 1.10
+++ devel/dissy/Makefile 30 Sep 2016 22:15:55 -0000
@@ -14,7 +14,7 @@ MAINTAINER = Jonathan Armani <armani@op
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://dissy.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=dissy/}
MODULES = lang/python
RUN_DEPENDS = x11/py-gtk2
Index: devel/gflags/Makefile
===================================================================
RCS file: /cvs/ports/devel/gflags/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- devel/gflags/Makefile 11 Mar 2016 19:59:12 -0000 1.9
+++ devel/gflags/Makefile 30 Sep 2016 22:15:55 -0000
@@ -18,7 +18,7 @@ MAINTAINER = Vincent Auclair <auclair.v
# New BSD
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://google-gflags.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=google-gflags/}
WANTLIB = pthread m stdc++
CONFIGURE_STYLE = gnu
Index: devel/gtest/Makefile
===================================================================
RCS file: /cvs/ports/devel/gtest/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- devel/gtest/Makefile 11 Mar 2016 19:59:12 -0000 1.10
+++ devel/gtest/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ MAINTAINER = Vincent Auclair <auclair.vi
# New BSD
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://googletest.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=googletest/}
SEPARATE_BUILD = Yes
Index: devel/ocaml-bitstring/Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-bitstring/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- devel/ocaml-bitstring/Makefile 29 Mar 2016 11:27:00 -0000 1.5
+++ devel/ocaml-bitstring/Makefile 30 Sep 2016 22:15:55 -0000
@@ -15,7 +15,7 @@ HOMEPAGE= https://bitstring.googlecode.
# examples and tests are public domain.
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://bitstring.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=bitstring/}
MODULES= lang/ocaml
BUILD_DEPENDS= sysutils/findlib lang/ocaml-camlp4
Index: devel/protobuf/Makefile
===================================================================
RCS file: /cvs/ports/devel/protobuf/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- devel/protobuf/Makefile 11 Mar 2016 20:11:39 -0000 1.14
+++ devel/protobuf/Makefile 30 Sep 2016 22:15:55 -0000
@@ -20,7 +20,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c m pthread stdc++ z
-MASTER_SITES = https://protobuf.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=protobuf/}
TEST_DEPENDS = devel/gtest
Index: devel/py-mox/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-mox/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- devel/py-mox/Makefile 7 Aug 2013 21:31:43 -0000 1.8
+++ devel/py-mox/Makefile 30 Sep 2016 22:15:55 -0000
@@ -9,7 +9,7 @@ REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://code.google.com/p/pymox/
-MASTER_SITES = https://pymox.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=pymox/}
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
Index: devel/py-progressbar/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-progressbar/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- devel/py-progressbar/Makefile 26 Jan 2016 13:29:11 -0000 1.12
+++ devel/py-progressbar/Makefile 30 Sep 2016 22:15:55 -0000
@@ -19,7 +19,7 @@ MODULES = lang/python
MODPY_SETUPTOOLS = Yes
# pypi distfile doesn't match the old googlecode one; switch if updating
-MASTER_SITES = https://python-progressbar.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=python-progressbar/}
#MODPY_PI = Yes
NO_TEST = Yes
Index: devel/pybugz/Makefile
===================================================================
RCS file: /cvs/ports/devel/pybugz/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- devel/pybugz/Makefile 7 Aug 2013 21:31:45 -0000 1.9
+++ devel/pybugz/Makefile 30 Sep 2016 22:15:55 -0000
@@ -12,7 +12,7 @@ HOMEPAGE = http://www.liquidx.net/pybug
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://pybugz.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=pybugz/}
MODULES = lang/python
Index: devel/rlog/Makefile
===================================================================
RCS file: /cvs/ports/devel/rlog/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- devel/rlog/Makefile 22 May 2015 11:31:13 -0000 1.3
+++ devel/rlog/Makefile 30 Sep 2016 22:20:46 -0000
@@ -11,7 +11,7 @@ REVISION = 0
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = m pthread stdc++
-MASTER_SITES = http://rlog.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=rlog/}
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>
Index: devel/shunit2/Makefile
===================================================================
RCS file: /cvs/ports/devel/shunit2/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- devel/shunit2/Makefile 31 Dec 2014 11:14:17 -0000 1.1.1.1
+++ devel/shunit2/Makefile 30 Sep 2016 22:15:55 -0000
@@ -13,7 +13,7 @@ MAINTAINER = Robert Peichaer <rpe@openb
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://shunit2.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=shunit2/}
EXTRACT_SUFX = .tgz
Index: devel/sparsehash/Makefile
===================================================================
RCS file: /cvs/ports/devel/sparsehash/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- devel/sparsehash/Makefile 1 Sep 2016 10:53:27 -0000 1.10
+++ devel/sparsehash/Makefile 30 Sep 2016 22:15:55 -0000
@@ -12,7 +12,7 @@ REVISION = 3
# 3-clause BSDL
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://sparsehash.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=sparsehash/}
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
Index: devel/ucpp/Makefile
===================================================================
RCS file: /cvs/ports/devel/ucpp/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- devel/ucpp/Makefile 1 Jan 2014 20:46:28 -0000 1.11
+++ devel/ucpp/Makefile 30 Sep 2016 22:15:55 -0000
@@ -5,7 +5,7 @@ REVISION = 0
COMMENT = C preprocessor and lexer
CATEGORIES = devel
HOMEPAGE = https://code.google.com/p/ucpp
-MASTER_SITES = https://ucpp.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=ucpp/}
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c
Index: editors/texworks/Makefile
===================================================================
RCS file: /cvs/ports/editors/texworks/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- editors/texworks/Makefile 26 Mar 2016 20:37:35 -0000 1.28
+++ editors/texworks/Makefile 30 Sep 2016 22:15:55 -0000
@@ -48,7 +48,7 @@ WANTLIB-python += fontconfig freetype m
MULTI_PACKAGES = -main -lua -python
-MASTER_SITES = https://texworks.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=texworks/}
LIB_DEPENDS-main = qt4->=4.8.2:${MODQT4_LIB_DEPENDS} \
textproc/hunspell \
Index: games/choria/Makefile
===================================================================
RCS file: /cvs/ports/games/choria/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- games/choria/Makefile 23 Sep 2016 09:16:54 -0000 1.5
+++ games/choria/Makefile 30 Sep 2016 22:15:55 -0000
@@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += Irrlicht c m pthread sqlite3 stdc++
-MASTER_SITES = https://choria.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=choria/}
MODULES = devel/cmake
Index: games/pingus/Makefile
===================================================================
RCS file: /cvs/ports/games/pingus/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- games/pingus/Makefile 12 Sep 2016 22:20:36 -0000 1.12
+++ games/pingus/Makefile 30 Sep 2016 22:15:55 -0000
@@ -9,7 +9,7 @@ CATEGORIES= games x11
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://pingus.seul.org/
-MASTER_SITES= https://pingus.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=pingus/}
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
Index: games/singularity/Makefile
===================================================================
RCS file: /cvs/ports/games/singularity/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- games/singularity/Makefile 10 Aug 2014 09:58:05 -0000 1.15
+++ games/singularity/Makefile 30 Sep 2016 22:15:55 -0000
@@ -19,7 +19,7 @@ HOMEPAGE= http://emhsoft.com/singularity
# music under CC Attribution-ShareAlike 3.0 Unported
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://endgame-singularity.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=endgame-singularity/}
WRKDIST= ${WRKDIR}/singularity-${V}
NO_TEST= Yes
Index: geo/gmapcatcher/Makefile
===================================================================
RCS file: /cvs/ports/geo/gmapcatcher/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- geo/gmapcatcher/Makefile 28 Sep 2015 20:19:20 -0000 1.25
+++ geo/gmapcatcher/Makefile 30 Sep 2016 22:15:55 -0000
@@ -14,7 +14,7 @@ HOMEPAGE= https://code.google.com/p/gmap
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://gmapcatcher.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=gmapcatcher/}
MODULES= lang/python
Index: graphics/delaboratory/Makefile
===================================================================
RCS file: /cvs/ports/graphics/delaboratory/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- graphics/delaboratory/Makefile 13 Sep 2016 15:29:01 -0000 1.5
+++ graphics/delaboratory/Makefile 30 Sep 2016 22:15:55 -0000
@@ -14,7 +14,7 @@ WANTLIB += c iconv m pthread stdc++ tiff
WANTLIB += wx_base_xml wx_gtk2_adv wx_gtk2_aui wx_gtk2_core wx_gtk2_dbgrid
WANTLIB += wx_gtk2_html wx_gtk2_qa wx_gtk2_richtext wx_gtk2_xrc xml2 z
-MASTER_SITES = https://delaboratory.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=delaboratory/}
LIB_DEPENDS = converters/libiconv \
textproc/libxml \
Index: graphics/ffmpegthumbnailer/Makefile
===================================================================
RCS file: /cvs/ports/graphics/ffmpegthumbnailer/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- graphics/ffmpegthumbnailer/Makefile 9 Jul 2016 09:09:10 -0000 1.28
+++ graphics/ffmpegthumbnailer/Makefile 30 Sep 2016 22:15:55 -0000
@@ -5,7 +5,7 @@ COMMENT= lightweight video thumbnailer f
DISTNAME= ffmpegthumbnailer-2.0.8
REVISION= 4
CATEGORIES= graphics multimedia
-MASTER_SITES= https://ffmpegthumbnailer.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=ffmpegthumbnailer/}
SHARED_LIBS= ffmpegthumbnailer 4.1
Index: graphics/fotowall/Makefile
===================================================================
RCS file: /cvs/ports/graphics/fotowall/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- graphics/fotowall/Makefile 30 Aug 2016 15:19:49 -0000 1.1.1.1
+++ graphics/fotowall/Makefile 30 Sep 2016 22:45:46 -0000
@@ -17,7 +17,7 @@ WANTLIB += GL ICE QtGui QtNetwork QtOpen
WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype m pthread
WANTLIB += stdc++
-MASTER_SITES =
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fotowall/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=fotowall/}
EXTRACT_SUFX = .tar.bz2
Index: graphics/openjpeg/Makefile
===================================================================
RCS file: /cvs/ports/graphics/openjpeg/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- graphics/openjpeg/Makefile 9 Mar 2016 18:29:10 -0000 1.22
+++ graphics/openjpeg/Makefile 30 Sep 2016 22:15:55 -0000
@@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c jpeg lcms2 m png pthread tiff z
-MASTER_SITES= https://openjpeg.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=openjpeg/}
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= Yes
Index: graphics/py-dot/Makefile
===================================================================
RCS file: /cvs/ports/graphics/py-dot/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- graphics/py-dot/Makefile 13 Mar 2016 08:12:14 -0000 1.18
+++ graphics/py-dot/Makefile 30 Sep 2016 22:15:55 -0000
@@ -13,7 +13,7 @@ HOMEPAGE= https://github.com/erocarrera/
# MIT
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://pydot.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=pydot/}
MODULES= lang/python
Index: graphics/py-graphics/Makefile
===================================================================
RCS file: /cvs/ports/graphics/py-graphics/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- graphics/py-graphics/Makefile 26 Mar 2015 12:14:15 -0000 1.14
+++ graphics/py-graphics/Makefile 30 Sep 2016 22:15:55 -0000
@@ -15,7 +15,7 @@ HOMEPAGE= https://code.google.com/p/pygr
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://pygraphics.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=pygraphics/}
MODULES= lang/python
Index: infrastructure/templates/network.conf.template
===================================================================
RCS file: /cvs/ports/infrastructure/templates/network.conf.template,v
retrieving revision 1.207
diff -u -p -r1.207 network.conf.template
--- infrastructure/templates/network.conf.template 5 Jun 2016 11:02:25
-0000 1.207
+++ infrastructure/templates/network.conf.template 30 Sep 2016 22:14:18
-0000
@@ -238,3 +238,6 @@ MASTER_SITES_GNUPG += \
https://www.gnupg.org/ftp/gcrypt/ \
http://mirrors.dotsrc.org/gcrypt/ \
ftp://ftp.gnupg.org/gcrypt/
+
+MASTER_SITE_GOOGLECODE += \
+
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/
Index: inputmethods/ibus/Makefile
===================================================================
RCS file: /cvs/ports/inputmethods/ibus/Makefile,v
retrieving revision 1.49
diff -u -p -r1.49 Makefile
--- inputmethods/ibus/Makefile 20 Mar 2016 16:12:24 -0000 1.49
+++ inputmethods/ibus/Makefile 30 Sep 2016 22:15:55 -0000
@@ -25,7 +25,7 @@ WANTLIB += gtk-x11-2.0 harfbuzz m notify
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs xcb
WANTLIB += xcb-render xcb-shm z
-MASTER_SITES = https://ibus.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=ibus/}
MODULES = devel/dconf \
devel/gconf2 \
Index: inputmethods/ibus-anthy/Makefile
===================================================================
RCS file: /cvs/ports/inputmethods/ibus-anthy/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- inputmethods/ibus-anthy/Makefile 27 Mar 2015 08:43:02 -0000 1.17
+++ inputmethods/ibus-anthy/Makefile 30 Sep 2016 22:15:55 -0000
@@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB = anthy anthydic ffi glib-2.0 gobject-2.0 m pcre pthread
-MASTER_SITES = https://ibus.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=ibus/}
MODULES = devel/gettext \
lang/python \
Index: japanese/mecab/Makefile
===================================================================
RCS file: /cvs/ports/japanese/mecab/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- japanese/mecab/Makefile 29 Apr 2016 11:19:35 -0000 1.12
+++ japanese/mecab/Makefile 30 Sep 2016 22:15:55 -0000
@@ -27,7 +27,7 @@ MULTI_PACKAGES = -main -ipadic
WANTLIB-main = c iconv m pthread stdc++
WANTLIB-ipadic =
-MASTER_SITES = https://mecab.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=mecab/}
DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \
${PKGNAME-ipadic}-${IPADIC_VER}.tar.gz
Index: lang/processing/Makefile
===================================================================
RCS file: /cvs/ports/lang/processing/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- lang/processing/Makefile 18 Mar 2016 23:12:18 -0000 1.11
+++ lang/processing/Makefile 30 Sep 2016 22:15:55 -0000
@@ -15,7 +15,7 @@ HOMEPAGE= http://processing.org/
# Core libraries: LGPL
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://processing.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=processing/}
EXTRACT_SUFX= .tgz
RUN_DEPENDS= devel/desktop-file-utils
Index: math/foma/Makefile
===================================================================
RCS file: /cvs/ports/math/foma/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- math/foma/Makefile 22 Mar 2013 18:10:59 -0000 1.3
+++ math/foma/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c readline termcap z
-MASTER_SITES = https://foma.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=foma/}
MAKE_FLAGS = CC="${CC}" \
CFLAGS="${CFLAGS}" \
Index: math/geogebra/Makefile
===================================================================
RCS file: /cvs/ports/math/geogebra/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- math/geogebra/Makefile 18 Sep 2015 19:03:24 -0000 1.6
+++ math/geogebra/Makefile 30 Sep 2016 22:15:55 -0000
@@ -20,7 +20,7 @@ PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILE_FTP= Yes
-MASTER_SITES= https://geogebra.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=geogebra/}
MODULES= java
MODJAVA_VER= 1.7+
Index: misc/p5-Umph-Prompt/Makefile
===================================================================
RCS file: /cvs/ports/misc/p5-Umph-Prompt/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- misc/p5-Umph-Prompt/Makefile 11 Mar 2013 11:23:58 -0000 1.2
+++ misc/p5-Umph-Prompt/Makefile 30 Sep 2016 22:15:55 -0000
@@ -12,7 +12,7 @@ HOMEPAGE = https://code.google.com/p/um
# LGPLv2.1+
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://umph.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=umph/}
CONFIGURE_STYLE = perl
Index: multimedia/libmp4v2/Makefile
===================================================================
RCS file: /cvs/ports/multimedia/libmp4v2/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- multimedia/libmp4v2/Makefile 11 Mar 2016 19:59:15 -0000 1.10
+++ multimedia/libmp4v2/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP = Yes
WANTLIB = c m stdc++
-MASTER_SITES = https://mp4v2.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=mp4v2/}
EXTRACT_SUFX = .tar.bz2
BUILD_DEPENDS = devel/help2man
Index: net/flow-tools/Makefile
===================================================================
RCS file: /cvs/ports/net/flow-tools/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- net/flow-tools/Makefile 16 Feb 2015 22:57:10 -0000 1.33
+++ net/flow-tools/Makefile 30 Sep 2016 22:15:55 -0000
@@ -14,7 +14,7 @@ MAINTAINER= Stuart Henderson <sthen@open
# forked from: http://www.splintered.net/sw/flow-tools/
HOMEPAGE= https://code.google.com/p/flow-tools/
-MASTER_SITES= https://flow-tools.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=flow-tools/}
PERMIT_PACKAGE_CDROM= Yes
Index: net/grake/Makefile
===================================================================
RCS file: /cvs/ports/net/grake/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- net/grake/Makefile 11 Mar 2013 11:35:47 -0000 1.3
+++ net/grake/Makefile 30 Sep 2016 22:15:55 -0000
@@ -12,7 +12,7 @@ HOMEPAGE = https://code.google.com/p/gr
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://grake.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=grake/}
RUN_DEPENDS = devel/p5-Getopt-ArgvFile \
misc/p5-Umph-Prompt \
Index: net/libdnet/Makefile
===================================================================
RCS file: /cvs/ports/net/libdnet/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- net/libdnet/Makefile 12 Mar 2016 20:18:26 -0000 1.44
+++ net/libdnet/Makefile 30 Sep 2016 22:15:55 -0000
@@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
-MASTER_SITES= https://libdnet.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=libdnet/}
EXTRACT_SUFX= .tgz
PSEUDO_FLAVORS= no_python
Index: net/openvpn-auth-ldap/Makefile
===================================================================
RCS file: /cvs/ports/net/openvpn-auth-ldap/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- net/openvpn-auth-ldap/Makefile 17 Mar 2016 11:44:56 -0000 1.6
+++ net/openvpn-auth-ldap/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB = lber ldap objc
-MASTER_SITES = https://openvpn-auth-ldap.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=openvpn-auth-ldap/}
RUN_DEPENDS = net/openvpn
LIB_DEPENDS = databases/openldap
Index: net/p5-SNMP_Session/Makefile
===================================================================
RCS file: /cvs/ports/net/p5-SNMP_Session/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- net/p5-SNMP_Session/Makefile 20 Mar 2016 19:56:57 -0000 1.22
+++ net/p5-SNMP_Session/Makefile 30 Sep 2016 22:15:55 -0000
@@ -9,7 +9,7 @@ REVISION= 6
CATEGORIES= net
HOMEPAGE= https://github.com/sleinen/snmp-session
-MASTER_SITES= https://snmp-session.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=snmp-session/}
# Artistic License 2.0
PERMIT_PACKAGE_CDROM= Yes
Index: net/py-dpkt/Makefile
===================================================================
RCS file: /cvs/ports/net/py-dpkt/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- net/py-dpkt/Makefile 22 Oct 2014 18:06:47 -0000 1.11
+++ net/py-dpkt/Makefile 30 Sep 2016 22:15:55 -0000
@@ -16,7 +16,7 @@ MAINTAINER = Thanasoulas Spiros <dsp@2f
# BSD
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://dpkt.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=dpkt/}
MODULES = lang/python
Index: net/py-flowtools/Makefile
===================================================================
RCS file: /cvs/ports/net/py-flowtools/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- net/py-flowtools/Makefile 20 Mar 2016 16:12:25 -0000 1.17
+++ net/py-flowtools/Makefile 30 Sep 2016 22:15:55 -0000
@@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB+= z ft ${MODPY_WANTLIB} pthread
HOMEPAGE= https://code.google.com/p/pyflowtools/
-MASTER_SITES= https://pyflowtools.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=pyflowtools/}
LIB_DEPENDS= net/flow-tools
MODULES= lang/python
Index: net/softflowd/Makefile
===================================================================
RCS file: /cvs/ports/net/softflowd/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- net/softflowd/Makefile 22 Jul 2014 10:55:41 -0000 1.9
+++ net/softflowd/Makefile 30 Sep 2016 22:15:55 -0000
@@ -11,7 +11,7 @@ HOMEPAGE= https://code.google.com/p/soft
# BSD
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://softflowd.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=softflowd/}
WANTLIB= c pcap
Index: net/tircd/Makefile
===================================================================
RCS file: /cvs/ports/net/tircd/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- net/tircd/Makefile 11 Oct 2013 23:50:36 -0000 1.6
+++ net/tircd/Makefile 30 Sep 2016 22:15:55 -0000
@@ -13,7 +13,7 @@ HOMEPAGE= https://code.google.com/p/tirc
# perl
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://tircd.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=tircd/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= net/p5-Net-Twitter
Index: net/torsocks/Makefile
===================================================================
RCS file: /cvs/ports/net/torsocks/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- net/torsocks/Makefile 7 May 2016 12:40:58 -0000 1.8
+++ net/torsocks/Makefile 30 Sep 2016 22:15:55 -0000
@@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += pthread
-MASTER_SITES = https://torsocks.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=torsocks/}
RUN_DEPENDS = net/tor
Index: net/unworkable/Makefile
===================================================================
RCS file: /cvs/ports/net/unworkable/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- net/unworkable/Makefile 7 Aug 2013 21:32:30 -0000 1.13
+++ net/unworkable/Makefile 30 Sep 2016 22:15:55 -0000
@@ -14,7 +14,7 @@ MAINTAINER= Niall O Higgins <niallo@ope
# BSD
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://unworkable.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=unworkable/}
WRKDIST= ${WRKDIR}/unworkable
WANTLIB= c crypto event
Index: print/apvlv/Makefile
===================================================================
RCS file: /cvs/ports/print/apvlv/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- print/apvlv/Makefile 22 Jan 2015 13:11:44 -0000 1.12
+++ print/apvlv/Makefile 30 Sep 2016 22:15:55 -0000
@@ -7,7 +7,7 @@ REVISION= 6
CATEGORIES= print
HOMEPAGE= https://code.google.com/p/apvlv/
-MASTER_SITES= https://apvlv.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=apvlv/}
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
Index: print/detex/Makefile
===================================================================
RCS file: /cvs/ports/print/detex/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- print/detex/Makefile 28 Feb 2016 14:59:14 -0000 1.31
+++ print/detex/Makefile 30 Sep 2016 22:46:38 -0000
@@ -7,7 +7,7 @@ PKGNAME= detex-2.8.1
CATEGORIES= print
HOMEPAGE= https://code.google.com/archive/p/opendetex/
-MASTER_SITES=
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/opendetex/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=opendetex/}
EXTRACT_SUFX= .tar.bz2
Index: productivity/akonadi-googledata/Makefile
===================================================================
RCS file: /cvs/ports/productivity/akonadi-googledata/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- productivity/akonadi-googledata/Makefile 12 Aug 2015 12:33:02 -0000
1.4
+++ productivity/akonadi-googledata/Makefile 30 Sep 2016 22:15:55 -0000
@@ -14,7 +14,7 @@ WANTLIB += ${KDE4LIB}/akonadi-kde ${KDE4
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/kresources
WANTLIB += gcal
-MASTER_SITES = https://libgcal.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=libgcal/}
EXTRACT_SUFX = .tar.bz2
# LGPLv2.1+
Index: productivity/libgcal/Makefile
===================================================================
RCS file: /cvs/ports/productivity/libgcal/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- productivity/libgcal/Makefile 11 Mar 2016 19:59:16 -0000 1.5
+++ productivity/libgcal/Makefile 30 Sep 2016 22:15:55 -0000
@@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += crypto curl idn lzma m nghttp2 pthread ssl xml2 z
-MASTER_SITES = https://libgcal.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=libgcal/}
EXTRACT_SUFX = .tar.bz2
CONFIGURE_STYLE = gnu
Index: security/bunny/Makefile
===================================================================
RCS file: /cvs/ports/security/bunny/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- security/bunny/Makefile 13 Oct 2015 06:29:38 -0000 1.6
+++ security/bunny/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ HOMEPAGE= https://code.google.com/p/bunn
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m crypto
-MASTER_SITES= https://bunny-the-fuzzer.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=bunny-the-fuzzer/}
WRKDIST= ${WRKDIR}/bunny
TEST_TARGET= test1 test2 test3
Index: security/encfs/Makefile
===================================================================
RCS file: /cvs/ports/security/encfs/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- security/encfs/Makefile 11 Mar 2016 20:28:30 -0000 1.7
+++ security/encfs/Makefile 30 Sep 2016 22:23:33 -0000
@@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB = boost_filesystem boost_serialization boost_system c \
crypto fuse m pthread rlog ssl stdc++
-MASTER_SITES = http://encfs.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=encfs/}
EXTRACT_SUFX = .tgz
MODULES = devel/gettext
Index: security/py-pefile/Makefile
===================================================================
RCS file: /cvs/ports/security/py-pefile/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- security/py-pefile/Makefile 26 Jan 2016 13:05:27 -0000 1.6
+++ security/py-pefile/Makefile 30 Sep 2016 22:15:55 -0000
@@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_FTP = Yes
-MASTER_SITES = https://pefile.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=pefile/}
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
Index: security/yubiserve/Makefile
===================================================================
RCS file: /cvs/ports/security/yubiserve/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- security/yubiserve/Makefile 23 Sep 2016 09:16:57 -0000 1.11
+++ security/yubiserve/Makefile 30 Sep 2016 22:15:55 -0000
@@ -16,7 +16,7 @@ MAINTAINER= Stuart Henderson <sthen@open
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://yubico-yubiserve.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=yubico-yubiserve/}
MODULES= lang/python
BUILD_DEPENDS= databases/sqlite3
Index: sysutils/py-lockfile/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/py-lockfile/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- sysutils/py-lockfile/Makefile 16 Apr 2016 13:36:15 -0000 1.13
+++ sysutils/py-lockfile/Makefile 30 Sep 2016 22:51:35 -0000
@@ -14,8 +14,6 @@ HOMEPAGE= https://launchpad.net/pylockf
# MIT
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://pylockfile.googlecode.com/files/
-
MODULES= lang/python
BUILD_DEPENDS= devel/py-pbr${MODPY_FLAVOR}
Index: textproc/iksemel/Makefile
===================================================================
RCS file: /cvs/ports/textproc/iksemel/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- textproc/iksemel/Makefile 9 Jul 2016 08:57:11 -0000 1.20
+++ textproc/iksemel/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ffi gmp gnutls hogweed idn nettle p11-kit pthread tasn1 z
-MASTER_SITES= https://iksemel.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=iksemel/}
MODULES= devel/gettext
Index: textproc/py-prettytable/Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-prettytable/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- textproc/py-prettytable/Makefile 29 Sep 2015 10:52:53 -0000 1.7
+++ textproc/py-prettytable/Makefile 30 Sep 2016 22:15:55 -0000
@@ -10,7 +10,7 @@ REVISION = 0
MAINTAINER = Edd Barrett <[email protected]>
-MASTER_SITES = https://prettytable.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=prettytable/}
HOMEPAGE = https://code.google.com/p/prettytable/
PKG_ARCH = *
Index: textproc/txt2tags/Makefile
===================================================================
RCS file: /cvs/ports/textproc/txt2tags/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- textproc/txt2tags/Makefile 9 Oct 2015 12:48:22 -0000 1.21
+++ textproc/txt2tags/Makefile 30 Sep 2016 22:15:55 -0000
@@ -13,7 +13,7 @@ MAINTAINER= Matthias Kilian <kili@openbs
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://txt2tags.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=txt2tags/}
EXTRACT_SUFX= .tgz
MODULES= lang/python
Index: textproc/uchardet/Makefile
===================================================================
RCS file: /cvs/ports/textproc/uchardet/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- textproc/uchardet/Makefile 22 May 2015 11:31:19 -0000 1.3
+++ textproc/uchardet/Makefile 30 Sep 2016 22:15:55 -0000
@@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m stdc++
-MASTER_SITES= https://uchardet.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=uchardet/}
MODULES= devel/cmake
Index: www/ap2-mod_wsgi/Makefile
===================================================================
RCS file: /cvs/ports/www/ap2-mod_wsgi/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- www/ap2-mod_wsgi/Makefile 20 Mar 2016 16:12:26 -0000 1.4
+++ www/ap2-mod_wsgi/Makefile 30 Sep 2016 22:26:20 -0000
@@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += m pthread ${MODPY_WANTLIB} util
-MASTER_SITES= http://modwsgi.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=modwsgi/}
MODULES= lang/python
Index: www/drupal6/jquery_ui/Makefile
===================================================================
RCS file: /cvs/ports/www/drupal6/jquery_ui/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- www/drupal6/jquery_ui/Makefile 30 Jun 2016 11:48:25 -0000 1.9
+++ www/drupal6/jquery_ui/Makefile 30 Sep 2016 22:15:55 -0000
@@ -10,7 +10,7 @@ REVISION = 0
EXTRACT_SUFX0 = .zip
-MASTER_SITES0 = https://jquery-ui.googlecode.com/files/
+MASTER_SITES0 = ${MASTER_SITE_GOOGLECODE:=jquery-ui/}
DISTFILES += ${DISTNAME}${EXTRACT_SUFX} \
${DISTNAME0}${EXTRACT_SUFX0}:0
Index: www/gcap/Makefile
===================================================================
RCS file: /cvs/ports/www/gcap/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- www/gcap/Makefile 11 Mar 2013 11:44:42 -0000 1.2
+++ www/gcap/Makefile 30 Sep 2016 22:15:55 -0000
@@ -11,7 +11,7 @@ HOMEPAGE = https://code.google.com/p/gc
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://gcap.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=gcap/}
RUN_DEPENDS = devel/p5-Getopt-ArgvFile \
misc/p5-Umph-Prompt \
Index: www/mollify/Makefile
===================================================================
RCS file: /cvs/ports/www/mollify/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- www/mollify/Makefile 5 Jun 2015 06:00:22 -0000 1.15
+++ www/mollify/Makefile 30 Sep 2016 22:15:55 -0000
@@ -15,7 +15,7 @@ HOMEPAGE= http://www.mollify.org/
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
-MASTER_SITES= https://mollify.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=mollify/}
NO_BUILD= Yes
NO_TEST= Yes
Index: www/sabredav/Makefile
===================================================================
RCS file: /cvs/ports/www/sabredav/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- www/sabredav/Makefile 5 Jun 2015 06:00:23 -0000 1.15
+++ www/sabredav/Makefile 30 Sep 2016 22:15:55 -0000
@@ -13,7 +13,7 @@ HOMEPAGE = https://code.google.com/p/sab
# BSD
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://sabredav.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=sabredav/}
# phpunit
NO_TEST = Yes
Index: www/sqtop/Makefile
===================================================================
RCS file: /cvs/ports/www/sqtop/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- www/sqtop/Makefile 7 Aug 2013 21:32:57 -0000 1.4
+++ www/sqtop/Makefile 30 Sep 2016 22:15:55 -0000
@@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m ncurses pthread stdc++
-MASTER_SITES= https://sqtop.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=sqtop/}
CONFIGURE_STYLE= gnu
Index: x11/faenza-icon-theme/Makefile
===================================================================
RCS file: /cvs/ports/x11/faenza-icon-theme/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- x11/faenza-icon-theme/Makefile 27 Mar 2015 08:16:16 -0000 1.11
+++ x11/faenza-icon-theme/Makefile 30 Sep 2016 22:15:55 -0000
@@ -9,7 +9,7 @@ REVISION = 2
CATEGORIES = x11
HOMEPAGE = http://tiheum.deviantart.com/art/Faenza-Icons-173323228
-MASTER_SITES = https://faenza-icon-theme.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=faenza-icon-theme/}
EXTRACT_SUFX = .zip
MAINTAINER = David Coppa <[email protected]>
Index: x11/gnome-colors-icon-theme/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnome-colors-icon-theme/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- x11/gnome-colors-icon-theme/Makefile 26 Jan 2016 13:05:27 -0000
1.11
+++ x11/gnome-colors-icon-theme/Makefile 30 Sep 2016 22:15:55 -0000
@@ -9,7 +9,7 @@ PKGNAME = gnome-colors-icon-theme-${V}
CATEGORIES = x11
HOMEPAGE = https://github.com/gnome-colors/gnome-colors
-MASTER_SITES = https://gnome-colors.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=gnome-colors/}
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
Index: x11/goggles/Makefile
===================================================================
RCS file: /cvs/ports/x11/goggles/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- x11/goggles/Makefile 10 Dec 2015 08:05:43 -0000 1.21
+++ x11/goggles/Makefile 30 Sep 2016 22:15:55 -0000
@@ -7,7 +7,7 @@ DISTNAME= goggles-0.9.1
REVISION= 3
EXTRACT_SUFX= .tar.bz2
-MASTER_SITES= https://gogglesmm.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=gogglesmm/}
HOMEPAGE= http://www.fifthplanet.net/goggles.html
MAINTAINER= Marc Espie <[email protected]>
Index: x11/keynav/Makefile
===================================================================
RCS file: /cvs/ports/x11/keynav/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- x11/keynav/Makefile 27 Aug 2016 14:11:13 -0000 1.11
+++ x11/keynav/Makefile 30 Sep 2016 22:15:55 -0000
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.semicomplete.com/pr
# BSD
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://semicomplete.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=semicomplete/}
WANTLIB += X11 Xext Xinerama c cairo glib-2.0 intl xdo
Index: x11/partiwm/Makefile
===================================================================
RCS file: /cvs/ports/x11/partiwm/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- x11/partiwm/Makefile 28 Aug 2016 13:53:16 -0000 1.17
+++ x11/partiwm/Makefile 30 Sep 2016 22:15:55 -0000
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/njsmith/par
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= https://partiwm.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=partiwm/}
MODULES= lang/python
Index: x11/pinot/Makefile
===================================================================
RCS file: /cvs/ports/x11/pinot/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- x11/pinot/Makefile 23 Sep 2016 09:16:58 -0000 1.60
+++ x11/pinot/Makefile 30 Sep 2016 22:15:55 -0000
@@ -26,7 +26,7 @@ WANTLIB += pangomm-1.4 pcre pixman-1 png
WANTLIB += sigc-2.0 sqlite3 ssl stdc++ tag textcat uuid xapian
WANTLIB += xcb xcb-render xcb-shm xml++-2.6 xml2 z
-MASTER_SITES= https://pinot-search.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=pinot-search/}
# c++11
MODULES += gcc4
Index: x11/py-pyglet/Makefile
===================================================================
RCS file: /cvs/ports/x11/py-pyglet/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- x11/py-pyglet/Makefile 7 Aug 2013 21:33:06 -0000 1.3
+++ x11/py-pyglet/Makefile 30 Sep 2016 22:15:55 -0000
@@ -12,7 +12,7 @@ MAINTAINER = Edd Barrett <[email protected]
# BSD
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = https://pyglet.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=pyglet/}
MODULES = lang/python
Index: x11/tktray/Makefile
===================================================================
RCS file: /cvs/ports/x11/tktray/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- x11/tktray/Makefile 8 Jul 2016 10:37:54 -0000 1.11
+++ x11/tktray/Makefile 30 Sep 2016 22:15:55 -0000
@@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB = X11
-MASTER_SITES = https://tktray.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=tktray/}
MODULES = x11/tk
BUILD_DEPENDS = ${MODTK_BUILD_DEPENDS}
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
Index: x11/wbar/Makefile
===================================================================
RCS file: /cvs/ports/x11/wbar/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- x11/wbar/Makefile 27 Aug 2016 17:26:15 -0000 1.6
+++ x11/wbar/Makefile 30 Sep 2016 22:15:55 -0000
@@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += Imlib2 X11 Xext c freetype intl m stdc++ z
-MASTER_SITES = https://wbar.googlecode.com/files/
+MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=wbar/}
MODULES = textproc/intltool
--
Christian "naddy" Weisgerber [email protected]