svn commit: r312668 - in head/net-p2p/bitcoin: . files
Ruslan Mahmatkhanov
rm at FreeBSD.org
Wed Feb 20 20:27:33 UTC 2013
Author: rm
Date: Wed Feb 20 20:27:32 2013
New Revision: 312668
URL: http://svnweb.freebsd.org/changeset/ports/312668
Log:
- update to 0.8.0
- remove patched, applied upstream
changelog:
http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/
PR: 176284
Submitted by: Robert Backahus <robbak at mynetfone.com.au> (maintainer, other email)
Deleted:
head/net-p2p/bitcoin/files/
Modified:
head/net-p2p/bitcoin/Makefile
head/net-p2p/bitcoin/distinfo
Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile Wed Feb 20 20:26:52 2013 (r312667)
+++ head/net-p2p/bitcoin/Makefile Wed Feb 20 20:27:32 2013 (r312668)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bitcoin
-PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTVERSION= 0.8.0
CATEGORIES= net-p2p finance
MAINTAINER= robbak at robbak.com
@@ -14,14 +13,14 @@ LIB_DEPENDS= boost_date_time:${PORTSDIR}
OPTIONS_DEFINE= GUI UPNP QRCODES
OPTIONS_DEFAULT= GUI QRCODES
-GUI_DESC= Build as a QT3 GUI
+GUI_DESC= Build as a QT4 GUI
UPNP_DESC= Build with UPNP support
QRCODES_DESC= Build with QR code display
USE_GITHUB= yes
GH_ACCOUNT= bitcoin
GH_PROJECT= bitcoin
-GH_COMMIT= d082365
+GH_COMMIT= f4d5f06
GH_TAGNAME= v${PORTVERSION}
USE_GMAKE= yes
@@ -36,7 +35,6 @@ CXXFLAGS+= -Wno-invalid-offsetof
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11)
-USE_QT_VER= 4
USE_QT4= corelib gui qmake_build linguist uic moc rcc
BINARY= bitcoin-qt
.else
@@ -64,9 +62,6 @@ QMAKE_USE_UPNP= -
.include <bsd.port.pre.mk>
post-patch:
- @${CP} ${WRKSRC}/src/protocol.h ${WRKSRC}/src/protocol.h.orig
- @${AWK} 'BEGIN { f = 0 } { if ( $$0 ~ /^#include/ && f == 0 ) { f = 1; print "#include <sys/socket.h>"; print "#include <netinet/in.h>" }; print }' \
- ${WRKSRC}/src/protocol.h.orig > ${WRKSRC}/src/protocol.h
.if !${PORT_OPTIONS:MGUI} || defined(WITHOUT_X11)
@cd ${WRKSRC}/src && ${CP} -p makefile.unix Makefile
@${REINPLACE_CMD} \
Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo Wed Feb 20 20:26:52 2013 (r312667)
+++ head/net-p2p/bitcoin/distinfo Wed Feb 20 20:27:32 2013 (r312668)
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.7.1.tar.gz) = eb1c4bb59a6a6557e59dec5d90ab7c45b660898f535fafaeaed051aeb347b94d
-SIZE (bitcoin-0.7.1.tar.gz) = 1623510
+SHA256 (bitcoin-0.8.0.tar.gz) = 436044ecad90a40c4b8b4186816ac9d2e3b99baf5252532ea35215d9d4ce065e
+SIZE (bitcoin-0.8.0.tar.gz) = 1965169
More information about the svn-ports-head
mailing list