svn commit: r359991 - in head/security/opensc: . files

Alex Dupre ale at FreeBSD.org
Tue Jul 1 12:50:11 UTC 2014


Author: ale
Date: Tue Jul  1 12:50:09 2014
New Revision: 359991
URL: http://svnweb.freebsd.org/changeset/ports/359991
QAT: https://qat.redports.org/buildarchive/r359991/

Log:
  Update to 0.14.0 release.

Deleted:
  head/security/opensc/files/patch-configure
Modified:
  head/security/opensc/Makefile
  head/security/opensc/distinfo
  head/security/opensc/pkg-plist

Modified: head/security/opensc/Makefile
==============================================================================
--- head/security/opensc/Makefile	Tue Jul  1 12:48:42 2014	(r359990)
+++ head/security/opensc/Makefile	Tue Jul  1 12:50:09 2014	(r359991)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opensc
-PORTVERSION=	0.13.0
+PORTVERSION=	0.14.0
 CATEGORIES=	security devel
 MASTER_SITES=	SF/${PORTNAME}/OpenSC/${DISTNAME}
 
@@ -17,17 +17,18 @@ BUILD_DEPENDS=	xsltproc:${PORTSDIR}/text
 OPTIONS_SINGLE=	BACKEND
 OPTIONS_SINGLE_BACKEND=PCSC OPENCT CTAPI
 OPTIONS_DEFINE=	SM DOCS
-OPTIONS_DEFAULT=PCSC
+OPTIONS_DEFAULT=PCSC SM
 
 PCSC_DESC=	Use PC/SC backend
 OPENCT_DESC=	Use OpenCT backend
 CTAPI_DESC=	Use CT-API backend
 SM_DESC=	Enable secure messaging support
 
-USES=		libtool:keepla pkgconfig gmake
+USES=		libtool pkgconfig gmake
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CONFIGURE_ENV=	\
 		OPENSSL_CFLAGS="-I${OPENSSLINC}" \
@@ -56,9 +57,9 @@ CONFIGURE_ARGS+=--enable-ctapi
 .endif
 
 .if ${PORT_OPTIONS:MSM}
-CONFIGURE_ARGS+=--enable-sm
 PLIST_SUB+=	SM=""
 .else
+CONFIGURE_ARGS+=--disable-sm
 PLIST_SUB+=	SM="@comment "
 .endif
 
@@ -66,8 +67,4 @@ PLIST_SUB+=	SM="@comment "
 CONFIGURE_ARGS+=--enable-doc
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
-		${WRKSRC}/configure
-
 .include <bsd.port.mk>

Modified: head/security/opensc/distinfo
==============================================================================
--- head/security/opensc/distinfo	Tue Jul  1 12:48:42 2014	(r359990)
+++ head/security/opensc/distinfo	Tue Jul  1 12:50:09 2014	(r359991)
@@ -1,2 +1,2 @@
-SHA256 (opensc-0.13.0.tar.gz) = abde46ae53b12b3273e40c532ffd4f7d423a51e0919a5234761453c17c089b14
-SIZE (opensc-0.13.0.tar.gz) = 1946899
+SHA256 (opensc-0.14.0.tar.gz) = facdca215f74d999b286ae246ada8d8fcb97ce58f0a6dd30d8b1c180101e9bf0
+SIZE (opensc-0.14.0.tar.gz) = 2039158

Modified: head/security/opensc/pkg-plist
==============================================================================
--- head/security/opensc/pkg-plist	Tue Jul  1 12:48:42 2014	(r359990)
+++ head/security/opensc/pkg-plist	Tue Jul  1 12:50:09 2014	(r359991)
@@ -1,5 +1,6 @@
 bin/cardos-tool
 bin/cryptoflex-tool
+bin/dnie-tool
 bin/eidenv
 bin/iasecc-tool
 bin/netkey-tool
@@ -15,19 +16,17 @@ bin/sc-hsm-tool
 bin/westcos-tool
 etc/opensc.conf-sample
 lib/libopensc.a
-lib/libopensc.la
 lib/libopensc.so
 lib/libopensc.so.3
 lib/libopensc.so.3.0.0
 %%SM%%lib/libsmm-local.a
-%%SM%%lib/libsmm-local.la
 %%SM%%lib/libsmm-local.so
 %%SM%%lib/libsmm-local.so.3
 %%SM%%lib/libsmm-local.so.3.0.0
-lib/opensc-pkcs11.la
+lib/onepin-opensc-pkcs11.so
 lib/opensc-pkcs11.so
-lib/pkcs11-spy.la
 lib/pkcs11-spy.so
+lib/pkcs11/onepin-opensc-pkcs11.so
 lib/pkcs11/opensc-pkcs11.so
 lib/pkcs11/pkcs11-spy.so
 %%DATADIR%%/asepcos.profile


More information about the svn-ports-all mailing list