svn commit: r388228 - head/security/openssl_tpm_engine

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 1 13:20:20 UTC 2015


Author: amdmi3
Date: Mon Jun  1 13:20:18 2015
New Revision: 388228
URL: https://svnweb.freebsd.org/changeset/ports/388228

Log:
  - Fix license
  - Add LICENSE_FILE
  - Switch to USES=autoreconf
  - Strip library

Modified:
  head/security/openssl_tpm_engine/Makefile
  head/security/openssl_tpm_engine/pkg-plist

Modified: head/security/openssl_tpm_engine/Makefile
==============================================================================
--- head/security/openssl_tpm_engine/Makefile	Mon Jun  1 13:19:52 2015	(r388227)
+++ head/security/openssl_tpm_engine/Makefile	Mon Jun  1 13:20:18 2015	(r388228)
@@ -3,26 +3,27 @@
 
 PORTNAME=	openssl_tpm_engine
 PORTVERSION=	0.4.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	SF/trousers/OpenSSL%20TPM%20Engine/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	OpenSSL TPM engine
 
-LICENSE=	GPLv2
+LICENSE=	OpenSSL
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/tcsd:${PORTSDIR}/security/trousers
 LIB_DEPENDS=	libtspi.so:${PORTSDIR}/security/trousers
 
-USES=		gmake libtool
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf gmake libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib -lcrypto
 CFLAGS+=	-I${LOCALBASE}/include
 SUB_FILES=	pkg-message
 PORTEXAMPLES=	openssl.cnf.sample
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	EXAMPLES
 

Modified: head/security/openssl_tpm_engine/pkg-plist
==============================================================================
--- head/security/openssl_tpm_engine/pkg-plist	Mon Jun  1 13:19:52 2015	(r388227)
+++ head/security/openssl_tpm_engine/pkg-plist	Mon Jun  1 13:20:18 2015	(r388228)
@@ -2,5 +2,3 @@ bin/create_tpm_key
 lib/openssl/engines/libtpm.so
 lib/openssl/engines/libtpm.so.0
 lib/openssl/engines/libtpm.so.0.0.0
- at dirrm lib/openssl/engines
- at dirrm lib/openssl


More information about the svn-ports-all mailing list