summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2016-10-04 07:38:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2016-10-04 07:38:57 +0000
commit7e1163cdb61daa7821ab272fe2d16817034c640e (patch)
treea0d6b107f71a04cb3f1339f0480dc03ba6606d06
parent0ca8d85286a683c9ef1eb5b0e9d76b0d829a54b7 (diff)
downloadfreebsd-ports-7e1163cdb61daa7821ab272fe2d16817034c640e.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.
-rw-r--r--textproc/uchardet/Makefile4
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