From owner-svn-ports-head@freebsd.org Tue Oct 4 07:38:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 051B0AF31FD; Tue, 4 Oct 2016 07:38:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9540870; Tue, 4 Oct 2016 07:38:58 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u947cw89044950; Tue, 4 Oct 2016 07:38:58 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u947cw5o044949; Tue, 4 Oct 2016 07:38:58 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201610040738.u947cw5o044949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 4 Oct 2016 07:38:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423239 - head/textproc/uchardet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 07:38:59 -0000 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@rawbw.com COMMENT= Universal charset detection library by Mozilla LICENSE= MPL -BROKEN= Unfetchable (google code has gone away) - USES= cmake USE_LDCONFIG= yes