From owner-svn-ports-head@FreeBSD.ORG Thu Jan 16 12:52:21 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 286CCDEF; Thu, 16 Jan 2014 12:52:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF2F415B2; Thu, 16 Jan 2014 12:52:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GCqKYX095482; Thu, 16 Jan 2014 12:52:20 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GCqKYY095479; Thu, 16 Jan 2014 12:52:20 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201401161252.s0GCqKYY095479@svn.freebsd.org> From: Ryan Steinmetz Date: Thu, 16 Jan 2014 12:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339908 - head/security/srm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 12:52:21 -0000 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@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 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@antihackertoolkit.com +WWW: http://sourceforge.net/projects/srm