aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-07-06 03:57:32 +0800
committertijl <tijl@FreeBSD.org>2014-07-06 03:57:32 +0800
commit622b68379e35c23fcc1531ac6fc3e25bd01e3dd5 (patch)
tree167557e7a0e34386eacd9dba1d7e6b5f1acce365 /security
parent70c6413ad32a240da35abf5e45674e28017087ed (diff)
downloadfreebsd-ports-gnome-622b68379e35c23fcc1531ac6fc3e25bd01e3dd5.tar.gz
freebsd-ports-gnome-622b68379e35c23fcc1531ac6fc3e25bd01e3dd5.tar.zst
freebsd-ports-gnome-622b68379e35c23fcc1531ac6fc3e25bd01e3dd5.zip
- Add USES=libtool to security/ykclient and bump dependent ports
- Use MAKE_CMD
Diffstat (limited to 'security')
-rw-r--r--security/pam_yubico/Makefile1
-rw-r--r--security/ykclient/Makefile9
2 files changed, 6 insertions, 4 deletions
diff --git a/security/pam_yubico/Makefile b/security/pam_yubico/Makefile
index a479eb02bbbe..1728f6a3f77c 100644
--- a/security/pam_yubico/Makefile
+++ b/security/pam_yubico/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pam_yubico
PORTVERSION= 2.16
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/
diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile
index 39794cef57d6..721ed2ff6940 100644
--- a/security/ykclient/Makefile
+++ b/security/ykclient/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ykclient
PORTVERSION= 2.12
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://opensource.yubico.com/yubico-c-client/releases/
@@ -14,8 +15,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl \
help2man:${PORTSDIR}/misc/help2man
-USES= pkgconfig
GNU_CONFIGURE= yes
+USES= libtool pkgconfig
USE_LDCONFIG= yes
PLIST_FILES= bin/ykclient \
@@ -23,9 +24,9 @@ PLIST_FILES= bin/ykclient \
include/ykclient_errors.h \
include/ykclient_server_response.h \
include/ykclient_version.h \
- lib/libykclient.la \
lib/libykclient.so \
- lib/libykclient.so.8 \
+ lib/libykclient.so.3 \
+ lib/libykclient.so.3.5.2 \
man/man1/ykclient.1.gz
OPTIONS_DEFINE= STATIC
@@ -36,6 +37,6 @@ STATIC_PLIST_FILES= lib/libykclient.a
MAKE_JOBS_UNSAFE= yes
regression-test: build
- @(cd ${WRKSRC}; ${MAKE} check)
+ @(cd ${WRKSRC} && ${MAKE_CMD} check)
.include <bsd.port.mk>