Date: Wed, 1 Jan 2014 23:54:27 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338407 - head/security/pam_yubico Message-ID: <201401012354.s01NsRmO098076@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401012354.s01NsRmO098076>