diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-14 04:24:40 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-14 04:24:40 +0800 |
commit | 1b0957adf91ab268574cf63da36a120fa8c7c946 (patch) | |
tree | 7a842156281a2cdb524822a91ce6c99e727a3516 /security | |
parent | 4d8cd840425ba3facab9d574a252427faf32e128 (diff) | |
download | freebsd-ports-gnome-1b0957adf91ab268574cf63da36a120fa8c7c946.tar.gz freebsd-ports-gnome-1b0957adf91ab268574cf63da36a120fa8c7c946.tar.zst freebsd-ports-gnome-1b0957adf91ab268574cf63da36a120fa8c7c946.zip |
- Update to version 1.3.6 [1]
- Strip library
PR: ports/187547 [1]
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/softhsm/Makefile | 7 | ||||
-rw-r--r-- | security/softhsm/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 3bd2761c923d..31e3e2e445f2 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Software implementation of a Hardware Security Module (HSM) -LIB_DEPENDS= libbotan.so:${PORTSDIR}/security/botan \ +LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes @@ -17,4 +17,7 @@ CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} USE_LDCONFIG= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/softhsm/libsofthsm.so + .include <bsd.port.mk> diff --git a/security/softhsm/distinfo b/security/softhsm/distinfo index 3eca150d6bc7..f304c7c7905c 100644 --- a/security/softhsm/distinfo +++ b/security/softhsm/distinfo @@ -1,2 +1,2 @@ -SHA256 (softhsm-1.3.5.tar.gz) = 28b5062a13450faf6099fcb82d25d21f0ac7d202ba31ec85e943246cdcf87ebd -SIZE (softhsm-1.3.5.tar.gz) = 440157 +SHA256 (softhsm-1.3.6.tar.gz) = e39ac8e851220edd2b2afbe4d9e06d956bccc20bc72752740eabf95692359486 +SIZE (softhsm-1.3.6.tar.gz) = 435893 |