From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 08:52:13 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 64354B39; Fri, 11 Apr 2014 08:52:13 +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 43FCF1A18; Fri, 11 Apr 2014 08:52:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3B8qDXr034905; Fri, 11 Apr 2014 08:52:13 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3B8qCvF034902; Fri, 11 Apr 2014 08:52:12 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201404110852.s3B8qCvF034902@svn.freebsd.org> From: Alex Dupre Date: Fri, 11 Apr 2014 08:52:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350906 - head/security/pkcs11-helper 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.17 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: Fri, 11 Apr 2014 08:52:13 -0000 Author: ale Date: Fri Apr 11 08:52:12 2014 New Revision: 350906 URL: http://svnweb.freebsd.org/changeset/ports/350906 QAT: https://qat.redports.org/buildarchive/r350906/ Log: Update to 1.11 release. PR: ports/188442 Submitted by: mandree Modified: head/security/pkcs11-helper/Makefile head/security/pkcs11-helper/distinfo head/security/pkcs11-helper/pkg-descr Modified: head/security/pkcs11-helper/Makefile ============================================================================== --- head/security/pkcs11-helper/Makefile Fri Apr 11 08:45:24 2014 (r350905) +++ head/security/pkcs11-helper/Makefile Fri Apr 11 08:52:12 2014 (r350906) @@ -2,25 +2,22 @@ # $FreeBSD$ PORTNAME= pkcs11-helper -PORTVERSION= 1.09 +PORTVERSION= 1.11 CATEGORIES= security devel -MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ +MASTER_SITES= SF/opensc/pkcs11-helper/ MAINTAINER= ale@FreeBSD.org COMMENT= A helper library for multiple PKCS\#11 providers -OPTIONS_DEFINE= DOCS - -LICENSE= BSD GPLv2 +LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_FILE_BSD= ${WRKSRC}/COPYING.BSD +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.BSD LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL -USE_BZIP2= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ @@ -29,6 +26,8 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENS CONFIGURE_ARGS= --disable-crypto-engine-gnutls \ --disable-crypto-engine-nss +OPTIONS_DEFINE= DOCS + PORTDOCS= * post-patch: @@ -36,11 +35,5 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} 's|install-data-am: install-apidocDATA|install-data-am:|' \ ${WRKSRC}/doc/api/Makefile.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} 's|install-data-am: install-man install-nodist_htmlDATA|install-data-am: install-man|' \ - ${WRKSRC}/man/Makefile.in -.endif .include Modified: head/security/pkcs11-helper/distinfo ============================================================================== --- head/security/pkcs11-helper/distinfo Fri Apr 11 08:45:24 2014 (r350905) +++ head/security/pkcs11-helper/distinfo Fri Apr 11 08:52:12 2014 (r350906) @@ -1,2 +1,2 @@ -SHA256 (pkcs11-helper-1.09.tar.bz2) = ed4f6db68458253599fbf0f8803f044a3448a49007ad072d54d0624953521885 -SIZE (pkcs11-helper-1.09.tar.bz2) = 375671 +SHA256 (pkcs11-helper-1.11.tar.bz2) = 05a078efe1261247f26751fa616de732a64dbe1ed6c83e8ea5e6e85d8f70ff2f +SIZE (pkcs11-helper-1.11.tar.bz2) = 380697 Modified: head/security/pkcs11-helper/pkg-descr ============================================================================== --- head/security/pkcs11-helper/pkg-descr Fri Apr 11 08:45:24 2014 (r350905) +++ head/security/pkcs11-helper/pkg-descr Fri Apr 11 08:52:12 2014 (r350906) @@ -13,4 +13,4 @@ object attributes are usually vendor spe application need to access existing objects in order to perform signature and decryption. -WWW: http://www.opensc-project.org/pkcs11-helper/ +WWW: https://github.com/OpenSC/pkcs11-helper