View | Details | Raw Unified | Return to bug 187547
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	softhsm
4
PORTNAME=	softhsm
5
PORTVERSION=	1.3.5
5
PORTVERSION=	1.3.6
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://dist.opendnssec.org/source/
7
MASTER_SITES=	http://dist.opendnssec.org/source/
8
8
Lines 9-15 Link Here
9
MAINTAINER=	jaap@NLnetLabs.nl
9
MAINTAINER=	jaap@NLnetLabs.nl
10
COMMENT=	Software implementation of a Hardware Security Module (HSM)
10
COMMENT=	Software implementation of a Hardware Security Module (HSM)
11
11
12
LIB_DEPENDS=	libbotan.so:${PORTSDIR}/security/botan \
12
LIB_DEPENDS=	libbotan-1.10.so:${PORTSDIR}/security/botan110 \
13
		libsqlite3.so:${PORTSDIR}/databases/sqlite3
13
		libsqlite3.so:${PORTSDIR}/databases/sqlite3
14
14
15
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (softhsm-1.3.5.tar.gz) = 28b5062a13450faf6099fcb82d25d21f0ac7d202ba31ec85e943246cdcf87ebd
1
SHA256 (softhsm-1.3.6.tar.gz) = e39ac8e851220edd2b2afbe4d9e06d956bccc20bc72752740eabf95692359486
2
SIZE (softhsm-1.3.5.tar.gz) = 440157
2
SIZE (softhsm-1.3.6.tar.gz) = 435893

Return to bug 187547