From owner-svn-ports-all@FreeBSD.ORG Thu Jul 10 21:51:32 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 CF7F4C2F; Thu, 10 Jul 2014 21:51:32 +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 A310728C3; Thu, 10 Jul 2014 21:51:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6ALpW6c036724; Thu, 10 Jul 2014 21:51:32 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6ALpWZm036722; Thu, 10 Jul 2014 21:51:32 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201407102151.s6ALpWZm036722@svn.freebsd.org> From: Pawel Pekala Date: Thu, 10 Jul 2014 21:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361494 - 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.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: Thu, 10 Jul 2014 21:51:32 -0000 Author: pawel Date: Thu Jul 10 21:51:31 2014 New Revision: 361494 URL: http://svnweb.freebsd.org/changeset/ports/361494 QAT: https://qat.redports.org/buildarchive/r361494/ Log: - Add staging support - Convert to USES=libtool, new LIB_DEPENDS format - Remove OPTIONS_DEFAULT, EXAMPLES is on by default 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 Thu Jul 10 21:30:26 2014 (r361493) +++ head/security/openssl_tpm_engine/Makefile Thu Jul 10 21:51:31 2014 (r361494) @@ -3,19 +3,20 @@ PORTNAME= openssl_tpm_engine PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/trousers/OpenSSL%20TPM%20Engine/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenSSL TPM engine LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/sbin/tcsd:${PORTSDIR}/security/trousers -LIB_DEPENDS= tspi:${PORTSDIR}/security/trousers +LIB_DEPENDS= libtspi.so:${PORTSDIR}/security/trousers -USES= gmake -USE_AUTOTOOLS= autoconf libtool +USES= gmake libtool +USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib @@ -24,19 +25,12 @@ SUB_FILES= pkg-message PORTEXAMPLES= openssl.cnf.sample OPTIONS_DEFINE= EXAMPLES -OPTIONS_DEFAULT=EXAMPLES - -NO_STAGE= yes -.include post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/openssl.cnf.sample post-install: -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/openssl.cnf.sample ${EXAMPLESDIR} -.endif - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/openssl.cnf.sample ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/security/openssl_tpm_engine/pkg-plist ============================================================================== --- head/security/openssl_tpm_engine/pkg-plist Thu Jul 10 21:30:26 2014 (r361493) +++ head/security/openssl_tpm_engine/pkg-plist Thu Jul 10 21:51:31 2014 (r361494) @@ -1,7 +1,6 @@ bin/create_tpm_key -lib/openssl/engines/libtpm.a -lib/openssl/engines/libtpm.la 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