diff options
author | danfe <danfe@FreeBSD.org> | 2016-10-04 15:38:57 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-10-04 15:38:57 +0800 |
commit | 3114ec74507153b78df1fa3ed68027fddc90bae4 (patch) | |
tree | a0d6b107f71a04cb3f1339f0480dc03ba6606d06 /textproc | |
parent | 60a08bb16de16cf6618608d5c6ba430dc64ae3d1 (diff) | |
download | freebsd-ports-gnome-3114ec74507153b78df1fa3ed68027fddc90bae4.tar.gz freebsd-ports-gnome-3114ec74507153b78df1fa3ed68027fddc90bae4.tar.zst freebsd-ports-gnome-3114ec74507153b78df1fa3ed68027fddc90bae4.zip |
Unbreak by switching to archived distfile in Google Cloud Storage for the
time being. Couple of ports depend on this one, thus it is better not to
have it broken for arguably a rather minor reason.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uchardet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/uchardet/Makefile b/textproc/uchardet/Makefile index b1b4647091b6..5503b60bcb68 100644 --- a/textproc/uchardet/Makefile +++ b/textproc/uchardet/Makefile @@ -4,15 +4,13 @@ PORTNAME= uchardet PORTVERSION= 0.0.1 CATEGORIES= textproc -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ MAINTAINER= yuri@rawbw.com COMMENT= Universal charset detection library by Mozilla LICENSE= MPL -BROKEN= Unfetchable (google code has gone away) - USES= cmake USE_LDCONFIG= yes |