svn commit: r304958 - in head/net-p2p/bitcoin: . files
Steve Wills
swills at FreeBSD.org
Thu Sep 27 13:29:35 UTC 2012
Author: swills
Date: Thu Sep 27 13:29:34 2012
New Revision: 304958
URL: http://svn.freebsd.org/changeset/ports/304958
Log:
- Update to 0.7.0
- Set submitter as maintainer
Submitted by: "Robert Backhaus" <robbak at robbak.com> (private email)
Deleted:
head/net-p2p/bitcoin/files/patch-bitcoin.cpp
head/net-p2p/bitcoin/files/patch-util.h
Modified:
head/net-p2p/bitcoin/Makefile
head/net-p2p/bitcoin/distinfo (contents, props changed)
head/net-p2p/bitcoin/files/patch-qtipcserver-cpp (contents, props changed)
head/net-p2p/bitcoin/files/patch-transactiondesc.cpp (contents, props changed)
Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile Thu Sep 27 13:20:12 2012 (r304957)
+++ head/net-p2p/bitcoin/Makefile Thu Sep 27 13:29:34 2012 (r304958)
@@ -6,11 +6,10 @@
#
PORTNAME= bitcoin
-PORTVERSION= 0.6.3
-PORTREVISION= 3
+PORTVERSION= 0.7.0
CATEGORIES= net-p2p finance
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= robbak at robbak.com
COMMENT= Virtual Peer-to-Peer Currency Client
LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs
@@ -22,7 +21,8 @@ OPTIONS= GUI "Build with QT3 GUI" on \
USE_GITHUB= yes
GH_ACCOUNT= bitcoin
GH_PROJECT= bitcoin
-GH_COMMIT= 6e0c5e3
+GH_COMMIT= a76c22e
+GH_TAGNAME= v${PORTVERSION}
USE_GMAKE= yes
USE_OPENSSL= yes
Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo Thu Sep 27 13:20:12 2012 (r304957)
+++ head/net-p2p/bitcoin/distinfo Thu Sep 27 13:29:34 2012 (r304958)
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.6.3.tar.gz) = b4d538bdfd0c11dd0d12896ad444bcdc04cfc98b55deca73ed951ecef03363a6
-SIZE (bitcoin-0.6.3.tar.gz) = 1362075
+SHA256 (bitcoin-0.7.0.tar.gz) = d0b5ca34c61e8fbd6dca53f2730fa3d8e3df1f7bb40d5e42f8ea4cd3bf32a221
+SIZE (bitcoin-0.7.0.tar.gz) = 1603153
Modified: head/net-p2p/bitcoin/files/patch-qtipcserver-cpp
==============================================================================
--- head/net-p2p/bitcoin/files/patch-qtipcserver-cpp Thu Sep 27 13:20:12 2012 (r304957)
+++ head/net-p2p/bitcoin/files/patch-qtipcserver-cpp Thu Sep 27 13:29:34 2012 (r304958)
@@ -1,13 +1,16 @@
---- src/qt/qtipcserver.cpp.orig 2012-06-19 16:44:55.000000000 -0400
-+++ src/qt/qtipcserver.cpp 2012-09-02 09:39:34.034704891 -0400
-@@ -50,6 +50,10 @@
- // TODO: implement bitcoin: URI handling the Mac Way
- return;
- #endif
-+#ifdef __FreeBSD__
-+ // TODO: implement bitcoin: URI handling the Mac Way
-+ return;
-+#endif
- #ifdef WIN32
- // TODO: THOROUGHLY test boost::interprocess fix,
- // and make sure there are no Windows argument-handling exploitable
+diff -ur bitcoin-bitcoin-a76c22e.orig/src/qt/qtipcserver.cpp bitcoin-bitcoin-a76c22e/src/qt/qtipcserver.cpp
+--- bitcoin-bitcoin-a76c22e.orig/src/qt/qtipcserver.cpp 2012-09-19 22:13:23.000000000 +1000
++++ src/qt/qtipcserver.cpp 2012-09-19 22:17:52.000000000 +1000
+@@ -32,6 +32,12 @@
+ void ipcScanRelay(int argc, char *argv[]) { }
+ void ipcInit(int argc, char *argv[]) { }
+
++#elif defined __FreeBSD__
++// URI handling not implemented on BSD either
++
++void ipcScanRelay(int argc, char *argv[]) { }
++void ipcInit(int argc, char *argv[]) { }
++
+ #else
+
+ static void ipcThread2(void* pArg);
Modified: head/net-p2p/bitcoin/files/patch-transactiondesc.cpp
==============================================================================
--- head/net-p2p/bitcoin/files/patch-transactiondesc.cpp Thu Sep 27 13:20:12 2012 (r304957)
+++ head/net-p2p/bitcoin/files/patch-transactiondesc.cpp Thu Sep 27 13:29:34 2012 (r304958)
@@ -1,10 +1,10 @@
---- src/qt/transaction.cpp.orig 2012-09-01 03:08:26.000000000 +0000
-+++ src/qt/transactiondesc.cpp 2012-09-01 03:08:38.000000000 +0000
-@@ -7,6 +7,7 @@
- #include "wallet.h"
+--- src/qt/transactiondesc.cpp.orig 2012-09-13 04:07:22.000000000 +1000
++++ src/qt/transactiondesc.cpp 2012-09-19 18:44:39.000000000 +1000
+@@ -8,6 +8,7 @@
#include "db.h"
#include "ui_interface.h"
+ #include "base58.h"
+#include "walletdb.h"
- #include <QString>
-
+ QString TransactionDesc::FormatTxStatus(const CWalletTx& wtx)
+ {
More information about the svn-ports-all
mailing list