From owner-svn-ports-head@FreeBSD.ORG Fri Jul 4 23:54:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36443E1E; Fri, 4 Jul 2014 23:54:56 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 236F72FC5; Fri, 4 Jul 2014 23:54:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s64NsurU065796; Fri, 4 Jul 2014 23:54:56 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s64Nst5H065794; Fri, 4 Jul 2014 23:54:55 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201407042354.s64Nst5H065794@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Fri, 4 Jul 2014 23:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360695 - 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.18 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: Fri, 04 Jul 2014 23:54:56 -0000 Author: danilo Date: Fri Jul 4 23:54:55 2014 New Revision: 360695 URL: http://svnweb.freebsd.org/changeset/ports/360695 QAT: https://qat.redports.org/buildarchive/r360695/ Log: - Update from 2.14 to 2.16 [1] - Add libtool to USES PR: ports/191617 Submitted by: matt@mjslabs.com [1] Modified: head/security/pam_yubico/Makefile head/security/pam_yubico/distinfo Modified: head/security/pam_yubico/Makefile ============================================================================== --- head/security/pam_yubico/Makefile Fri Jul 4 23:53:52 2014 (r360694) +++ head/security/pam_yubico/Makefile Fri Jul 4 23:54:55 2014 (r360695) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pam_yubico -PORTVERSION= 2.14 -PORTREVISION= 2 +PORTVERSION= 2.16 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/ @@ -15,10 +14,10 @@ LIB_DEPENDS= libykclient.so:${PORTSDIR}/ libyubikey.so:${PORTSDIR}/security/libyubikey GNU_CONFIGURE= yes -USES= pkgconfig +USES= libtool pkgconfig -PLIST_FILES= lib/security/pam_yubico.la \ - lib/security/pam_yubico.so +PLIST_FILES= lib/security/pam_yubico.so \ + man/man8/pam_yubico.8.gz PLIST_DIRS= lib/security SUB_FILES= pkg-message PORTDOCS= * Modified: head/security/pam_yubico/distinfo ============================================================================== --- head/security/pam_yubico/distinfo Fri Jul 4 23:53:52 2014 (r360694) +++ head/security/pam_yubico/distinfo Fri Jul 4 23:54:55 2014 (r360695) @@ -1,2 +1,2 @@ -SHA256 (pam_yubico-2.14.tar.gz) = 77bf0bce4cf7aedcfe5e65d8ee4a5f191c0346a809952f87080bfe71ea3b0c32 -SIZE (pam_yubico-2.14.tar.gz) = 380023 +SHA256 (pam_yubico-2.16.tar.gz) = b6dfbbba8bb9ad8d4b66c72396e7762d0cd91b2d5bd8ac433c79286c166722f6 +SIZE (pam_yubico-2.16.tar.gz) = 388153