ports/182427: [maintainer update] security/destroy
Shane Kinney (mod6)
modsix at gmail.com
Fri Sep 27 02:00:00 UTC 2013
>Number: 182427
>Category: ports
>Synopsis: [maintainer update] security/destroy
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 27 02:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Shane Kinney (mod6)
>Release: 8.4-RELEASE
>Organization:
mod6.net
>Environment:
System: FreeBSD xx.mod6.net 8.4-RELEASE FreeBSD 8.4-RELEASE #16: Sat Aug 03 10:40:56 MST 2013 root at xx.mod6.net:/usr/obj/usr/src/sys/XX i386
>Description:
>How-To-Repeat:
>Fix:
Attached is the diff for update(s) to the Makefile, distinfo and pkg-descr for the security/destroy port. Thanks in advance!
Patch attached with submission follows:
diff -u destroy.orig/Makefile destroy/Makefile
--- destroy.orig/Makefile 2013-09-26 16:24:16.000000000 -0700
+++ destroy/Makefile 2013-09-26 16:25:24.000000000 -0700
@@ -1,24 +1,31 @@
-# Created by: shane at freebsdhackers.net
+# Ports collection makefile for: Destroy
+# Date created: 2003 March 07
+# Date Modified: 2013 September 26
+# Created By: Shane Kinney (mod6) modsix at 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= shane at freebsdhackers.net
-COMMENT= Program to securely destroy files on the hard disk
-
-USE_GMAKE= yes
+MAINTAINER= modsix at gmail.com
+COMMENT= A program to securely destroy files on the hard disk
MAN1= destroy.1
+MANCOMPRESSED= yes
+
PLIST_FILES= bin/destroy
-NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1
+deinstall:
+ ${RM} ${LOCALBASE}/bin/${PORTNAME}
+
+post-install:
+ ${STRIP} ${LOCALBASE}/bin/${PORTNAME}
+
.include <bsd.port.mk>
diff -u destroy.orig/distinfo destroy/distinfo
--- destroy.orig/distinfo 2013-09-26 16:26:07.000000000 -0700
+++ destroy/distinfo 2013-09-26 16:16:43.000000000 -0700
@@ -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 -u destroy.orig/pkg-descr destroy/pkg-descr
--- destroy.orig/pkg-descr 2013-09-26 16:26:52.000000000 -0700
+++ destroy/pkg-descr 2013-09-26 15:16:17.000000000 -0700
@@ -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 at freebsdhackers.net>
+-Shane Kinney (mod6) <modsix at gmail.com>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list