svn commit: r338407 - head/security/pam_yubico

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Jan 1 23:54:27 UTC 2014


Author: danilo
Date: Wed Jan  1 23:54:27 2014
New Revision: 338407
URL: http://svnweb.freebsd.org/changeset/ports/338407

Log:
  - Bump PORTREVISION
  - Convert LICENSE from BSD to BSD2CLAUSE
  - Remove LDAP from DEFAULT_OPTIONS
  
  PR:		ports/185259
  Submitted by:	Matt Stofko <matt at mjslabs.com> (maintainer)

Modified:
  head/security/pam_yubico/Makefile

Modified: head/security/pam_yubico/Makefile
==============================================================================
--- head/security/pam_yubico/Makefile	Wed Jan  1 23:52:47 2014	(r338406)
+++ head/security/pam_yubico/Makefile	Wed Jan  1 23:54:27 2014	(r338407)
@@ -2,16 +2,16 @@
 
 PORTNAME=	pam_yubico
 PORTVERSION=	2.14
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://opensource.yubico.com/yubico-pam/releases/
 
 MAINTAINER=	matt at mjslabs.com
 COMMENT=	PAM module for authenticating with a Yubico YubiKey
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	libykclient.so:${PORTSDIR}/security/ykclient \
-		libykpers-1.so:${PORTSDIR}/security/ykpers \
 		libyubikey.so:${PORTSDIR}/security/libyubikey
 
 GNU_CONFIGURE=	yes
@@ -25,9 +25,10 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	CR LDAP DOCS STATIC
 CR_DESC=	Include Challenge/response support
-OPTIONS_DEFAULT=	CR LDAP
+OPTIONS_DEFAULT=	CR
 
 CR_CONFIGURE_WITH=	cr
+CR_LIB_DEPENDS=	libykpers-1.so:${PORTSDIR}/security/ykpers
 CR_PLIST_FILES=	bin/ykpamcfg \
 		man/man1/ykpamcfg.1.gz
 


More information about the svn-ports-all mailing list