View | Details | Raw Unified | Return to bug 230429 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-p2p/bitcoin/Makefile (-4 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	bitcoin
4
PORTNAME=	bitcoin
5
PORTVERSION=	0.16.1
5
PORTVERSION=	0.16.2
6
DISTVERSIONPREFIX=	v
6
PORTREVISION?=	0
7
PORTREVISION?=	1
8
CATEGORIES=	net-p2p finance
7
CATEGORIES=	net-p2p finance
8
MASTER_SITES=	https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/
9
9
10
MAINTAINER=	kbowling@FreeBSD.org
10
MAINTAINER=	kbowling@FreeBSD.org
11
COMMENT?=	Virtual Peer-to-Peer Currency Client (QT)
11
COMMENT?=	Virtual Peer-to-Peer Currency Client (QT)
Lines 18-24 LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ Link Here
18
BROKEN_powerpc64=	fails to compile: util.cpp: undefined reference to boost::program_options::to_internal
18
BROKEN_powerpc64=	fails to compile: util.cpp: undefined reference to boost::program_options::to_internal
19
19
20
USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl
20
USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl
21
USE_GITHUB=	yes
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
22
24
SLAVE_PORT?=	no
23
SLAVE_PORT?=	no
(-)b/net-p2p/bitcoin/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1529269970
1
TIMESTAMP = 1533629644
2
SHA256 (bitcoin-bitcoin-v0.16.1_GH0.tar.gz) = c0065f63509c1ca8b45057b415f8e4cbaf0f234def6090511d68fd3df3a56380
2
SHA256 (bitcoin-0.16.2.tar.gz) = 1910c58b7d8e13acbd05b0e8fd9b4b61cbac5776f058ee10bc80c1d2a7c707d8
3
SIZE (bitcoin-bitcoin-v0.16.1_GH0.tar.gz) = 6655512
3
SIZE (bitcoin-0.16.2.tar.gz) = 7019310

Return to bug 230429