Index: head/security/p11-kit/Makefile =================================================================== --- head/security/p11-kit/Makefile (revision 403274) +++ head/security/p11-kit/Makefile (revision 403275) @@ -1,32 +1,31 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= p11-kit -PORTVERSION= 0.23.1 -PORTREVISION= 1 +PORTVERSION= 0.23.2 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ MAINTAINER= novel@FreeBSD.org COMMENT= Library for loading and enumerating of PKCS\#11 modules 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 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --enable-debug=no \ --with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR} INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes pre-configure: @${REINPLACE_CMD} -e \ 's|exampledir = $$(p11_system_config)|exampledir = ${EXAMPLESDIR}|' \ ${WRKSRC}/Makefile.in .include Index: head/security/p11-kit/distinfo =================================================================== --- head/security/p11-kit/distinfo (revision 403274) +++ head/security/p11-kit/distinfo (revision 403275) @@ -1,2 +1,2 @@ -SHA256 (p11-kit-0.23.1.tar.gz) = e57371669f3b157141b86c429bd9c29741994b2f5ff115fcb8a03e751b0f6ac4 -SIZE (p11-kit-0.23.1.tar.gz) = 992924 +SHA256 (p11-kit-0.23.2.tar.gz) = ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0 +SIZE (p11-kit-0.23.2.tar.gz) = 1022733 Index: head/security/p11-kit/pkg-descr =================================================================== --- head/security/p11-kit/pkg-descr (revision 403274) +++ head/security/p11-kit/pkg-descr (revision 403275) @@ -1,8 +1,8 @@ Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. 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