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

Collapse All | Expand All

(-)net-p2p/bitcoin/Makefile (-8 / +9 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?=	2
8
CATEGORIES=	net-p2p finance
7
CATEGORIES=	net-p2p finance
8
MASTER_SITES=	https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \
9
		LOCAL/swills:icon
10
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} bitcoin128.png:icon
11
DIST_SUBDIR=	${PORTNAME}
12
EXTRACT_ONLY=	${_DISTFILES:N*.png}
9
13
10
MAINTAINER=	kbowling@FreeBSD.org
14
MAINTAINER=	kbowling@FreeBSD.org
11
COMMENT?=	Virtual Peer-to-Peer Currency Client (QT)
15
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
22
BROKEN_powerpc64=	fails to compile: util.cpp: undefined reference to boost::program_options::to_internal
19
23
20
USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl
24
USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl
21
USE_GITHUB=	yes
22
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
23
26
24
SLAVE_PORT?=	no
27
SLAVE_PORT?=	no
Lines 119-129 CONFIGURE_ARGS+=--disable-asm Link Here
119
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
122
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
120
123
121
post-install:
124
post-install:
122
	${REINPLACE_CMD} -e 's,=/usr,=${PREFIX},' \
125
	${INSTALL} ${FILESDIR}/bitcoin-qt.desktop \
123
		${WRKSRC}/contrib/debian/bitcoin-qt.desktop
124
	${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop \
125
		${STAGEDIR}${PREFIX}/share/applications
126
		${STAGEDIR}${PREFIX}/share/applications
126
	${INSTALL} ${WRKSRC}/share/pixmaps/bitcoin128.png \
127
	${INSTALL} ${DISTDIR}/${DIST_SUBDIR}/bitcoin128.png \
127
		${STAGEDIR}${PREFIX}/share/pixmaps/
128
		${STAGEDIR}${PREFIX}/share/pixmaps/
128
129
129
.endif
130
.endif
(-)net-p2p/bitcoin/distinfo (-3 / +5 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1529269970
1
TIMESTAMP = 1534797874
2
SHA256 (bitcoin-bitcoin-v0.16.1_GH0.tar.gz) = c0065f63509c1ca8b45057b415f8e4cbaf0f234def6090511d68fd3df3a56380
2
SHA256 (bitcoin/bitcoin-0.16.2.tar.gz) = 1910c58b7d8e13acbd05b0e8fd9b4b61cbac5776f058ee10bc80c1d2a7c707d8
3
SIZE (bitcoin-bitcoin-v0.16.1_GH0.tar.gz) = 6655512
3
SIZE (bitcoin/bitcoin-0.16.2.tar.gz) = 7019310
4
SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722
5
SIZE (bitcoin/bitcoin128.png) = 10639

Return to bug 230429