Bug 179435 - net-p2p/bitcoin won't fetch (GITHUB)
Summary: net-p2p/bitcoin won't fetch (GITHUB)
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-08 23:30 UTC by John Marino
Modified: 2013-06-09 19:40 UTC (History)
0 users

See Also:


Attachments
patch-bitcoin-github_file_change.diff (1.05 KB, patch)
2013-06-09 02:01 UTC, robbak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-08 23:30:00 UTC
net-p2p/bitcoin has a broken checksum with the current commit tag.

Fix: 

set GH_COMMIT= 94933c3
then regenerate the distinfo file.
That will allow this port to fetch the tarball and build until completion
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-08 23:30:12 UTC
Maintainer of net-p2p/bitcoin,

Please note that PR ports/179435 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/179435

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-08 23:30:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-09 19:32:35 UTC
Author: rakuco
Date: Sun Jun  9 18:32:16 2013
New Revision: 320373
URL: http://svnweb.freebsd.org/changeset/ports/320373

Log:
  Fix `make checksum'.
  
  PR:		ports/179435
  Submitted by:	Robert Backhaus <robbak@robbak.com> (maintainer)

Modified:
  head/net-p2p/bitcoin/Makefile
  head/net-p2p/bitcoin/distinfo

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Sun Jun  9 18:32:16 2013	(r320372)
+++ head/net-p2p/bitcoin/Makefile	Sun Jun  9 18:32:16 2013	(r320373)
@@ -20,7 +20,7 @@ QRCODES_DESC=	Build with QR code display
 USE_GITHUB=	yes
 GH_ACCOUNT=	bitcoin
 GH_PROJECT=	bitcoin
-GH_COMMIT=	09e437b
+GH_COMMIT=	94933c3
 GH_TAGNAME=	v${PORTVERSION}
 
 USE_GMAKE=	yes

Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Sun Jun  9 18:32:16 2013	(r320372)
+++ head/net-p2p/bitcoin/distinfo	Sun Jun  9 18:32:16 2013	(r320373)
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.8.2.tar.gz) = 708ca0fae80e75a670277aa484727750462130e15bfc422ee2512dd26a60ac2f
-SIZE (bitcoin-0.8.2.tar.gz) = 3181548
+SHA256 (bitcoin-0.8.2.tar.gz) = 545a10f95146161ce8f39eee5cd24720ea6c5b745638634a60e8dd7e2801f173
+SIZE (bitcoin-0.8.2.tar.gz) = 3181543
_______________________________________________
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 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-09 19:32:50 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!