Bug 184655 - [MAINTAINER] net-p2p/bitcoin: update to 0.8.6
Summary: [MAINTAINER] net-p2p/bitcoin: update to 0.8.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 10:50 UTC by robbak
Modified: 2013-12-17 02:20 UTC (History)
0 users

See Also:


Attachments
bitcoin-0.8.6.patch (2.11 KB, patch)
2013-12-10 10:50 UTC, robbak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description robbak 2013-12-10 10:50:00 UTC
Update to 0.8.6

Remove patch--init_cpp, applied upstream.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-10 10:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-17 02:14:02 UTC
Author: swills
Date: Tue Dec 17 02:13:55 2013
New Revision: 336687
URL: http://svnweb.freebsd.org/changeset/ports/336687

Log:
  - Update to 0.8.6
  
  PR:		ports/184655
  Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)

Deleted:
  head/net-p2p/bitcoin/files/patch-init_cpp
Modified:
  head/net-p2p/bitcoin/Makefile
  head/net-p2p/bitcoin/distinfo

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Tue Dec 17 01:27:21 2013	(r336686)
+++ head/net-p2p/bitcoin/Makefile	Tue Dec 17 02:13:55 2013	(r336687)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bitcoin
-PORTVERSION=	0.8.5
+PORTVERSION=	0.8.6
 CATEGORIES=	net-p2p finance
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://people.freebsd.org/~swills/ \
@@ -23,7 +23,7 @@ QRCODES_DESC=	Build with QR code display
 USE_GITHUB=	yes
 GH_ACCOUNT=	bitcoin
 GH_PROJECT=	bitcoin
-GH_COMMIT=	8090e11
+GH_COMMIT=	15e2837
 GH_TAGNAME=	v${PORTVERSION}
 
 USE_GMAKE=	yes

Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Tue Dec 17 01:27:21 2013	(r336686)
+++ head/net-p2p/bitcoin/distinfo	Tue Dec 17 02:13:55 2013	(r336687)
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.8.5.tar.gz) = 0a60bda22fb198a2682a6a0b3c82b3da053f76efdd5930eae9af3792bdc4bffe
-SIZE (bitcoin-0.8.5.tar.gz) = 3181937
+SHA256 (bitcoin-0.8.6.tar.gz) = 0703ce3fce77b63bce11388790176f5626b521b7403d72db1ed452c692fdc55d
+SIZE (bitcoin-0.8.6.tar.gz) = 3194755
_______________________________________________
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-12-17 02:14:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!