Bug 176707 - devel/cgit: checksum mismatch
Summary: devel/cgit: checksum mismatch
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: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 21:30 UTC by John Marino
Modified: 2013-03-11 06:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-03-06 21:30:00 UTC
See title.
cgit downloads a tarball with a hash that doesn't match distinfo.

Fix: 

generate distinfo after inspecting differences in previous tarball.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-06 21:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-07 11:21:18 UTC
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"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2013-03-11 06:37:44 UTC
State Changed
From-To: open->closed

Fixed. Thanks for reporting!