aboutsummaryrefslogtreecommitdiff
path: root/security/destroy
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-02-03 12:32:17 +0000
committerRene Ladan <rene@FreeBSD.org>2014-02-03 12:32:17 +0000
commita5b3d04981087fc3fe52dd53de6bfa607583acfa (patch)
tree5243d4b1ca2c070d72de5237a9783db8247c5438 /security/destroy
parentd5bffd7e86ce9ebcfefa0e927e9fa1d0310e045f (diff)
downloadports-a5b3d04981087fc3fe52dd53de6bfa607583acfa.tar.gz
ports-a5b3d04981087fc3fe52dd53de6bfa607583acfa.zip
Notes
Diffstat (limited to 'security/destroy')
-rw-r--r--security/destroy/Makefile26
-rw-r--r--security/destroy/distinfo4
-rw-r--r--security/destroy/pkg-descr6
3 files changed, 15 insertions, 21 deletions
diff --git a/security/destroy/Makefile b/security/destroy/Makefile
index a76e00450c6e..14d2ecb5d6d0 100644
--- a/security/destroy/Makefile
+++ b/security/destroy/Makefile
@@ -1,27 +1,21 @@
-# Created by: shane@freebsdhackers.net
+# Created by: shane@freebsdhackers.net aka modsix@gmail.com
# $FreeBSD$
PORTNAME= destroy
-PORTVERSION= 20050329
+PORTVERSION= 20130926
CATEGORIES= security
-MASTER_SITES= http://www.freebsdhackers.net/destroy/ \
- http://destroy.rider.us/ \
- http://www.impurity.org/mirrors/destroy/
+MASTER_SITES= http://www.mod6.net/destroy/ \
+ http://www.kinneysoft.com/destroy/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Program to securely destroy files on the hard disk
+MAINTAINER= modsix@gmail.com
+COMMENT= Securely destroy files on the hard disk
-DEPRECATED= No longer under active development
-EXPIRATION_DATE= 20140201
+LICENSE= BSD4CLAUSE
-USE_GMAKE= yes
+PLIST_FILES= bin/destroy man/man1/destroy.1.gz
-MAN1= destroy.1
-PLIST_FILES= bin/destroy
-
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/security/destroy/distinfo b/security/destroy/distinfo
index 4b0eb78e9bbb..329ec156ae8e 100644
--- a/security/destroy/distinfo
+++ b/security/destroy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (destroy-20050329.tar.gz) = 7214f263c5e800013f5aa095249e53cce876dfa7de8f4a4f02efd64d84b0ad56
-SIZE (destroy-20050329.tar.gz) = 4273
+SHA256 (destroy-20130926.tar.gz) = 71ed5198b55cf1e677071c2c6895e44feefb2522a48448fe7a96f4df8ac8436a
+SIZE (destroy-20130926.tar.gz) = 4515
diff --git a/security/destroy/pkg-descr b/security/destroy/pkg-descr
index 2bc6cb86d5b2..4f332c7d4810 100644
--- a/security/destroy/pkg-descr
+++ b/security/destroy/pkg-descr
@@ -1,7 +1,7 @@
A system utility that destroys files on the hard drive
by writing null and random bytes to the file over and over.
+WWW: http://www.mod6.net
+IRC: irc.freebsdhackers.net #freebsd
-WWW: http://www.freebsdhackers.net
-
--Shane Kinney <shane@freebsdhackers.net>
+-Shane Kinney (mod6) <modsix@gmail.com>