summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/softhsm/Makefile7
-rw-r--r--security/softhsm/distinfo4
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