From owner-svn-ports-all@FreeBSD.ORG Tue May 13 12:21:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABC53275; Tue, 13 May 2014 12:21:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F8A220A6; Tue, 13 May 2014 12:21:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DCLhU5060258; Tue, 13 May 2014 12:21:43 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4DCLhjJ060256; Tue, 13 May 2014 12:21:43 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201405131221.s4DCLhjJ060256@svn.freebsd.org> From: Alex Dupre Date: Tue, 13 May 2014 12:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353939 - head/security/pam_p11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 12:21:43 -0000 Author: ale Date: Tue May 13 12:21:42 2014 New Revision: 353939 URL: http://svnweb.freebsd.org/changeset/ports/353939 QAT: https://qat.redports.org/buildarchive/r353939/ Log: Stagify. Modified: head/security/pam_p11/Makefile head/security/pam_p11/pkg-descr Modified: head/security/pam_p11/Makefile ============================================================================== --- head/security/pam_p11/Makefile Tue May 13 12:21:18 2014 (r353938) +++ head/security/pam_p11/Makefile Tue May 13 12:21:42 2014 (r353939) @@ -5,30 +5,30 @@ PORTNAME= pam_p11 PORTVERSION= 0.1.5 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ +MASTER_SITES= SF/opensc/${PORTNAME} MAINTAINER= ale@FreeBSD.org COMMENT= A PAM module using crypto tokens for auth -LIB_DEPENDS= p11.2:${PORTSDIR}/security/libp11 +LICENSE= LGPL21 + +LIB_DEPENDS= libp11.so:${PORTSDIR}/security/libp11 + +OPTIONS_DEFINE= DOCS -USE_AUTOTOOLS= libtool USE_OPENSSL= yes GNU_CONFIGURE= yes -USES= pkgconfig -NO_STAGE= yes +USES= libtool pkgconfig CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" PORTDOCS= * -.ifndef(NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR}/wiki - @(cd ${WRKSRC} && ${CP} NEWS ${DOCSDIR}) - @(cd ${WRKSRC}/doc && ${CP} README ${DOCSDIR}) - @(cd ${WRKSRC}/doc && ${CP} *.css *.html ${DOCSDIR}/wiki) -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR}/wiki + @(cd ${WRKSRC} && ${CP} NEWS ${STAGEDIR}${DOCSDIR}) + @(cd ${WRKSRC}/doc && ${CP} README ${STAGEDIR}${DOCSDIR}) + @(cd ${WRKSRC}/doc && ${CP} *.css *.html ${STAGEDIR}${DOCSDIR}/wiki) .include Modified: head/security/pam_p11/pkg-descr ============================================================================== --- head/security/pam_p11/pkg-descr Tue May 13 12:21:18 2014 (r353938) +++ head/security/pam_p11/pkg-descr Tue May 13 12:21:42 2014 (r353939) @@ -18,4 +18,4 @@ certificate chains, certificate authorit lists or OCSP. Perfect for the small installation with no frills. -WWW: http://www.opensc-project.org/pam_p11/ +WWW: https://github.com/OpenSC/OpenSC/wiki/pam_p11-simple-RSA-authentication-with-PKCS%2311-modules