diff options
author | marino <marino@FreeBSD.org> | 2016-09-20 22:55:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-20 22:55:44 +0800 |
commit | 7103e612978683d04150a83c0467a206ccc08a12 (patch) | |
tree | f6243d8e0a7d81dffbcf7b7733e8b465c84084f3 /devel | |
parent | e6006d07817122492fed5cc34c0625a345246f84 (diff) | |
download | freebsd-ports-gnome-7103e612978683d04150a83c0467a206ccc08a12.tar.gz freebsd-ports-gnome-7103e612978683d04150a83c0467a206ccc08a12.tar.zst freebsd-ports-gnome-7103e612978683d04150a83c0467a206ccc08a12.zip |
devel/protobuf25: new fedora MASTER_SITE to unbreak
At least 8 ports depend on protobuf25 so let's get it up again.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/protobuf25/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/protobuf25/Makefile b/devel/protobuf25/Makefile index fedb25af127c..5ac26ca8abdb 100644 --- a/devel/protobuf25/Makefile +++ b/devel/protobuf25/Makefile @@ -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 |