diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-12-13 14:44:19 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-12-13 14:44:19 +0800 |
commit | 7d435a95fe668ac8f58f36a13b39451b62753dca (patch) | |
tree | bd52d721f1aa8a619abb11d292ff91b8a86e2bd0 /chinese/autoconvert | |
parent | b94aa561011b6b67eec2d8301941c3e0a3c09b6f (diff) | |
download | freebsd-ports-gnome-7d435a95fe668ac8f58f36a13b39451b62753dca.tar.gz freebsd-ports-gnome-7d435a95fe668ac8f58f36a13b39451b62753dca.tar.zst freebsd-ports-gnome-7d435a95fe668ac8f58f36a13b39451b62753dca.zip |
Unbreak fetching by pointing to archived distfile in Google Cloud Storage.
Diffstat (limited to 'chinese/autoconvert')
-rw-r--r-- | chinese/autoconvert/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 601db6ad1804..2708379fcf60 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -5,15 +5,12 @@ PORTNAME= autoconvert PORTVERSION= 0.3.16 PORTREVISION= 5 CATEGORIES= chinese -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= libhz +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhz/ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Intelligent Chinese encoding converter -BROKEN= Unfetchable (google code has gone away) - LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual |