From owner-svn-ports-all@FreeBSD.ORG Tue Oct 1 22:24:39 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 9C266689; Tue, 1 Oct 2013 22:24:39 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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 6F5CB2FD5; Tue, 1 Oct 2013 22:24:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r91MOd1f066480; Tue, 1 Oct 2013 22:24:39 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r91MOcEj066461; Tue, 1 Oct 2013 22:24:38 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310012224.r91MOcEj066461@svn.freebsd.org> From: William Grzybowski Date: Tue, 1 Oct 2013 22:24:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329006 - head/security/softhsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 22:24:39 -0000 Author: wg Date: Tue Oct 1 22:24:38 2013 New Revision: 329006 URL: http://svnweb.freebsd.org/changeset/ports/329006 Log: security/softhsm: update to 1.3.5 - Update to 1.3.5 [1] - Allow staging - Convert lib depends to new format PR: ports/182548 [1] Submitted by: Jaap Akkerhuis (maintainer) [1] Modified: head/security/softhsm/Makefile head/security/softhsm/distinfo head/security/softhsm/pkg-plist Modified: head/security/softhsm/Makefile ============================================================================== --- head/security/softhsm/Makefile Tue Oct 1 22:21:55 2013 (r329005) +++ head/security/softhsm/Makefile Tue Oct 1 22:24:38 2013 (r329006) @@ -2,23 +2,19 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Software implementation of a Hardware Security Module (HSM) -LIB_DEPENDS= botan:${PORTSDIR}/security/botan \ - sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libbotan.so:${PORTSDIR}/security/botan \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} USE_LDCONFIG= yes -MAN1= softhsm.1 softhsm-keyconv.1 -MAN5= softhsm.conf.5 - -NO_STAGE= yes .include Modified: head/security/softhsm/distinfo ============================================================================== --- head/security/softhsm/distinfo Tue Oct 1 22:21:55 2013 (r329005) +++ head/security/softhsm/distinfo Tue Oct 1 22:24:38 2013 (r329006) @@ -1,2 +1,2 @@ -SHA256 (softhsm-1.3.4.tar.gz) = f10319dfa651023dad3d0845d284ec08ef982c1fc1bdb55cf8a725f762961e97 -SIZE (softhsm-1.3.4.tar.gz) = 440004 +SHA256 (softhsm-1.3.5.tar.gz) = 28b5062a13450faf6099fcb82d25d21f0ac7d202ba31ec85e943246cdcf87ebd +SIZE (softhsm-1.3.5.tar.gz) = 440157 Modified: head/security/softhsm/pkg-plist ============================================================================== --- head/security/softhsm/pkg-plist Tue Oct 1 22:21:55 2013 (r329005) +++ head/security/softhsm/pkg-plist Tue Oct 1 22:24:38 2013 (r329006) @@ -8,6 +8,9 @@ etc/softhsm.conf.sample @exec if [ ! -f %D/etc/softhsm.conf ]; then cp %D/etc/softhsm.conf.sample %D/etc/softhsm.conf; fi @dirrm lib/softhsm @exec install -d -o root -g wheel -m 700 %D/var/lib/softhsm +man/man1/softhsm-keyconv.1.gz +man/man1/softhsm.1.gz +man/man5/softhsm.conf.5.gz @dirrm var/lib/softhsm @dirrmtry var/lib @dirrmtry var