svn commit: r348123 - head/security/softhsm

Pawel Pekala pawel at FreeBSD.org
Thu Mar 13 20:24:41 UTC 2014


Author: pawel
Date: Thu Mar 13 20:24:40 2014
New Revision: 348123
URL: http://svnweb.freebsd.org/changeset/ports/348123
QAT: https://qat.redports.org/buildarchive/r348123/

Log:
  - Update to version 1.3.6 [1]
  - Strip library
  
  PR:		ports/187547 [1]
  Submitted by:	maintainer

Modified:
  head/security/softhsm/Makefile
  head/security/softhsm/distinfo

Modified: head/security/softhsm/Makefile
==============================================================================
--- head/security/softhsm/Makefile	Thu Mar 13 20:00:11 2014	(r348122)
+++ head/security/softhsm/Makefile	Thu Mar 13 20:24:40 2014	(r348123)
@@ -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 at 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
 
 USE_LDCONFIG=	yes
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/softhsm/libsofthsm.so
+
 .include <bsd.port.mk>

Modified: head/security/softhsm/distinfo
==============================================================================
--- head/security/softhsm/distinfo	Thu Mar 13 20:00:11 2014	(r348122)
+++ head/security/softhsm/distinfo	Thu Mar 13 20:24:40 2014	(r348123)
@@ -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


More information about the svn-ports-all mailing list