From nobody@FreeBSD.org  Fri Sep 27 01:53:07 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 632B39A6
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Sep 2013 01:53:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 40FE728A7
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Sep 2013 01:53:07 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8R1r7fp091616
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Sep 2013 01:53:07 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8R1r7N0091609;
	Fri, 27 Sep 2013 01:53:07 GMT
	(envelope-from nobody)
Message-Id: <201309270153.r8R1r7N0091609@oldred.freebsd.org>
Date: Fri, 27 Sep 2013 01:53:07 GMT
From: Shane Kinney (mod6) <modsix@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] security/destroy
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: shane@freebsdhackers.net

>Number:         182427
>Category:       ports
>Synopsis:       [maintainer update] security/destroy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 27 02:00:00 UTC 2013
>Closed-Date:    Mon Feb 03 12:33:05 UTC 2014
>Last-Modified:  Mon Feb  3 12:40:00 UTC 2014
>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@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@freebsdhackers.net
+# Ports collection makefile for:  Destroy
+# Date created:         2003 March 07
+# Date Modified:       2013 September 26
+# Created By:           Shane Kinney (mod6) 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=    shane@freebsdhackers.net
-COMMENT=       Program to securely destroy files on the hard disk
-
-USE_GMAKE=     yes
+MAINTAINER=    modsix@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@freebsdhackers.net>
+-Shane Kinney (mod6) <modsix@gmail.com>


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Fri Sep 27 02:00:08 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182427 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Sep 27 02:00:10 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182427 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: shane@freebsdhackers.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182427: [maintainer update] security/destroy
Date: Fri, 27 Sep 2013 02:00:09 UT

 Maintainer of security/destroy,
 
 Please note that PR ports/182427 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182427
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: jadawin 
State-Changed-When: Fri Nov 22 14:27:05 UTC 2013 
State-Changed-Why:  
Maintainer timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182427 
State-Changed-From-To: open->feedback 
State-Changed-By: jadawin 
State-Changed-When: Fri Nov 22 14:27:34 UTC 2013 
State-Changed-Why:  
"/usr/ports/Mk/bsd.destdir.mk", line 106: warning: duplicate script for 
target "all" ignored. Please fix you upstream Makefile. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182427 
State-Changed-From-To: feedback->closed 
State-Changed-By: rene 
State-Changed-When: Mon Feb 3 12:32:45 UTC 2014 
State-Changed-Why:  
Committed with minor changes, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182427 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182427: commit references a PR
Date: Mon,  3 Feb 2014 12:32:25 +0000 (UTC)

 Author: rene
 Date: Mon Feb  3 12:32:17 2014
 New Revision: 342433
 URL: http://svnweb.freebsd.org/changeset/ports/342433
 QAT: https://qat.redports.org/buildarchive/r342433/
 
 Log:
   - 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>
 
 Modified:
   head/security/destroy/Makefile
   head/security/destroy/distinfo
   head/security/destroy/pkg-descr
 
 Modified: head/security/destroy/Makefile
 ==============================================================================
 --- head/security/destroy/Makefile	Mon Feb  3 11:54:02 2014	(r342432)
 +++ head/security/destroy/Makefile	Mon Feb  3 12:32:17 2014	(r342433)
 @@ -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>
 
 Modified: head/security/destroy/distinfo
 ==============================================================================
 --- head/security/destroy/distinfo	Mon Feb  3 11:54:02 2014	(r342432)
 +++ head/security/destroy/distinfo	Mon Feb  3 12:32:17 2014	(r342433)
 @@ -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
 
 Modified: head/security/destroy/pkg-descr
 ==============================================================================
 --- head/security/destroy/pkg-descr	Mon Feb  3 11:54:02 2014	(r342432)
 +++ head/security/destroy/pkg-descr	Mon Feb  3 12:32:17 2014	(r342433)
 @@ -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>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
