diff options
| -rw-r--r-- | sysutils/diskscrub/Makefile | 11 | ||||
| -rw-r--r-- | sysutils/diskscrub/files/patch-src__genrand.c | 11 | ||||
| -rw-r--r-- | sysutils/diskscrub/pkg-descr | 2 |
3 files changed, 17 insertions, 7 deletions
diff --git a/sysutils/diskscrub/Makefile b/sysutils/diskscrub/Makefile index e3153b3fda3a..76214f513490 100644 --- a/sysutils/diskscrub/Makefile +++ b/sysutils/diskscrub/Makefile @@ -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> diff --git a/sysutils/diskscrub/files/patch-src__genrand.c b/sysutils/diskscrub/files/patch-src__genrand.c new file mode 100644 index 000000000000..03b3e973640e --- /dev/null +++ b/sysutils/diskscrub/files/patch-src__genrand.c @@ -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; + } + } + diff --git a/sysutils/diskscrub/pkg-descr b/sysutils/diskscrub/pkg-descr index 609c695a621a..14e0c15fd07b 100644 --- a/sysutils/diskscrub/pkg-descr +++ b/sysutils/diskscrub/pkg-descr @@ -14,4 +14,4 @@ the data more difficult. Scrub operates in one of three modes: 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/ |
