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 /lang | |
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 'lang')
-rw-r--r-- | lang/csharp-mode.el/Makefile | 2 | ||||
-rw-r--r-- | lang/mosh/Makefile | 2 | ||||
-rw-r--r-- | lang/ofc/Makefile | 2 | ||||
-rw-r--r-- | lang/picoc/Makefile | 2 | ||||
-rw-r--r-- | lang/tinypy/Makefile | 2 | ||||
-rw-r--r-- | lang/ypsilon/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/lang/csharp-mode.el/Makefile b/lang/csharp-mode.el/Makefile index 7c3d6246c812..7f0b4aaa46d4 100644 --- a/lang/csharp-mode.el/Makefile +++ b/lang/csharp-mode.el/Makefile @@ -14,6 +14,8 @@ COMMENT= Emacs/XEmacs major mode for editing C\# source code LICENSE= GPLv2 +BROKEN= Unfetchable (google code has gone away) + PROJECTHOST= csharpmode NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile index 1eabb1497a51..3a4a2e7f72e9 100644 --- a/lang/mosh/Makefile +++ b/lang/mosh/Makefile @@ -14,6 +14,8 @@ COMMENT= Fast R6RS Scheme interpreter LICENSE= BSD2CLAUSE +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libgmp.so:math/gmp \ libonig.so:devel/oniguruma5 diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index 2f22d3e160d4..3a98b9c95c2d 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= vanilla@FreeBSD.org COMMENT= The Objective-C Foundation Classes library +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index d8ffd0ab9a7e..04a66848f9d3 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -10,6 +10,8 @@ COMMENT= Very small C interpreter for scripting LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + USES= gmake readline tar:bzip2 PLIST_FILES= bin/picoc diff --git a/lang/tinypy/Makefile b/lang/tinypy/Makefile index 646dc925f478..aed329122c47 100644 --- a/lang/tinypy/Makefile +++ b/lang/tinypy/Makefile @@ -14,6 +14,8 @@ LICENSE= MIT PSFL LICENSE_COMB= multi LICENSE_FILE= LICENSE.txt +BROKEN= Unfetchable (google code has gone away) + USES= python:build USE_PYTHON= distutils noegginfo diff --git a/lang/ypsilon/Makefile b/lang/ypsilon/Makefile index a5a6e419f37b..90150c9863be 100644 --- a/lang/ypsilon/Makefile +++ b/lang/ypsilon/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-0.9.6.update3 MAINTAINER= vmagerya@gmail.com COMMENT= Scheme implementation for real-time applications +BROKEN= Unfetchable (google code has gone away) + USES= gmake MAKE_ARGS= DATADIR="${DATADIR}" |