From owner-svn-ports-head@FreeBSD.ORG Sun Mar 2 16:24:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A68C133E; Sun, 2 Mar 2014 16:24:27 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90E6410C1; Sun, 2 Mar 2014 16:24:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22GORle054804; Sun, 2 Mar 2014 16:24:27 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22GORFU054801; Sun, 2 Mar 2014 16:24:27 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201403021624.s22GORFU054801@svn.freebsd.org> From: Roman Bogorodskiy Date: Sun, 2 Mar 2014 16:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346781 - head/security/p11-kit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 16:24:27 -0000 Author: novel Date: Sun Mar 2 16:24:26 2014 New Revision: 346781 URL: http://svnweb.freebsd.org/changeset/ports/346781 QAT: https://qat.redports.org/buildarchive/r346781/ Log: - Update to 0.20.2 - Convert to new-style LIB_DEPENDS - Drop USE_AUTOTOOLS, USE_GMAKE and USE_GMAKE in favor of USES Modified: head/security/p11-kit/Makefile head/security/p11-kit/distinfo head/security/p11-kit/pkg-plist Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Sun Mar 2 16:20:46 2014 (r346780) +++ head/security/p11-kit/Makefile Sun Mar 2 16:24:26 2014 (r346781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p11-kit -PORTVERSION= 0.20.1 +PORTVERSION= 0.20.2 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ @@ -11,19 +11,17 @@ COMMENT= Library for loading and enumera RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= tasn1:${PORTSDIR}/security/libtasn1 \ - ffi:${PORTSDIR}/devel/libffi +LIB_DEPENDS= libtasn1.so:${PORTSDIR}/security/libtasn1 \ + libffi.so:${PORTSDIR}/devel/libffi GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --enable-debug=no \ --with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR} -USES= pkgconfig -USE_AUTOTOOLS= libtool -USE_GNOME= ltverhack gnomehack +USES= gmake pkgconfig pathfix libtool USE_LDCONFIG= yes -USE_GMAKE= yes pre-configure: @${REINPLACE_CMD} -e \ Modified: head/security/p11-kit/distinfo ============================================================================== --- head/security/p11-kit/distinfo Sun Mar 2 16:20:46 2014 (r346780) +++ head/security/p11-kit/distinfo Sun Mar 2 16:24:26 2014 (r346781) @@ -1,2 +1,2 @@ -SHA256 (p11-kit-0.20.1.tar.gz) = 524548f0a3bfa1b5712721165b49f0300fb244c907533677e88a9c9743eb4a53 -SIZE (p11-kit-0.20.1.tar.gz) = 1175729 +SHA256 (p11-kit-0.20.2.tar.gz) = 04ed51d92fc46c2b632e13d73e0293090e9f8aa29c8aa8c6bc95c12475e5ef7c +SIZE (p11-kit-0.20.2.tar.gz) = 979999 Modified: head/security/p11-kit/pkg-plist ============================================================================== --- head/security/p11-kit/pkg-plist Sun Mar 2 16:20:46 2014 (r346780) +++ head/security/p11-kit/pkg-plist Sun Mar 2 16:24:26 2014 (r346781) @@ -6,13 +6,12 @@ include/p11-kit-1/p11-kit/p11-kit.h include/p11-kit-1/p11-kit/pin.h include/p11-kit-1/p11-kit/pkcs11.h include/p11-kit-1/p11-kit/uri.h -lib/libp11-kit.a lib/libp11-kit.la lib/libp11-kit.so lib/libp11-kit.so.0 +lib/libp11-kit.so.0.0.0 lib/p11-kit-proxy.so lib/p11-kit/trust-extract-compat -lib/pkcs11/p11-kit-trust.a lib/pkcs11/p11-kit-trust.la lib/pkcs11/p11-kit-trust.so libdata/pkgconfig/p11-kit-1.pc @@ -30,6 +29,7 @@ share/gtk-doc/html/p11-kit/gtk-doc.css share/gtk-doc/html/p11-kit/home.png share/gtk-doc/html/p11-kit/index.html share/gtk-doc/html/p11-kit/index.sgml +share/gtk-doc/html/p11-kit/left-insensitive.png share/gtk-doc/html/p11-kit/left.png share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html share/gtk-doc/html/p11-kit/p11-kit-Future.html @@ -41,6 +41,7 @@ share/gtk-doc/html/p11-kit/p11-kit.devhe share/gtk-doc/html/p11-kit/p11-kit.html share/gtk-doc/html/p11-kit/pkcs11-conf.html share/gtk-doc/html/p11-kit/reference.html +share/gtk-doc/html/p11-kit/right-insensitive.png share/gtk-doc/html/p11-kit/right.png share/gtk-doc/html/p11-kit/sharing-managed.html share/gtk-doc/html/p11-kit/sharing.html @@ -51,6 +52,7 @@ share/gtk-doc/html/p11-kit/trust-glib-ne share/gtk-doc/html/p11-kit/trust-module.html share/gtk-doc/html/p11-kit/trust-nss.html share/gtk-doc/html/p11-kit/trust.html +share/gtk-doc/html/p11-kit/up-insensitive.png share/gtk-doc/html/p11-kit/up.png %%DATADIR%%/modules/p11-kit-trust.module %%EXAMPLESDIR%%/pkcs11.conf.example