diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-04 03:41:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-04 03:41:32 +0800 |
commit | e1e935554223e7f656d07f3b8d4b19b651e96425 (patch) | |
tree | 8156e20afca01d9216c718d4023eba75e0a0f37a /net-p2p/bitcoin | |
parent | 4891de5cd9ed73b29d7e93a2897aef0e68afa4d1 (diff) | |
download | freebsd-ports-gnome-e1e935554223e7f656d07f3b8d4b19b651e96425.tar.gz freebsd-ports-gnome-e1e935554223e7f656d07f3b8d4b19b651e96425.tar.zst freebsd-ports-gnome-e1e935554223e7f656d07f3b8d4b19b651e96425.zip |
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine
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 7800c2df8180..8697c9cdf1ba 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -3,7 +3,7 @@ PORTNAME= bitcoin PORTVERSION= 0.17.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \ LOCAL/swills:icon |