svn commit: r346781 - head/security/p11-kit
Roman Bogorodskiy
novel at FreeBSD.org
Sun Mar 2 16:24:27 UTC 2014
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
More information about the svn-ports-all
mailing list