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

Collapse All | Expand All

(-)bitcoin/Makefile (-3 / +1 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	bitcoin
4
PORTNAME=	bitcoin
5
PORTVERSION=	0.14.2
5
PORTVERSION=	0.15.0.1
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	4
8
CATEGORIES=	net-p2p finance
7
CATEGORIES=	net-p2p finance
9
8
10
MAINTAINER=	robbak@robbak.com
9
MAINTAINER=	robbak@robbak.com
Lines 18-24 Link Here
18
BROKEN_powerpc64=	fails to compile: util.cpp: undefined reference to boost::program_options::to_internal
17
BROKEN_powerpc64=	fails to compile: util.cpp: undefined reference to boost::program_options::to_internal
19
18
20
USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl
19
USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl
21
SHEBANG_FILES=	src/test/*.py
22
USE_GITHUB=	yes
20
USE_GITHUB=	yes
23
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
24
22
(-)bitcoin/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1500590635
1
TIMESTAMP = 1505631653
2
SHA256 (bitcoin-bitcoin-v0.14.2_GH0.tar.gz) = e0ac23f01a953fcc6290c96799deeffb32aa76ca8e216c564d20c18e75a25219
2
SHA256 (bitcoin-bitcoin-v0.15.0.1_GH0.tar.gz) = a2d28632be6918ce23d2fd589f0aecbb2a90579c9345f47fdfe1e77ec31f023e
3
SIZE (bitcoin-bitcoin-v0.14.2_GH0.tar.gz) = 7180535
3
SIZE (bitcoin-bitcoin-v0.15.0.1_GH0.tar.gz) = 7504139
(-)bitcoin-daemon/Makefile (-1 / +2 lines)
Lines 24-30 Link Here
24
		--without-utils
24
		--without-utils
25
25
26
PLIST_FILES=	bin/bitcoind \
26
PLIST_FILES=	bin/bitcoind \
27
		man/man1/bitcoind.1.gz
27
		man/man1/bitcoind.1.gz \
28
		%%ETCDIR%%.conf.sample
28
29
29
USE_RC_SUBR=	bitcoind
30
USE_RC_SUBR=	bitcoind
30
31

Return to bug 222384