Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2015 13:20:19 +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: r388228 - head/security/openssl_tpm_engine
Message-ID:  <201506011320.t51DKJwr074745@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrm lib/openssl/engines
-@dirrm lib/openssl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506011320.t51DKJwr074745>