aboutsummaryrefslogtreecommitdiff
path: root/security/srm
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-01-16 12:52:19 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-01-16 12:52:19 +0000
commit2b4889f439c0ddfb96f7f27d29fc9799a07aacf7 (patch)
treecce36b6211dbb5135db79ab9a2b569b9be172972 /security/srm
parent349317e474c663acfb998666940f7466c1483136 (diff)
downloadports-2b4889f439c0ddfb96f7f27d29fc9799a07aacf7.tar.gz
ports-2b4889f439c0ddfb96f7f27d29fc9799a07aacf7.zip
- 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
Notes
Notes: svn path=/head/; revision=339908
Diffstat (limited to 'security/srm')
-rw-r--r--security/srm/Makefile15
-rw-r--r--security/srm/distinfo4
-rw-r--r--security/srm/pkg-descr5
3 files changed, 12 insertions, 12 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile
index 73e3521ddea7..8c921ae666b4 100644
--- a/security/srm/Makefile
+++ b/security/srm/Makefile
@@ -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@antihackertoolkit.com
+MAINTAINER= ports@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>
diff --git a/security/srm/distinfo b/security/srm/distinfo
index f4560a030f61..1faf05dd1cf9 100644
--- a/security/srm/distinfo
+++ b/security/srm/distinfo
@@ -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
diff --git a/security/srm/pkg-descr b/security/srm/pkg-descr
index 7d81dfd24e18..cd06066bc65a 100644
--- a/security/srm/pkg-descr
+++ b/security/srm/pkg-descr
@@ -3,7 +3,4 @@ file contents before unlinking. The goal is to provide drop-in security for
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@antihackertoolkit.com
+WWW: http://sourceforge.net/projects/srm