Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 12:21:19 +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: r353938 - head/security/engine_pkcs11
Message-ID:  <201405131221.s4DCLJMK060128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Tue May 13 12:21:18 2014
New Revision: 353938
URL: http://svnweb.freebsd.org/changeset/ports/353938
QAT: https://qat.redports.org/buildarchive/r353938/

Log:
  Stagify.

Modified:
  head/security/engine_pkcs11/Makefile
  head/security/engine_pkcs11/pkg-descr

Modified: head/security/engine_pkcs11/Makefile
==============================================================================
--- head/security/engine_pkcs11/Makefile	Tue May 13 12:21:02 2014	(r353937)
+++ head/security/engine_pkcs11/Makefile	Tue May 13 12:21:18 2014	(r353938)
@@ -5,30 +5,30 @@ PORTNAME=	engine_pkcs11
 PORTVERSION=	0.1.8
 PORTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	http://www.opensc-project.org/files/${PORTNAME}/
+MASTER_SITES=	SF/opensc/${PORTNAME}
 
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Implementation of a PKCS\#11 engine for OpenSSL
 
-LIB_DEPENDS=	p11.2:${PORTSDIR}/security/libp11
+LICENSE=	BSD2CLAUSE
 
-USE_AUTOTOOLS=	libtool
+LIB_DEPENDS=	libp11.so:${PORTSDIR}/security/libp11
+
+OPTIONS_DEFINE=	DOCS
+
+USES=		libtool pkgconfig
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
 
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
 
 PORTDOCS=	*
 
-.ifndef(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 CONFIGURE_ARGS+=--enable-doc
-.else
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
-		${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
 .endif
 
 .include <bsd.port.mk>

Modified: head/security/engine_pkcs11/pkg-descr
==============================================================================
--- head/security/engine_pkcs11/pkg-descr	Tue May 13 12:21:02 2014	(r353937)
+++ head/security/engine_pkcs11/pkg-descr	Tue May 13 12:21:18 2014	(r353938)
@@ -4,4 +4,4 @@ will pass any function call by openssl t
 Engine_pkcs11 is meant to be used with smart cards and software
 for using smart cards in PKCS#11 format, such as OpenSC.
 
-WWW:	http://www.opensc-project.org/engine_pkcs11/
+WWW: https://github.com/OpenSC/OpenSC/wiki/OpenSSL-engine-for-PKCS%2311-modules



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