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 /editors | |
parent | 1b2cdedd19d56d9cc5d5f94228d3e2b4d4ed384e (diff) | |
download | freebsd-ports-graphics-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.tar.gz freebsd-ports-graphics-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.tar.zst freebsd-ports-graphics-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 'editors')
-rw-r--r-- | editors/gwrite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/gwrite/Makefile b/editors/gwrite/Makefile index f493a77d065..2340aa8d51d 100644 --- a/editors/gwrite/Makefile +++ b/editors/gwrite/Makefile @@ -13,6 +13,8 @@ COMMENT= Simple HTML format editor LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.15:devel/py-python-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}jswebkit>=0:www/py-jswebkit \ ${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:www/py-webkitgtk |