svn commit: r339908 - head/security/srm

Ryan Steinmetz zi at FreeBSD.org
Thu Jan 16 12:52:21 UTC 2014


Author: zi
Date: Thu Jan 16 12:52:19 2014
New Revision: 339908
URL: http://svnweb.freebsd.org/changeset/ports/339908
QAT: https://qat.redports.org/buildarchive/r339908/

Log:
  - Reset maintainership due to fatal email bounce
  - Update to 1.2.12
  - Add STAGE support
  - Fix file fetch
  - Add LICENSE
  - Pacify portlint(1)
  
  Reported by:	portscout

Modified:
  head/security/srm/Makefile   (contents, props changed)
  head/security/srm/distinfo   (contents, props changed)
  head/security/srm/pkg-descr   (contents, props changed)

Modified: head/security/srm/Makefile
==============================================================================
--- head/security/srm/Makefile	Thu Jan 16 12:46:13 2014	(r339907)
+++ head/security/srm/Makefile	Thu Jan 16 12:52:19 2014	(r339908)
@@ -2,21 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	srm
-PORTVERSION=	1.2.11
+PORTVERSION=	1.2.12
 CATEGORIES=	security sysutils
 MASTER_SITES=	SF
-MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}
+MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION} \
+			${PORTNAME}/old_releases \
+			${PORTNAME}/old_releases/${PORTVERSION}
 
-MAINTAINER=	kjones at antihackertoolkit.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Secure rm, a utility which destroys file contents before unlinking
 
+LICENSE=	MIT
+
 CONFLICTS=	secure_delete-[0-9]*
-USE_XZ=		yes
+USE_BZIP2=	yes
 
-GNU_CONFIGURE=		yes
+GNU_CONFIGURE=	yes
 
 MAN1=		srm.1
 PLIST_FILES=	bin/srm
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/srm/distinfo
==============================================================================
--- head/security/srm/distinfo	Thu Jan 16 12:46:13 2014	(r339907)
+++ head/security/srm/distinfo	Thu Jan 16 12:52:19 2014	(r339908)
@@ -1,2 +1,2 @@
-SHA256 (srm-1.2.11.tar.xz) = 72ec1ba47f3bce0ce3ebc80a819bd7346d52d9711b52f36b441aedfebbdaa7ef
-SIZE (srm-1.2.11.tar.xz) = 92624
+SHA256 (srm-1.2.12.tar.bz2) = 865ce03933dcf61c9dc4e673cd458a902b7f47de8430176aeb2ca0ae78ee8b67
+SIZE (srm-1.2.12.tar.bz2) = 104168

Modified: head/security/srm/pkg-descr
==============================================================================
--- head/security/srm/pkg-descr	Thu Jan 16 12:46:13 2014	(r339907)
+++ head/security/srm/pkg-descr	Thu Jan 16 12:52:19 2014	(r339908)
@@ -3,7 +3,4 @@ file contents before unlinking. The goal
 users who wish to prevent command-line recovery of deleted information, even if
 the machine is compromised.
 
-WWW:  http://sourceforge.net/projects/srm
-
-Keith J. Jones
-kjones at antihackertoolkit.com
+WWW: http://sourceforge.net/projects/srm


More information about the svn-ports-all mailing list