svn commit: r428467 - head/chinese/autoconvert

Kevin Lo kevlo at FreeBSD.org
Tue Dec 13 06:44:20 UTC 2016


Author: kevlo
Date: Tue Dec 13 06:44:19 2016
New Revision: 428467
URL: https://svnweb.freebsd.org/changeset/ports/428467

Log:
  Unbreak fetching by pointing to archived distfile in Google Cloud Storage.

Modified:
  head/chinese/autoconvert/Makefile

Modified: head/chinese/autoconvert/Makefile
==============================================================================
--- head/chinese/autoconvert/Makefile	Tue Dec 13 05:45:36 2016	(r428466)
+++ head/chinese/autoconvert/Makefile	Tue Dec 13 06:44:19 2016	(r428467)
@@ -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 at FreeBSD.org
 COMMENT=	Intelligent Chinese encoding converter
 
-BROKEN=		Unfetchable (google code has gone away)
-
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 


More information about the svn-ports-all mailing list