From owner-dev-commits-ports-all@freebsd.org Tue Jul 6 04:52:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD3996487C8; Tue, 6 Jul 2021 04:52:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GJqtN3pj0z3pL7; Tue, 6 Jul 2021 04:52:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 613E7134D6; Tue, 6 Jul 2021 04:52:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1664qi7U001707; Tue, 6 Jul 2021 04:52:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1664qiHu001706; Tue, 6 Jul 2021 04:52:44 GMT (envelope-from git) Date: Tue, 6 Jul 2021 04:52:44 GMT Message-Id: <202107060452.1664qiHu001706@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ka Ho Ng Subject: git: 67134501f527 - main - security/pam_pkcs11: Update 0.6.11 -> 0.6.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: khng X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 67134501f5278df1764bf3e0dfae35ef5fabc2bb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 04:52:44 -0000 The branch main has been updated by khng (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=67134501f5278df1764bf3e0dfae35ef5fabc2bb commit 67134501f5278df1764bf3e0dfae35ef5fabc2bb Author: Ka Ho Ng AuthorDate: 2021-07-06 04:51:12 +0000 Commit: Ka Ho Ng CommitDate: 2021-07-06 04:51:12 +0000 security/pam_pkcs11: Update 0.6.11 -> 0.6.12 Update MAINTAINER as well. Sponsored by: The FreeBSD Foundation Approved by: lwhsu (ports) Differential Revision: https://reviews.freebsd.org/D31066 --- security/pam_pkcs11/Makefile | 8 ++++---- security/pam_pkcs11/distinfo | 6 +++--- security/pam_pkcs11/files/pkg-message.in | 8 -------- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/security/pam_pkcs11/Makefile b/security/pam_pkcs11/Makefile index 31d7a9ca0081..272da541f15c 100644 --- a/security/pam_pkcs11/Makefile +++ b/security/pam_pkcs11/Makefile @@ -1,11 +1,11 @@ # Created by: Ka Ho Ng PORTNAME= pam_pkcs11 -PORTVERSION= 0.6.11 +PORTVERSION= 0.6.12 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= security -MAINTAINER= khng300@gmail.com +MAINTAINER= khng@FreeBSD.org COMMENT= PAM module using crypto tokens for auth LICENSE= LGPL21 @@ -25,8 +25,6 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ SHEBANG_FILES= tools/pkcs11_make_hash_link -SUB_FILES= pkg-message - OPTIONS_DEFINE= CURL DEBUG DOCS LDAP NLS NSS PCSC SSL OPTIONS_DEFAULT= PCSC SSL OPTIONS_SUB= yes @@ -92,6 +90,8 @@ post-patch: -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/${f} .endfor + @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ + ${WRKSRC}/doc/pam_pkcs11.8.in pre-configure: @(cd ${WRKSRC} && ./bootstrap) diff --git a/security/pam_pkcs11/distinfo b/security/pam_pkcs11/distinfo index e39f0420fb60..fc4f35ffdb81 100644 --- a/security/pam_pkcs11/distinfo +++ b/security/pam_pkcs11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600161659 -SHA256 (OpenSC-pam_pkcs11-pam_pkcs11-0.6.11_GH0.tar.gz) = 6674ec488757ce6dc6768ebdb215d3b92897702517f182decfb222d03a98461b -SIZE (OpenSC-pam_pkcs11-pam_pkcs11-0.6.11_GH0.tar.gz) = 271552 +TIMESTAMP = 1625511158 +SHA256 (OpenSC-pam_pkcs11-pam_pkcs11-0.6.12_GH0.tar.gz) = c29cfd021fd3793263f1784b039f166f0e751996bada656a0f9470005eb0c093 +SIZE (OpenSC-pam_pkcs11-pam_pkcs11-0.6.12_GH0.tar.gz) = 272762 diff --git a/security/pam_pkcs11/files/pkg-message.in b/security/pam_pkcs11/files/pkg-message.in deleted file mode 100644 index 2040fc58fb44..000000000000 --- a/security/pam_pkcs11/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -[ -{ type: install - message: <