diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
commit | dbbfc7889a8a84ad562a28d83ce75281fd19703f (patch) | |
tree | f23e8a579d549355c932d46189671753887892e7 /net-p2p | |
parent | Use the correct syntax for PORTSCOUT. (diff) |
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
Notes
Notes:
svn path=/head/; revision=422140
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/rtgui/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/unworkable/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index c9559f922ee4..c407723e3a0b 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -14,6 +14,8 @@ COMMENT= Direct Connect client shared library LICENSE= GPLv3 +BROKEN= Unfetchable (google code has gone away) + .if !defined (MASTERDIR) LIB_DEPENDS= libboost_system.so:devel/boost-libs diff --git a/net-p2p/rtgui/Makefile b/net-p2p/rtgui/Makefile index 899910e039d6..766505763657 100644 --- a/net-p2p/rtgui/Makefile +++ b/net-p2p/rtgui/Makefile @@ -8,6 +8,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= jadawin@FreeBSD.org COMMENT= Web based front end for rTorrent +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS+= xmlrpc-c-config:net/xmlrpc-c USES= tar:tgz diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index d52a2851191a..3a783cec84dd 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -11,6 +11,8 @@ DISTNAME= transgui-${PORTVERSION}-src MAINTAINER= acm@FreeBSD.org COMMENT= Remote GUI for transmission daemon +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= lazbuild:editors/lazarus \ fpcres:lang/fpc-utils RUN_DEPENDS= transmission-daemon:net-p2p/transmission-daemon diff --git a/net-p2p/unworkable/Makefile b/net-p2p/unworkable/Makefile index 3e18ad8802e6..d317f555f18f 100644 --- a/net-p2p/unworkable/Makefile +++ b/net-p2p/unworkable/Makefile @@ -12,6 +12,8 @@ COMMENT= Free BitTorrent Implementation LICENSE= MIT +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libevent.so:devel/libevent2 USES= scons |