svn commit: r353944 - head/security/opensc

Alex Dupre ale at FreeBSD.org
Tue May 13 12:33:17 UTC 2014


Author: ale
Date: Tue May 13 12:33:16 2014
New Revision: 353944
URL: http://svnweb.freebsd.org/changeset/ports/353944
QAT: https://qat.redports.org/buildarchive/r353944/

Log:
  Modernize.

Modified:
  head/security/opensc/Makefile
  head/security/opensc/pkg-descr
  head/security/opensc/pkg-plist

Modified: head/security/opensc/Makefile
==============================================================================
--- head/security/opensc/Makefile	Tue May 13 12:32:51 2014	(r353943)
+++ head/security/opensc/Makefile	Tue May 13 12:33:16 2014	(r353944)
@@ -24,7 +24,7 @@ OPENCT_DESC=	Use OpenCT backend
 CTAPI_DESC=	Use CT-API backend
 SM_DESC=	Enable secure messaging support
 
-USES=		pkgconfig gmake
+USES=		libtool:keepla pkgconfig gmake
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -41,12 +41,12 @@ PORTDOCS=	*
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPENCT}
-LIB_DEPENDS+=	openct:${PORTSDIR}/security/openct
+LIB_DEPENDS+=	libopenct.so:${PORTSDIR}/security/openct
 CONFIGURE_ARGS+=--enable-openct
 .endif
 
 .if ${PORT_OPTIONS:MPCSC}
-LIB_DEPENDS+=	pcsclite:${PORTSDIR}/devel/pcsc-lite
+LIB_DEPENDS+=	libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
 .else
 CONFIGURE_ARGS+=--disable-pcsc
 .endif
@@ -69,14 +69,5 @@ CONFIGURE_ARGS+=--enable-doc
 post-patch:
 	@${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
 		${WRKSRC}/configure
-.if ! ${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
-		${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} 's|install-data-am: install-htmlDATA install-man|install-data-am: install-man|' \
-		${WRKSRC}/doc/Makefile.in ${WRKSRC}/doc/tools/Makefile.in
-.endif
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>

Modified: head/security/opensc/pkg-descr
==============================================================================
--- head/security/opensc/pkg-descr	Tue May 13 12:32:51 2014	(r353943)
+++ head/security/opensc/pkg-descr	Tue May 13 12:33:16 2014	(r353944)
@@ -11,4 +11,4 @@ Thunderbird can use it.
 OpenSC implements the PKCS#15 standard and aims to be
 compatible with every software that does so, too.
 
-WWW:	http://www.opensc-project.org/opensc/
+WWW: https://github.com/OpenSC/OpenSC/wiki

Modified: head/security/opensc/pkg-plist
==============================================================================
--- head/security/opensc/pkg-plist	Tue May 13 12:32:51 2014	(r353943)
+++ head/security/opensc/pkg-plist	Tue May 13 12:33:16 2014	(r353944)
@@ -18,10 +18,12 @@ 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/opensc-pkcs11.so
 lib/pkcs11-spy.la


More information about the svn-ports-all mailing list