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 /irc | |
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 'irc')
-rw-r--r-- | irc/dircproxy/Makefile | 2 | ||||
-rw-r--r-- | irc/dxirc/Makefile | 2 | ||||
-rw-r--r-- | irc/py-gozerbot/Makefile | 2 | ||||
-rw-r--r-- | irc/tircd/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile index 4a81fd6aa03c..c23e7fe258d6 100644 --- a/irc/dircproxy/Makefile +++ b/irc/dircproxy/Makefile @@ -13,6 +13,8 @@ COMMENT= Detachable irc proxy server with many features LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + GNU_CONFIGURE= yes SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile index 8dcfd428ce45..3c912915bfb7 100644 --- a/irc/dxirc/Makefile +++ b/irc/dxirc/Makefile @@ -12,6 +12,8 @@ COMMENT= Simple IRC client written using the FOX toolkit LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 USE_XORG= xft diff --git a/irc/py-gozerbot/Makefile b/irc/py-gozerbot/Makefile index 2583597787b6..b8b71ae51941 100644 --- a/irc/py-gozerbot/Makefile +++ b/irc/py-gozerbot/Makefile @@ -12,6 +12,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sten@blinkenlights.nl COMMENT= Gozerbot - A modular Python IRC and Jabber bot +BROKEN= Unfetchable (google code has gone away) + USES= python USE_PYTHON= distutils SUB_FILES= pkg-message diff --git a/irc/tircd/Makefile b/irc/tircd/Makefile index 130bf93cc7ad..9a0c49ad2a64 100644 --- a/irc/tircd/Makefile +++ b/irc/tircd/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= gavin@FreeBSD.org COMMENT= IRC proxy to Twitter +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= p5-JSON-Any>=0:converters/p5-JSON-Any \ p5-libwww>=0:www/p5-libwww \ p5-URI>=0:net/p5-URI \ |