Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 12:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182427: commit references a PR
Message-ID:  <201402031240.s13Ce1oq050387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182427; it has been noted by GNATS.

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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402031240.s13Ce1oq050387>