Bug 180343 - devel/dits: unable to regenerate distribution tarball
Summary: devel/dits: unable to regenerate distribution tarball
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-06 13:20 UTC by Greg Becker
Modified: 2013-07-08 05:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.07 KB, patch)
2013-07-06 13:20 UTC, Greg Becker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Becker 2013-07-06 13:20:00 UTC
	I was unable to regenerate the distribution tarball to match the
	hash in the distinfo file.  Now using bzip2 to fix that problem.

How-To-Repeat: 	make makesum
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-06 18:58:19 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-08 04:51:02 UTC
Author: ak
Date: Mon Jul  8 03:50:54 2013
New Revision: 322481
URL: http://svnweb.freebsd.org/changeset/ports/322481

Log:
  - Update to 2.3.202
  
  PR:	ports/180343
  Submitted by:	greg@codeconcepts.com (maintainer)

Modified:
  head/devel/dits/Makefile   (contents, props changed)
  head/devel/dits/distinfo   (contents, props changed)

Modified: head/devel/dits/Makefile
==============================================================================
--- head/devel/dits/Makefile	Mon Jul  8 02:10:33 2013	(r322480)
+++ head/devel/dits/Makefile	Mon Jul  8 03:50:54 2013	(r322481)
@@ -2,13 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	dits
-PORTVERSION=	2.2.37
+PORTVERSION=	2.3.202
 CATEGORIES=	devel
 MASTER_SITES=	http://codeconcepts.com/
 
 MAINTAINER=	greg@codeconcepts.com
 COMMENT=	Data integrity verifying disk exercising test tool
 
+USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 

Modified: head/devel/dits/distinfo
==============================================================================
--- head/devel/dits/distinfo	Mon Jul  8 02:10:33 2013	(r322480)
+++ head/devel/dits/distinfo	Mon Jul  8 03:50:54 2013	(r322481)
@@ -1,2 +1,2 @@
-SHA256 (dits-2.2.37.tar.gz) = 1ddfc60211f2fb201d8006b70d0a48fc1742f22c184de54f6463c4f329b3ed84
-SIZE (dits-2.2.37.tar.gz) = 191811
+SHA256 (dits-2.3.202.tar.bz2) = 8cff410d318c8c55606c7217b140e420a43728bad4cb68b9d5c3917d533bcea4
+SIZE (dits-2.3.202.tar.bz2) = 128710
_______________________________________________
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 Alex Kozlov freebsd_committer freebsd_triage 2013-07-08 04:53:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 4 Alex Kozlov freebsd_committer freebsd_triage 2013-07-08 04:53:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!