See title. cgit downloads a tarball with a hash that doesn't match distinfo. Fix: generate distinfo after inspecting differences in previous tarball.
Responsible Changed From-To: freebsd-ports-bugs->bapt Over to maintainer (via the GNATS Auto Assign Tool)
Author: bapt Date: Thu Mar 7 11:21:11 2013 New Revision: 313575 URL: http://svnweb.freebsd.org/changeset/ports/313575 Log: Update bundled git to 1.7.4.4, which at the same time fixes the bad checksum problem PR: ports/176707 Submitted by: John Marino <draco@marino.st>, miwi, bdrewery Modified: head/devel/cgit/Makefile head/devel/cgit/distinfo Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Thu Mar 7 11:14:13 2013 (r313574) +++ head/devel/cgit/Makefile Thu Mar 7 11:21:11 2013 (r313575) @@ -3,6 +3,7 @@ PORTNAME= cgit PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ http://mirror.linux.org.au/software/scm/git/:git @@ -14,7 +15,7 @@ COMMENT= A fast webinterface for git LICENSE= GPLv2 -GIT_VERSION= 1.7.4 +GIT_VERSION= 1.7.4.4 USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes Modified: head/devel/cgit/distinfo ============================================================================== --- head/devel/cgit/distinfo Thu Mar 7 11:14:13 2013 (r313574) +++ head/devel/cgit/distinfo Thu Mar 7 11:21:11 2013 (r313575) @@ -1,4 +1,4 @@ -SHA256 (cgit-0.9.1.tar.bz2) = d3db46a69f731182f563f62cd978543fa40d01899cf17aa9764e4d339ab0e72c -SIZE (cgit-0.9.1.tar.bz2) = 67574 -SHA256 (git-1.7.4.tar.bz2) = 8e260b9e5dfb46a35f26e3db450c2dabb4d1df254bfb2820779945a1ecbcef51 -SIZE (git-1.7.4.tar.bz2) = 2703735 +SHA256 (cgit-0.9.1.tar.bz2) = 315ba675e89f19c5db91d0694f8437aea8c85ece0422c38721bcd49e317bfbb7 +SIZE (cgit-0.9.1.tar.bz2) = 67736 +SHA256 (git-1.7.4.4.tar.bz2) = 5c3e738b01a4021ade56abebfdcce8825d2a50868e5c7befb65102f497387aa0 +SIZE (git-1.7.4.4.tar.bz2) = 2709587 _______________________________________________ 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: open->closed Fixed. Thanks for reporting!