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 /x11 | |
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 'x11')
-rw-r--r-- | x11/bmpanel2/Makefile | 2 | ||||
-rw-r--r-- | x11/hotwire-shell/Makefile | 2 | ||||
-rw-r--r-- | x11/keynav/Makefile | 2 | ||||
-rw-r--r-- | x11/metalock/Makefile | 2 | ||||
-rw-r--r-- | x11/wbar/Makefile | 2 |
5 files changed, 9 insertions, 1 deletions
diff --git a/x11/bmpanel2/Makefile b/x11/bmpanel2/Makefile index 7a99cc1fc3ff..495c400acef8 100644 --- a/x11/bmpanel2/Makefile +++ b/x11/bmpanel2/Makefile @@ -14,6 +14,8 @@ COMMENT= Lightweight NetWM-compliant panel (taskbar) for X11 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + USES= cmake pkgconfig USE_GNOME= pango USE_XORG= x11 xext diff --git a/x11/hotwire-shell/Makefile b/x11/hotwire-shell/Makefile index c891aa3260d2..52e0e08e0f69 100644 --- a/x11/hotwire-shell/Makefile +++ b/x11/hotwire-shell/Makefile @@ -12,6 +12,8 @@ DISTNAME= hotwire-${DISTVERSION} MAINTAINER= ashish@FreeBSD.org COMMENT= Object-oriented hypershell +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo \ ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:devel/py-gobject \ diff --git a/x11/keynav/Makefile b/x11/keynav/Makefile index e9296ea689e9..4d2aee63f0ce 100644 --- a/x11/keynav/Makefile +++ b/x11/keynav/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://semicomplete.googlecode.com/files/ MAINTAINER= wxs@FreeBSD.org COMMENT= Quickly select a portion of the screen using minimal keystrokes +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libxdo.so:x11/xdotool \ libcairo.so:graphics/cairo diff --git a/x11/metalock/Makefile b/x11/metalock/Makefile index 0d6a11b3e305..2e35a850c317 100644 --- a/x11/metalock/Makefile +++ b/x11/metalock/Makefile @@ -5,7 +5,7 @@ PORTNAME= metalock PORTVERSION= 0.8.0 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= BERLIOS GOOGLE_CODE +MASTER_SITES= BERLIOS DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}_theme-Blue_Marble-1.3${EXTRACT_SUFX} diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index 02a2d764cd29..8c4cc8918fb0 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -12,6 +12,8 @@ COMMENT= Simple and highly customizable quick launch bar LICENSE= GPLv3 +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= intltool-update:textproc/intltool LIB_DEPENDS= libImlib2.so:graphics/imlib2 |