diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-12 02:26:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-12 02:26:13 +0800 |
commit | b4a132dab359f8319615206dcd9b053552ae7194 (patch) | |
tree | 949cc06dd189ddfe52ea6d45bae7779aa88f5602 /net-p2p/bitcoin | |
parent | b338c0f73a091e7606dc48f014b58e6ce1434ccc (diff) | |
download | freebsd-ports-gnome-b4a132dab359f8319615206dcd9b053552ae7194.tar.gz freebsd-ports-gnome-b4a132dab359f8319615206dcd9b053552ae7194.tar.zst freebsd-ports-gnome-b4a132dab359f8319615206dcd9b053552ae7194.zip |
Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
Diffstat (limited to 'net-p2p/bitcoin')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 897f6f43b49d..0b5f4c62d193 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.15.1 DISTVERSIONPREFIX= v -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com |