Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 00:29:42 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358482 - in head/sysutils/diskscrub: . files
Message-ID:  <201406200029.s5K0TgeY045774@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Fri Jun 20 00:29:42 2014
New Revision: 358482
URL: http://svnweb.freebsd.org/changeset/ports/358482
QAT: https://qat.redports.org/buildarchive/r358482/

Log:
  - Add stage support
  - Update maintainer email
  - Add LICENSE
  - Update WWW
  while here
  - Convert USE_BZIP2 to USES
  - Fix build with clang
  
  PR:		ports/191188
  Submitted by:	erik@bz.bzflag.bz

Added:
  head/sysutils/diskscrub/files/patch-src__genrand.c   (contents, props changed)
Modified:
  head/sysutils/diskscrub/Makefile
  head/sysutils/diskscrub/pkg-descr

Modified: head/sysutils/diskscrub/Makefile
==============================================================================
--- head/sysutils/diskscrub/Makefile	Fri Jun 20 00:27:55 2014	(r358481)
+++ head/sysutils/diskscrub/Makefile	Fri Jun 20 00:29:42 2014	(r358482)
@@ -7,15 +7,14 @@ CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	scrub-${PORTVERSION}
 
-MAINTAINER=	erik@bz.bzflag.bz
+MAINTAINER=	erik@elfga.com
 COMMENT=	Writes patterns on files to make retrieving the data more difficult
 
-GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
+LICENSE=	GPLv2
 
-MAN1=	scrub.1
+GNU_CONFIGURE=	yes
+USES=		tar:bzip2
 
-PLIST_FILES=	bin/scrub
+PLIST_FILES=	bin/scrub man/man1/scrub.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/sysutils/diskscrub/files/patch-src__genrand.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/diskscrub/files/patch-src__genrand.c	Fri Jun 20 00:29:42 2014	(r358482)
@@ -0,0 +1,11 @@
+--- ./src/genrand.c.orig	2014-06-19 20:53:05.000000000 -0300
++++ ./src/genrand.c	2014-06-19 20:53:18.000000000 -0300
+@@ -106,7 +106,7 @@
+                 buf[n] = result;
+             }
+ #endif
+-            return;
++            return 0;
+         }
+     }
+ 

Modified: head/sysutils/diskscrub/pkg-descr
==============================================================================
--- head/sysutils/diskscrub/pkg-descr	Fri Jun 20 00:27:55 2014	(r358481)
+++ head/sysutils/diskscrub/pkg-descr	Fri Jun 20 00:29:42 2014	(r358482)
@@ -14,4 +14,4 @@ the data more difficult. Scrub operates 
 Scrub implements user-selectable pattern algorithms that are compliant with
 DoD 5520.22-M or NNSA NAP-14.x.
 
-WWW: https://computing.llnl.gov/linux/scrub.html
+WWW: https://code.google.com/p/diskscrub/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406200029.s5K0TgeY045774>