diff options
author | mat <mat@FreeBSD.org> | 2016-09-14 23:59:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-09-14 23:59:34 +0800 |
commit | 26f4e5927b33637101bdfee46dfcf88f0d5bcfc2 (patch) | |
tree | f23e8a579d549355c932d46189671753887892e7 /net | |
parent | 1b2cdedd19d56d9cc5d5f94228d3e2b4d4ed384e (diff) | |
download | freebsd-ports-gnome-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.tar.gz freebsd-ports-gnome-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.tar.zst freebsd-ports-gnome-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.zip |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r-- | net/clamz/Makefile | 2 | ||||
-rw-r--r-- | net/googlecl/Makefile | 2 | ||||
-rw-r--r-- | net/kippo/Makefile | 2 | ||||
-rw-r--r-- | net/libdnet/Makefile | 2 | ||||
-rw-r--r-- | net/opendpi/Makefile | 2 | ||||
-rw-r--r-- | net/openpgm/Makefile | 2 | ||||
-rw-r--r-- | net/py-amqplib/Makefile | 3 | ||||
-rw-r--r-- | net/py-dpkt/Makefile | 2 | ||||
-rw-r--r-- | net/py-pybeanstalk/Makefile | 2 | ||||
-rw-r--r-- | net/py-pypcap/Makefile | 2 | ||||
-rw-r--r-- | net/py-pysendfile/Makefile | 2 | ||||
-rw-r--r-- | net/py-smbpasswd/Makefile | 1 | ||||
-rw-r--r-- | net/samplicator/Makefile | 2 | ||||
-rw-r--r-- | net/splatd/Makefile | 2 | ||||
-rw-r--r-- | net/sqtop/Makefile | 2 | ||||
-rw-r--r-- | net/tucan/Makefile | 3 |
16 files changed, 28 insertions, 5 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile index fed7aa814680..3ec14ad62efe 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= glathe.helko@googlemail.com COMMENT= Command-line program to download MP3 files from Amazon's music store +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libgcrypt.so:security/libgcrypt diff --git a/net/googlecl/Makefile b/net/googlecl/Makefile index 240783bb3d61..efc55edfe01e 100644 --- a/net/googlecl/Makefile +++ b/net/googlecl/Makefile @@ -11,6 +11,8 @@ COMMENT= Command line tools for the Google Data APIs LICENSE= APACHE20 +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata USES= python:2 diff --git a/net/kippo/Makefile b/net/kippo/Makefile index e7d06f3be2c8..065a4afe95d9 100644 --- a/net/kippo/Makefile +++ b/net/kippo/Makefile @@ -11,6 +11,8 @@ COMMENT= Medium interaction ssh honeypot LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index b522e2184d16..935aae01c71c 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -13,6 +13,8 @@ COMMENT= Simple interface to low level networking routines LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Unfetchable (google code has gone away) + GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_dnet_bsd_bpf=yes USES+= libtool tar:tgz diff --git a/net/opendpi/Makefile b/net/opendpi/Makefile index 151ee5b66484..1bc135e7cde1 100644 --- a/net/opendpi/Makefile +++ b/net/opendpi/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= fernando@netfilter.com.br COMMENT= Open source deep packet inspection engine +BROKEN= Unfetchable (google code has gone away) + BROKEN_powerpc64= Does not build GNU_CONFIGURE= yes diff --git a/net/openpgm/Makefile b/net/openpgm/Makefile index 959fea216372..a04e022efe5f 100644 --- a/net/openpgm/Makefile +++ b/net/openpgm/Makefile @@ -14,6 +14,8 @@ COMMENT= Implementation of the PGM reliable multicast protocol LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + GNU_CONFIGURE= yes USES= pathfix perl5 tar:bzip2 libtool python:build USE_LDCONFIG= yes diff --git a/net/py-amqplib/Makefile b/net/py-amqplib/Makefile index 9c37bb984631..7e19ad9b63ac 100644 --- a/net/py-amqplib/Makefile +++ b/net/py-amqplib/Makefile @@ -5,8 +5,7 @@ PORTNAME= amqplib PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= net python -MASTER_SITES= GOOGLE_CODE \ - CHEESESHOP +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile index 5b843c1ab1aa..aafb8cc18cde 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -12,6 +12,8 @@ COMMENT= Python fast, simple packet creation / parsing module LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Unfetchable (google code has gone away) + USES= python USE_PYTHON= distutils autoplist pythonprefix diff --git a/net/py-pybeanstalk/Makefile b/net/py-pybeanstalk/Makefile index c6469be529c6..e4f515349ce1 100644 --- a/net/py-pybeanstalk/Makefile +++ b/net/py-pybeanstalk/Makefile @@ -10,6 +10,8 @@ COMMENT= Pure python client library for beanstalkd queue LICENSE= GPLv2 +BROKEN= Unfetchable (google code has gone away) + USES= python USE_PYTHON= distutils autoplist diff --git a/net/py-pypcap/Makefile b/net/py-pypcap/Makefile index f29b84e962bd..98290610b970 100644 --- a/net/py-pypcap/Makefile +++ b/net/py-pypcap/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wxs@FreeBSD.org COMMENT= Simplified object-oriented Python extension module for libpcap +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= pyrexc:devel/pyrex USES= python diff --git a/net/py-pysendfile/Makefile b/net/py-pysendfile/Makefile index 18c4243f378b..a4bd608aece8 100644 --- a/net/py-pysendfile/Makefile +++ b/net/py-pysendfile/Makefile @@ -13,6 +13,8 @@ COMMENT= Python interface to sendfile(2) LICENSE= MIT +BROKEN= Unfetchable (google code has gone away) + CONFLICTS_INSTALL= py*-sendfile-[0-9]* USES= python diff --git a/net/py-smbpasswd/Makefile b/net/py-smbpasswd/Makefile index 2b6a9bc50fc1..ee0aa1802cd6 100644 --- a/net/py-smbpasswd/Makefile +++ b/net/py-smbpasswd/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= http://barryp.org/static/media/software/download/py-${PORTNAME}/${PORTVERSION}/ \ - GOOGLE_CODE \ CHEESESHOP PROJECTHOST= py-smbpasswd PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/samplicator/Makefile b/net/samplicator/Makefile index 04b5d34d24cf..5e6eec14fb7e 100644 --- a/net/samplicator/Makefile +++ b/net/samplicator/Makefile @@ -13,6 +13,8 @@ COMMENT= Receives UDP datagrams and redistributes them to a set of receivers LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} diff --git a/net/splatd/Makefile b/net/splatd/Makefile index 7ddd04bccfa4..a883243520cd 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -13,6 +13,8 @@ COMMENT= Splat is the Scalable Periodic LDAP Attribute Transmogrifier LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap RUN_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig \ diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile index 4ea92a26461e..ebfd1fac13cf 100644 --- a/net/sqtop/Makefile +++ b/net/sqtop/Makefile @@ -11,6 +11,8 @@ COMMENT= Console-based display of Squid proxy connections LICENSE= GPLv2 +BROKEN= Unfetchable (google code has gone away) + USES= tar:bzip2 PLIST_FILES= bin/sqtop \ diff --git a/net/tucan/Makefile b/net/tucan/Makefile index 3d35e67ee3ce..592af9ab23e0 100644 --- a/net/tucan/Makefile +++ b/net/tucan/Makefile @@ -5,8 +5,7 @@ PORTNAME= tucan PORTVERSION= 0.3.10 PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= http://forja.rediris.es/frs/download.php/2051/ \ - http://build-tucan-doc.googlecode.com/files/ +MASTER_SITES= http://forja.rediris.es/frs/download.php/2051/ MAINTAINER= gustau.perez@gmail.com COMMENT= Tucan Manager aids file-sharing with 1-click hosters |