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

(-)Makefile (-4 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	softhsm
4
PORTNAME=	softhsm
5
PORTVERSION=	1.3.7
5
PORTVERSION=	1.3.8
6
PORTREVISION=	3
7
CATEGORIES=	security
6
CATEGORIES=	security
8
MASTER_SITES=	http://dist.opendnssec.org/source/
7
MASTER_SITES=	http://dist.opendnssec.org/source/
9
8
Lines 22-30 Link Here
22
CONFIGURE_ARGS=	--with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \
21
CONFIGURE_ARGS=	--with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \
23
		--localstatedir=/var
22
		--localstatedir=/var
24
INSTALL_TARGET=	install-strip
23
INSTALL_TARGET=	install-strip
25
USES=		libtool ssl
24
USES+=		libtool ssl
26
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
27
26
28
CONFLICTS=	softhsm2-2.0.*
27
CONFLICTS=	softhsm2-[0-9]*
29
28
30
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (softhsm-1.3.7.tar.gz) = d12d6456a85561266d9da427565f3ee3746a35df6670d5e6be75de253c2810a4
1
TIMESTAMP = 1479163274
2
SIZE (softhsm-1.3.7.tar.gz) = 438437
2
SHA256 (softhsm-1.3.8.tar.gz) = 2eaae3a01ec30241dacbc6c46abf1a78d7e54643e7793cf8a9be98fbe6b5953a
3
SIZE (softhsm-1.3.8.tar.gz) = 451445

Return to bug 214585