aboutsummaryrefslogtreecommitdiff
path: root/security/pam_pkcs11
diff options
context:
space:
mode:
authorKa Ho Ng <khng@FreeBSD.org>2021-07-06 04:51:12 +0000
committerKa Ho Ng <khng@FreeBSD.org>2021-07-06 04:51:12 +0000
commit67134501f5278df1764bf3e0dfae35ef5fabc2bb (patch)
treee72ff4b2965888b35881ab14ed4b50b4718ae86d /security/pam_pkcs11
parent390b39ecb3f7489a687cc1091469e0c301f256d9 (diff)
downloadports-67134501f5278df1764bf3e0dfae35ef5fabc2bb.tar.gz
ports-67134501f5278df1764bf3e0dfae35ef5fabc2bb.zip
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
Diffstat (limited to 'security/pam_pkcs11')
-rw-r--r--security/pam_pkcs11/Makefile8
-rw-r--r--security/pam_pkcs11/distinfo6
-rw-r--r--security/pam_pkcs11/files/pkg-message.in8
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 <khng300@gmail.com>
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: <<EOM
-Note: base configuration directory is %%ETCDIR%% instead of
-/etc/pam_pkcs11 in PAM-PKCS11 User Manual.
-EOM
-}
-]