diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-30 00:04:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-30 00:04:36 +0800 |
commit | acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756 (patch) | |
tree | 11008e8801186db5586972165ff6346d48d8dcaa /net-p2p | |
parent | 1092c3a8421bfd8a6d890691e305b73e61108d99 (diff) | |
download | freebsd-ports-gnome-acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756.tar.gz freebsd-ports-gnome-acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756.tar.zst freebsd-ports-gnome-acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756.zip |
Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/litecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/namecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/zetacoin/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index df397d8cf956..ed94570651bf 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.12.1 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 4a2d5fa29872..3c4887264b2e 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= litecoin PORTVERSION= 0.10.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p finance MASTER_SITES= LOCAL/swills diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 0bc9259c8997..5d0d1b3cd355 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= namecoin PORTVERSION= 0.3.80 DISTVERSIONPREFIX= nc -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= net-p2p dns diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile index 40aa6f2357c2..faa9faf9284b 100644 --- a/net-p2p/zetacoin/Makefile +++ b/net-p2p/zetacoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= zetacoin PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net |