Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 08:02:10 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497803 - head/security/libp11
Message-ID:  <201904040802.x3482AhT036469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Thu Apr  4 08:02:09 2019
New Revision: 497803
URL: https://svnweb.freebsd.org/changeset/ports/497803

Log:
  Update to 0.4.10 release and unbreak with libressl.

Modified:
  head/security/libp11/Makefile
  head/security/libp11/distinfo
  head/security/libp11/pkg-plist

Modified: head/security/libp11/Makefile
==============================================================================
--- head/security/libp11/Makefile	Thu Apr  4 07:53:58 2019	(r497802)
+++ head/security/libp11/Makefile	Thu Apr  4 08:02:09 2019	(r497803)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libp11
-PORTVERSION=	0.4.9
+PORTVERSION=	0.4.10
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	security devel
 
@@ -13,13 +13,14 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libltdl.so:devel/libltdl
 
+USES=		autoreconf libtool pkgconfig ssl
+
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenSC
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf libtool pkgconfig ssl
 USE_LDCONFIG=	yes
 
 MAKE_JOBS_UNSAFE=	yes
@@ -35,16 +36,10 @@ INSTALL_TARGET=	install-strip
 
 PORTDOCS=	*
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mlibressl*}
-IGNORE=	detected LibreSSL (numerous OPENSSL_VERSION_NUMBER preprocessor conditions)
-.endif
-
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA}	${WRKSRC}/examples/README ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA}	${WRKSRC}/examples/Makefile ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA}	${WRKSRC}/examples/*.c ${STAGEDIR}${EXAMPLESDIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/security/libp11/distinfo
==============================================================================
--- head/security/libp11/distinfo	Thu Apr  4 07:53:58 2019	(r497802)
+++ head/security/libp11/distinfo	Thu Apr  4 08:02:09 2019	(r497803)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536231137
-SHA256 (OpenSC-libp11-libp11-0.4.9_GH0.tar.gz) = aaced44695755534b42e6c4729efa918ddbff362313235e25feae4168d6a5c20
-SIZE (OpenSC-libp11-libp11-0.4.9_GH0.tar.gz) = 124895
+TIMESTAMP = 1554364514
+SHA256 (OpenSC-libp11-libp11-0.4.10_GH0.tar.gz) = 123c1525fa7ce7a34060f9a4148a30717482c517a378f428b704459820c1bf35
+SIZE (OpenSC-libp11-libp11-0.4.10_GH0.tar.gz) = 127101

Modified: head/security/libp11/pkg-plist
==============================================================================
--- head/security/libp11/pkg-plist	Thu Apr  4 07:53:58 2019	(r497802)
+++ head/security/libp11/pkg-plist	Thu Apr  4 08:02:09 2019	(r497803)
@@ -5,7 +5,7 @@ lib/engines/pkcs11.so
 lib/libp11.a
 lib/libp11.so
 lib/libp11.so.2
-lib/libp11.so.2.5.1
+lib/libp11.so.2.5.2
 libdata/pkgconfig/libp11.pc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904040802.x3482AhT036469>