svn commit: r423239 - head/textproc/uchardet
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Oct 4 07:38:59 UTC 2016
Author: danfe
Date: Tue Oct 4 07:38:57 2016
New Revision: 423239
URL: https://svnweb.freebsd.org/changeset/ports/423239
Log:
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.
Modified:
head/textproc/uchardet/Makefile
Modified: head/textproc/uchardet/Makefile
==============================================================================
--- head/textproc/uchardet/Makefile Tue Oct 4 07:06:13 2016 (r423238)
+++ head/textproc/uchardet/Makefile Tue Oct 4 07:38:57 2016 (r423239)
@@ -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 at rawbw.com
COMMENT= Universal charset detection library by Mozilla
LICENSE= MPL
-BROKEN= Unfetchable (google code has gone away)
-
USES= cmake
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list