- Update to 0.8.0 - Much work has been done in 0.8.0 to improve performance and reduce CPU load - Patches required for previous versions have now been accepted upstream. - Release notice: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/ Removed file(s): - files/patch-qtipcserver-cpp - files/patch-transactiondesc.cpp Port maintainer (robbak@robbak.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Maintainer of net-p2p/bitcoin, Please note that PR ports/176284 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176284 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Yes, this is my update. My internet provider's smtp server needs a '@theirdomain' address to let emails out, even though they do not provide me an email service - hence the @mynetfone from address. Please commit. Any testing others may provide would be also appreciated. On 20 February 2013 17:50, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of net-p2p/bitcoin, > > Please note that PR ports/176284 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176284 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
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@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@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thank you!