- 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
This commit is contained in:
Ryan Steinmetz 2014-01-16 12:52:19 +00:00
parent 349317e474
commit 2b4889f439
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339908
3 changed files with 13 additions and 13 deletions

View file

@ -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
MAN1= srm.1
PLIST_FILES= bin/srm
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -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

View file

@ -4,6 +4,3 @@ 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