From owner-svn-ports-all@FreeBSD.ORG Mon Jun 1 13:20:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20223810; Mon, 1 Jun 2015 13:20:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DC19134A; Mon, 1 Jun 2015 13:20:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t51DKJlO074750; Mon, 1 Jun 2015 13:20:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t51DKJwr074745; Mon, 1 Jun 2015 13:20:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506011320.t51DKJwr074745@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 1 Jun 2015 13:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388228 - head/security/openssl_tpm_engine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2015 13:20:20 -0000 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