diff options
author | wg <wg@FreeBSD.org> | 2013-10-02 06:24:38 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-02 06:24:38 +0800 |
commit | 073101e75fbd9716dc3e355cb38561ada5e2392a (patch) | |
tree | 2901390f1e7d5f7c727497836513e4b7de1445d2 /security | |
parent | 65f1954787fa7254ed6d07f0a8b2f6ce18e02ac4 (diff) | |
download | freebsd-ports-gnome-073101e75fbd9716dc3e355cb38561ada5e2392a.tar.gz freebsd-ports-gnome-073101e75fbd9716dc3e355cb38561ada5e2392a.tar.zst freebsd-ports-gnome-073101e75fbd9716dc3e355cb38561ada5e2392a.zip |
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]
Diffstat (limited to 'security')
-rw-r--r-- | security/softhsm/Makefile | 10 | ||||
-rw-r--r-- | security/softhsm/distinfo | 4 | ||||
-rw-r--r-- | security/softhsm/pkg-plist | 3 |
3 files changed, 8 insertions, 9 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 64c1573d8f53..3bd2761c923d 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -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 <bsd.port.mk> diff --git a/security/softhsm/distinfo b/security/softhsm/distinfo index 92263748d079..3eca150d6bc7 100644 --- a/security/softhsm/distinfo +++ b/security/softhsm/distinfo @@ -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 diff --git a/security/softhsm/pkg-plist b/security/softhsm/pkg-plist index c5f8a05feef8..56e7c89d463e 100644 --- a/security/softhsm/pkg-plist +++ b/security/softhsm/pkg-plist @@ -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 |