diff options
author | mat <mat@FreeBSD.org> | 2017-03-04 00:00:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-03-04 00:00:19 +0800 |
commit | 1a7dd7fe0e1c3a39f6025f34cf9f511028d1f53e (patch) | |
tree | 28f19cc7e46ff16710c3e7fed55ec8397d738f11 /net | |
parent | 8d0e7f74b84ee40fac6b67b8a5b652fe853f84c9 (diff) | |
download | freebsd-ports-gnome-1a7dd7fe0e1c3a39f6025f34cf9f511028d1f53e.tar.gz freebsd-ports-gnome-1a7dd7fe0e1c3a39f6025f34cf9f511028d1f53e.tar.zst freebsd-ports-gnome-1a7dd7fe0e1c3a39f6025f34cf9f511028d1f53e.zip |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
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/opendpi/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/splatd/Makefile | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile index 3ec14ad62efe..789ac64f5058 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -11,6 +11,8 @@ 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) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ diff --git a/net/googlecl/Makefile b/net/googlecl/Makefile index efc55edfe01e..0d0f4a229409 100644 --- a/net/googlecl/Makefile +++ b/net/googlecl/Makefile @@ -12,6 +12,8 @@ COMMENT= Command line tools for the Google Data APIs LICENSE= APACHE20 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata diff --git a/net/opendpi/Makefile b/net/opendpi/Makefile index 1bc135e7cde1..740687440e09 100644 --- a/net/opendpi/Makefile +++ b/net/opendpi/Makefile @@ -11,6 +11,8 @@ MAINTAINER= fernando@netfilter.com.br COMMENT= Open source deep packet inspection engine BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BROKEN_powerpc64= Does not build diff --git a/net/py-pybeanstalk/Makefile b/net/py-pybeanstalk/Makefile index e4f515349ce1..6ede4faa8fab 100644 --- a/net/py-pybeanstalk/Makefile +++ b/net/py-pybeanstalk/Makefile @@ -11,6 +11,8 @@ COMMENT= Pure python client library for beanstalkd queue LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python USE_PYTHON= distutils autoplist diff --git a/net/py-pypcap/Makefile b/net/py-pypcap/Makefile index 98290610b970..78dca5340348 100644 --- a/net/py-pypcap/Makefile +++ b/net/py-pypcap/Makefile @@ -12,6 +12,8 @@ MAINTAINER= wxs@FreeBSD.org COMMENT= Simplified object-oriented Python extension module for libpcap BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BUILD_DEPENDS= pyrexc:devel/pyrex diff --git a/net/py-pysendfile/Makefile b/net/py-pysendfile/Makefile index a4bd608aece8..fb6c45fccb98 100644 --- a/net/py-pysendfile/Makefile +++ b/net/py-pysendfile/Makefile @@ -14,6 +14,8 @@ COMMENT= Python interface to sendfile(2) LICENSE= MIT BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 CONFLICTS_INSTALL= py*-sendfile-[0-9]* diff --git a/net/splatd/Makefile b/net/splatd/Makefile index a883243520cd..dbf96b9062a8 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap |