From owner-svn-ports-head@FreeBSD.ORG Wed Jan 1 23:54:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97338BB9; Wed, 1 Jan 2014 23:54:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 838161098; Wed, 1 Jan 2014 23:54:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s01NsRYc098077; Wed, 1 Jan 2014 23:54:27 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s01NsRmO098076; Wed, 1 Jan 2014 23:54:27 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201401012354.s01NsRmO098076@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 1 Jan 2014 23:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338407 - head/security/pam_yubico X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 23:54:27 -0000 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 (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