Bug 183291

Summary: www/drood: has wrong checksums
Product: Ports & Packages Reporter: jimmy
Component: Individual Port(s)Assignee: Thomas Abthorpe <tabthorpe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description jimmy 2013-10-25 05:10:02 UTC
	Latest version was committed with out of date checksums.

Fix: 

tarball is good.
make makesum to generate new checksum.
How-To-Repeat: 	make extract
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-25 05:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-25 15:55:30 UTC
Author: tabthorpe
Date: Fri Oct 25 14:55:22 2013
New Revision: 331592
URL: http://svnweb.freebsd.org/changeset/ports/331592

Log:
  - Fix distinfo
  
  PR:		ports/183291
  Submitted by:	James Bailie <jimmy@mammothcheese.ca>

Modified:
  head/www/drood/distinfo

Modified: head/www/drood/distinfo
==============================================================================
--- head/www/drood/distinfo	Fri Oct 25 14:52:21 2013	(r331591)
+++ head/www/drood/distinfo	Fri Oct 25 14:55:22 2013	(r331592)
@@ -1,2 +1,2 @@
-SHA256 (drood-3.10.tar.gz) = 469cd3999b9bd6552727fe1b66003479562b4f7344d9106884dde4d70c965d36
-SIZE (drood-3.10.tar.gz) = 64442
+SHA256 (drood-3.10.tar.gz) = 53ed233e7fc1d9ea327cf873c38bb75fa5a46080e46e02f98d367e827304ede8
+SIZE (drood-3.10.tar.gz) = 64492
_______________________________________________
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 Thomas Abthorpe freebsd_committer freebsd_triage 2013-10-25 15:56:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!