[Midnightbsd-cvs] mports [23014] trunk/security/p11-kit: p11-kit 0.23.9
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 17 17:28:01 EST 2018
Revision: 23014
http://svnweb.midnightbsd.org/mports/?rev=23014
Author: laffer1
Date: 2018-02-17 17:28:01 -0500 (Sat, 17 Feb 2018)
Log Message:
-----------
p11-kit 0.23.9
Modified Paths:
--------------
trunk/security/p11-kit/Makefile
trunk/security/p11-kit/distinfo
trunk/security/p11-kit/pkg-descr
trunk/security/p11-kit/pkg-plist
Removed Paths:
-------------
trunk/security/p11-kit/files/
Modified: trunk/security/p11-kit/Makefile
===================================================================
--- trunk/security/p11-kit/Makefile 2018-02-17 21:37:32 UTC (rev 23013)
+++ trunk/security/p11-kit/Makefile 2018-02-17 22:28:01 UTC (rev 23014)
@@ -1,19 +1,20 @@
# $MidnightBSD$
PORTNAME= p11-kit
-PORTVERSION= 0.22.1
+PORTVERSION= 0.23.9
CATEGORIES= security devel
-MASTER_SITES= http://p11-glue.freedesktop.org/releases/
+MASTER_SITES= https://github.com/p11-glue/p11-kit/releases/download/${PORTVERSION}/
MAINTAINER= ports at MidnightBSD.org
COMMENT= Library for loading and enumerating of PKCS\#11 modules
LICENSE= bsd3
+LICENSE_FILE= ${WRKSRC}/COPYING
-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= libtasn1.so:${PORTSDIR}/security/libtasn1 \
- libffi.so:${PORTSDIR}/devel/libffi
+RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
+BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
+LIB_DEPENDS= libtasn1.so:security/libtasn1 \
+ libffi.so:devel/libffi
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls --enable-debug=no \
@@ -21,9 +22,11 @@
MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR}
INSTALL_TARGET= install-strip
-USES= gmake libtool:keepla pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
+TEST_TARGET= check
+
pre-configure:
@${REINPLACE_CMD} -e \
's|exampledir = $$(p11_system_config)|exampledir = ${EXAMPLESDIR}|' \
Modified: trunk/security/p11-kit/distinfo
===================================================================
--- trunk/security/p11-kit/distinfo 2018-02-17 21:37:32 UTC (rev 23013)
+++ trunk/security/p11-kit/distinfo 2018-02-17 22:28:01 UTC (rev 23014)
@@ -1,2 +1,3 @@
-SHA256 (p11-kit-0.22.1.tar.gz) = ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c
-SIZE (p11-kit-0.22.1.tar.gz) = 992099
+TIMESTAMP = 1507045782
+SHA256 (p11-kit-0.23.9.tar.gz) = e1c1649c335107a8d33cf3762eb7f57b2d0681f0c7d8353627293a58d6b4db63
+SIZE (p11-kit-0.23.9.tar.gz) = 1091561
Modified: trunk/security/p11-kit/pkg-descr
===================================================================
--- trunk/security/p11-kit/pkg-descr 2018-02-17 21:37:32 UTC (rev 23013)
+++ trunk/security/p11-kit/pkg-descr 2018-02-17 22:28:01 UTC (rev 23014)
@@ -5,4 +5,4 @@
Also solves problems with coordinating the use of PKCS#11 by
different components or libraries living in the same process.
-WWW: http://p11-glue.freedesktop.org/p11-kit.html
+WWW: http://p11-glue.freedesktop.org/p11-kit.html
Modified: trunk/security/p11-kit/pkg-plist
===================================================================
--- trunk/security/p11-kit/pkg-plist 2018-02-17 21:37:32 UTC (rev 23013)
+++ trunk/security/p11-kit/pkg-plist 2018-02-17 22:28:01 UTC (rev 23014)
@@ -8,16 +8,16 @@
include/p11-kit-1/p11-kit/pkcs11x.h
include/p11-kit-1/p11-kit/remote.h
include/p11-kit-1/p11-kit/uri.h
-lib/libp11-kit.la
lib/libp11-kit.so
lib/libp11-kit.so.0
-lib/libp11-kit.so.0.1.0
+lib/libp11-kit.so.0.3.0
lib/p11-kit-proxy.so
-lib/p11-kit/p11-kit-remote
-lib/p11-kit/trust-extract-compat
-lib/pkcs11/p11-kit-trust.la
+lib/pkcs11/p11-kit-client.so
lib/pkcs11/p11-kit-trust.so
libdata/pkgconfig/p11-kit-1.pc
+libexec/p11-kit/p11-kit-remote
+libexec/p11-kit/p11-kit-server
+libexec/p11-kit/trust-extract-compat
share/gtk-doc/html/p11-kit/config-example.html
share/gtk-doc/html/p11-kit/config-files.html
share/gtk-doc/html/p11-kit/config.html
@@ -31,7 +31,6 @@
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
More information about the Midnightbsd-cvs
mailing list