aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-09-27 13:29:34 +0000
committerSteve Wills <swills@FreeBSD.org>2012-09-27 13:29:34 +0000
commit4507954b4c93a4cfebde3e7fdb3b926c8f4dd739 (patch)
treea7c016226d663d141921099ef119a78c5f62388b /net-p2p/bitcoin/Makefile
parent9c6ee759c7239b2264a66ec9c92480902ca351cd (diff)
downloadports-4507954b4c93a4cfebde3e7fdb3b926c8f4dd739.tar.gz
ports-4507954b4c93a4cfebde3e7fdb3b926c8f4dd739.zip
Notes
Diffstat (limited to 'net-p2p/bitcoin/Makefile')
-rw-r--r--net-p2p/bitcoin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 987208008667..7e97f5e30b2e 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= bitcoin
-PORTVERSION= 0.6.3
-PORTREVISION= 3
+PORTVERSION= 0.7.0
CATEGORIES= net-p2p finance
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= robbak@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