diff options
author | ale <ale@FreeBSD.org> | 2018-02-28 16:13:20 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2018-02-28 16:13:20 +0800 |
commit | f13f4914142aa53fcaec98beab5737435feb0506 (patch) | |
tree | 962e1963504cd79237fc5af9d4363914aa19b91f /net-p2p | |
parent | d5cdb21c8adc0ae6e56895702649b87d8878ba89 (diff) | |
download | freebsd-ports-graphics-f13f4914142aa53fcaec98beab5737435feb0506.tar.gz freebsd-ports-graphics-f13f4914142aa53fcaec98beab5737435feb0506.tar.zst freebsd-ports-graphics-f13f4914142aa53fcaec98beab5737435feb0506.zip |
Update to 0.16.0 release and change maintainer.
PR: 226155
Submitted by: kbowling
Approved by: maintainer
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-daemon/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/bitcoin/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/bitcoin/distinfo | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 151d31e09ef..15fc32728a7 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 3 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 420ace61d28..af38d71a382 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -2,15 +2,12 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.15.1 +PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v -PORTREVISION?= 3 +PORTREVISION?= 0 CATEGORIES= net-p2p finance -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 1ec0c0a01c31.patch:-p1 - -MAINTAINER= robbak@robbak.com +MAINTAINER= kbowling@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) LICENSE= MIT @@ -95,6 +92,12 @@ MAKE_ENV+= V=1 PLIST_FILES?= bin/bitcoin-qt man/man1/bitcoin-qt.1.gz \ share/applications/bitcoin-qt.desktop share/pixmaps/bitcoin128.png +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1100000 +CONFIGURE_ARGS+=--disable-asm +.endif + .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" post-install: @@ -113,4 +116,4 @@ regression-test: build @cd ${WRKSRC} && ${GMAKE} check -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo index 5a2704a938a..b86dfe654e6 100644 --- a/net-p2p/bitcoin/distinfo +++ b/net-p2p/bitcoin/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1510484103 -SHA256 (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = 98b3a98a67054123bef6714e4035e18f9250a1b6d63829258ad057906e75d8b1 -SIZE (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = 7547736 -SHA256 (1ec0c0a01c31.patch) = 01a2fe784d7c3d21d2cfd9dc460c059c7ae358e0f5e9e5e7782f10d259db3cd9 -SIZE (1ec0c0a01c31.patch) = 3535 +TIMESTAMP = 1519650479 +SHA256 (bitcoin-bitcoin-v0.16.0_GH0.tar.gz) = 8ade43e420b6aad00645d79239c21947e47f37d1f974b4948b0da0b6999c28d5 +SIZE (bitcoin-bitcoin-v0.16.0_GH0.tar.gz) = 6627084 |