Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 19:57:32 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360815 - in head/security: pam_yubico ykclient
Message-ID:  <201407051957.s65JvWBK039277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Jul  5 19:57:32 2014
New Revision: 360815
URL: http://svnweb.freebsd.org/changeset/ports/360815
QAT: https://qat.redports.org/buildarchive/r360815/

Log:
  - Add USES=libtool to security/ykclient and bump dependent ports
  - Use MAKE_CMD

Modified:
  head/security/pam_yubico/Makefile
  head/security/ykclient/Makefile

Modified: head/security/pam_yubico/Makefile
==============================================================================
--- head/security/pam_yubico/Makefile	Sat Jul  5 19:54:21 2014	(r360814)
+++ head/security/pam_yubico/Makefile	Sat Jul  5 19:57:32 2014	(r360815)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pam_yubico
 PORTVERSION=	2.16
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://opensource.yubico.com/yubico-pam/releases/
 

Modified: head/security/ykclient/Makefile
==============================================================================
--- head/security/ykclient/Makefile	Sat Jul  5 19:54:21 2014	(r360814)
+++ head/security/ykclient/Makefile	Sat Jul  5 19:57:32 2014	(r360815)
@@ -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/
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051957.s65JvWBK039277>