svn commit: r358482 - in head/sysutils/diskscrub: . files

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Jun 20 00:29:43 UTC 2014


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 at 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 at bz.bzflag.bz
+MAINTAINER=	erik at 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/


More information about the svn-ports-head mailing list