Date: Tue, 20 Sep 2016 14:55:44 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422504 - head/devel/protobuf25 Message-ID: <201609201455.u8KEtiG7051990@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Sep 20 14:55:44 2016 New Revision: 422504 URL: https://svnweb.freebsd.org/changeset/ports/422504 Log: devel/protobuf25: new fedora MASTER_SITE to unbreak At least 8 ports depend on protobuf25 so let's get it up again. Modified: head/devel/protobuf25/Makefile Modified: head/devel/protobuf25/Makefile ============================================================================== --- head/devel/protobuf25/Makefile Tue Sep 20 14:47:58 2016 (r422503) +++ head/devel/protobuf25/Makefile Tue Sep 20 14:55:44 2016 (r422504) @@ -6,7 +6,7 @@ PORTNAME= protobuf PORTVERSION= 2.5.0 PORTREVISION= 4 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/protobuf/protobuf-2.5.0.tar.bz2/a72001a9067a4c2c4e0e836d0f92ece4/ PKGNAMESUFFIX= 25 MAINTAINER= demon@FreeBSD.org @@ -15,8 +15,6 @@ COMMENT= Data interchange format library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -BROKEN= Unfetchable (google code has gone away) - GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/protobuf25 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201455.u8KEtiG7051990>