Date: Mon, 15 Apr 2019 09:31:17 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499009 - head/security/softhsm Message-ID: <201904150931.x3F9VHXN018497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Apr 15 09:31:16 2019 New Revision: 499009 URL: https://svnweb.freebsd.org/changeset/ports/499009 Log: - Add LICENSE - Update WWW - Remove unneeded USES=ssl Approved by: portmgr blanket Modified: head/security/softhsm/Makefile head/security/softhsm/pkg-descr Modified: head/security/softhsm/Makefile ============================================================================== --- head/security/softhsm/Makefile Mon Apr 15 09:13:40 2019 (r499008) +++ head/security/softhsm/Makefile Mon Apr 15 09:31:16 2019 (r499009) @@ -9,11 +9,14 @@ MASTER_SITES= http://dist.opendnssec.org/source/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Software implementation of a Hardware Security Module (HSM) -LICENSE= BSD2CLAUSE +LICENSE= BSD2CLAUSE ISCL +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ libsqlite3.so:databases/sqlite3 +USES= libtool GNU_CONFIGURE= yes # !!!!!!!!!!!! # Changing the localstatedir is a huge POLA violation. Please leave it alone. @@ -21,7 +24,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \ --localstatedir=/var INSTALL_TARGET= install-strip -USES= libtool ssl USE_LDCONFIG= yes CONFLICTS= softhsm2-[0-9]* Modified: head/security/softhsm/pkg-descr ============================================================================== --- head/security/softhsm/pkg-descr Mon Apr 15 09:13:40 2019 (r499008) +++ head/security/softhsm/pkg-descr Mon Apr 15 09:31:16 2019 (r499009) @@ -4,4 +4,4 @@ without having a Hardware Security Module. It is being as a part of the OpenDNSSEC project. SoftHSM uses Botan for its cryptographic operations. -WWW: http://www.opendnssec.org/ +WWW: https://www.opendnssec.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904150931.x3F9VHXN018497>