aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2011-04-22 16:51:21 +0800
committerale <ale@FreeBSD.org>2011-04-22 16:51:21 +0800
commit0f764b44ec860ead4e7fe3175f33f6863311eb04 (patch)
treea2826b71f5627f19e73409d43f1fb5566e0de756 /security
parentd8794a066b8847333dd57c6b3c1ab7fc07ba7f1d (diff)
downloadfreebsd-ports-gnome-0f764b44ec860ead4e7fe3175f33f6863311eb04.tar.gz
freebsd-ports-gnome-0f764b44ec860ead4e7fe3175f33f6863311eb04.tar.zst
freebsd-ports-gnome-0f764b44ec860ead4e7fe3175f33f6863311eb04.zip
Chase libp11 library and bump PORTREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/engine_pkcs11/Makefile3
-rw-r--r--security/pam_p11/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/security/engine_pkcs11/Makefile b/security/engine_pkcs11/Makefile
index 0fca770e3e73..75c51099cef0 100644
--- a/security/engine_pkcs11/Makefile
+++ b/security/engine_pkcs11/Makefile
@@ -7,13 +7,14 @@
PORTNAME= engine_pkcs11
PORTVERSION= 0.1.8
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/
MAINTAINER= ale@FreeBSD.org
COMMENT= An implementation of a PKCS\#11 engine for OpenSSL
-LIB_DEPENDS= p11.3:${PORTSDIR}/security/libp11
+LIB_DEPENDS= p11.2:${PORTSDIR}/security/libp11
USE_AUTOTOOLS= libtool
USE_OPENSSL= yes
diff --git a/security/pam_p11/Makefile b/security/pam_p11/Makefile
index f1a54f8ea64b..318bc7104ca0 100644
--- a/security/pam_p11/Makefile
+++ b/security/pam_p11/Makefile
@@ -7,14 +7,14 @@
PORTNAME= pam_p11
PORTVERSION= 0.1.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/
MAINTAINER= ale@FreeBSD.org
COMMENT= A PAM module using crypto tokens for auth
-LIB_DEPENDS= p11.3:${PORTSDIR}/security/libp11
+LIB_DEPENDS= p11.2:${PORTSDIR}/security/libp11
USE_AUTOTOOLS= libtool
USE_OPENSSL= yes