Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 06:44:19 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428467 - head/chinese/autoconvert
Message-ID:  <201612130644.uBD6iJ4h069335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Intelligent Chinese encoding converter
 
-BROKEN=		Unfetchable (google code has gone away)
-
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612130644.uBD6iJ4h069335>