From owner-svn-ports-all@FreeBSD.ORG Sat Jun 28 00:34:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C2BD580; Sat, 28 Jun 2014 00:34:41 +0000 (UTC) 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 08FB12E62; Sat, 28 Jun 2014 00:34:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5S0YeVw007594; Sat, 28 Jun 2014 00:34:40 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5S0YeaD007592; Sat, 28 Jun 2014 00:34:40 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406280034.s5S0YeaD007592@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 28 Jun 2014 00:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359636 - head/security/tpm-tools 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.18 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: Sat, 28 Jun 2014 00:34:41 -0000 Author: amdmi3 Date: Sat Jun 28 00:34:40 2014 New Revision: 359636 URL: http://svnweb.freebsd.org/changeset/ports/359636 QAT: https://qat.redports.org/buildarchive/r359636/ Log: - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/security/tpm-tools/Makefile head/security/tpm-tools/pkg-plist Modified: head/security/tpm-tools/Makefile ============================================================================== --- head/security/tpm-tools/Makefile Sat Jun 28 00:24:09 2014 (r359635) +++ head/security/tpm-tools/Makefile Sat Jun 28 00:34:40 2014 (r359636) @@ -3,7 +3,7 @@ PORTNAME= tpm-tools PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/trousers/${PORTNAME}/${PORTVERSION} @@ -15,12 +15,12 @@ LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= tspi:${PORTSDIR}/security/trousers +LIB_DEPENDS= libtspi.so:${PORTSDIR}/security/trousers BUILD_DEPENDS= pkcsconf:${PORTSDIR}/security/opencryptoki RUN_DEPENDS= ${LOCALBASE}/sbin/tcsd:${PORTSDIR}/security/trousers \ ${LOCALBASE}/lib/pkcs11/libopencryptoki.so:${PORTSDIR}/security/opencryptoki -USES= gettext gmake iconv +USES= gettext gmake iconv libtool USE_LDCONFIG= YES USE_AUTOTOOLS= autoconf GNU_CONFIGURE= YES Modified: head/security/tpm-tools/pkg-plist ============================================================================== --- head/security/tpm-tools/pkg-plist Sat Jun 28 00:24:09 2014 (r359635) +++ head/security/tpm-tools/pkg-plist Sat Jun 28 00:34:40 2014 (r359636) @@ -6,9 +6,9 @@ bin/tpmtoken_objects bin/tpmtoken_protect bin/tpmtoken_setpasswd include/tpm_tools/tpm_unseal.h -lib/libtpm_unseal.la lib/libtpm_unseal.so lib/libtpm_unseal.so.1 +lib/libtpm_unseal.so.1.0.0 sbin/tpm_changeownerauth sbin/tpm_clear sbin/tpm_createek