diff options
author | rene <rene@FreeBSD.org> | 2014-02-03 20:32:17 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-02-03 20:32:17 +0800 |
commit | 2ebc29e7307315616c80e78c2d5caa8980068653 (patch) | |
tree | 5243d4b1ca2c070d72de5237a9783db8247c5438 | |
parent | e3162ada2d0dcc2ebac3c7c004079c36642f2867 (diff) | |
download | freebsd-ports-gnome-2ebc29e7307315616c80e78c2d5caa8980068653.tar.gz freebsd-ports-gnome-2ebc29e7307315616c80e78c2d5caa8980068653.tar.zst freebsd-ports-gnome-2ebc29e7307315616c80e78c2d5caa8980068653.zip |
- Update to 20130926 and unexpire
- Stage support
- No need for gmake
- Tighten COMMMENT
- Add license
- (Re)assign maintainership to submitter
PR: ports/182427
Submitted by: Shane Kinney <modsix@gmail.com>
-rw-r--r-- | security/destroy/Makefile | 26 | ||||
-rw-r--r-- | security/destroy/distinfo | 4 | ||||
-rw-r--r-- | security/destroy/pkg-descr | 6 |
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> |