diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:08:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:08:16 +0800 |
commit | cc224d53ec359814049f409c3022fcf2885657ad (patch) | |
tree | bb7ad747880e8b73ba67e7537e487c63a9b9aed7 /net-p2p/bitcoin-daemon | |
parent | e8d64338c2f3c73041f3b93a0bc13ff73ef72924 (diff) | |
download | freebsd-ports-gnome-cc224d53ec359814049f409c3022fcf2885657ad.tar.gz freebsd-ports-gnome-cc224d53ec359814049f409c3022fcf2885657ad.tar.zst freebsd-ports-gnome-cc224d53ec359814049f409c3022fcf2885657ad.zip |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
Diffstat (limited to 'net-p2p/bitcoin-daemon')
-rw-r--r-- | net-p2p/bitcoin-daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index bb0c04583fbf..0af749b0e6cf 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) |