| Summary: | [Maintainer Update] sysutils/diskscrub 2.2 -> 2.5.2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Erik Greenwald <erik> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | erik | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Erik Greenwald
2013-01-09 20:40:00 UTC
Author: ak Date: Sat Jan 12 03:55:10 2013 New Revision: 310261 URL: http://svnweb.freebsd.org/changeset/ports/310261 Log: - Update to 2.5.2 - Convert Makefile headers to new style PR: ports/175167 Submitted by: Erik Greenwald <erik@bz.bzflag.bz> (maintainer) Added: head/sysutils/diskscrub/files/patch-src_util.h (contents, props changed) Deleted: head/sysutils/diskscrub/files/extrapatch-freebsd4 Modified: head/sysutils/diskscrub/Makefile (contents, props changed) head/sysutils/diskscrub/distinfo (contents, props changed) Modified: head/sysutils/diskscrub/Makefile ============================================================================== --- head/sysutils/diskscrub/Makefile Sat Jan 12 03:06:37 2013 (r310260) +++ head/sysutils/diskscrub/Makefile Sat Jan 12 03:55:10 2013 (r310261) @@ -1,12 +1,8 @@ -# New ports collection makefile for: diskscrub -# Date created: 28 November 2006 -# Whom: Erik Greenwald <erik@smluc.org> -# +# Created by: Erik Greenwald <erik@smluc.org> # $FreeBSD$ -# PORTNAME= diskscrub -PORTVERSION= 2.2 +PORTVERSION= 2.5.2 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE DISTNAME= scrub-${PORTVERSION} Modified: head/sysutils/diskscrub/distinfo ============================================================================== --- head/sysutils/diskscrub/distinfo Sat Jan 12 03:06:37 2013 (r310260) +++ head/sysutils/diskscrub/distinfo Sat Jan 12 03:55:10 2013 (r310261) @@ -1,2 +1,2 @@ -SHA256 (scrub-2.2.tar.bz2) = cb1e6f06c4e9d7b54acebb8a04f51a4e2d2a61a8c4f009796f1f825301b2da17 -SIZE (scrub-2.2.tar.bz2) = 145004 +SHA256 (scrub-2.5.2.tar.bz2) = 51ee4963759cf07b186bb583ef2839618c1131bbbbdfae849ca76a2259cbc461 +SIZE (scrub-2.5.2.tar.bz2) = 161468 Added: head/sysutils/diskscrub/files/patch-src_util.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/diskscrub/files/patch-src_util.h Sat Jan 12 03:55:10 2013 (r310261) @@ -0,0 +1,11 @@ +--- src/util.h.orig 2013-01-09 15:24:03.000000000 -0500 ++++ src/util.h 2013-01-09 15:24:22.000000000 -0500 +@@ -24,6 +24,8 @@ + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + \*****************************************************************************/ + ++#include <sys/mman.h> ++ + #ifdef HAVE_STDBOOL_H + #include <stdbool.h> + #else _______________________________________________ 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" Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. State Changed From-To: open->closed Committed. Thanks! |