svn commit: r329006 - head/security/softhsm

William Grzybowski wg at FreeBSD.org
Tue Oct 1 22:24:39 UTC 2013


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 <jaap NLnetLabs.nl> (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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list