svn commit: r359636 - head/security/tpm-tools

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 28 00:34:41 UTC 2014


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


More information about the svn-ports-head mailing list