From owner-svn-ports-all@FreeBSD.ORG Fri Jul 4 23:55:43 2014 Return-Path: Delivered-To: svn-ports-all@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 546DFFF3; Fri, 4 Jul 2014 23:55:43 +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 417292FD7; Fri, 4 Jul 2014 23:55:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s64NthbU066275; Fri, 4 Jul 2014 23:55:43 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s64Ntgjr066270; Fri, 4 Jul 2014 23:55:42 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201407042355.s64Ntgjr066270@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Fri, 4 Jul 2014 23:55:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360697 - head/security/libyubikey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 23:55:43 -0000 Author: danilo Date: Fri Jul 4 23:55:42 2014 New Revision: 360697 URL: http://svnweb.freebsd.org/changeset/ports/360697 QAT: https://qat.redports.org/buildarchive/r360697/ Log: - Update from 1.11 to 1.12 [1] - Add libtool to USES PR: ports/191618 Submitted by: matt@mjslabs.com [1] Modified: head/security/libyubikey/Makefile head/security/libyubikey/distinfo Modified: head/security/libyubikey/Makefile ============================================================================== --- head/security/libyubikey/Makefile Fri Jul 4 23:55:10 2014 (r360696) +++ head/security/libyubikey/Makefile Fri Jul 4 23:55:42 2014 (r360697) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libyubikey -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= security devel MASTER_SITES= http://opensource.yubico.com/yubico-c/releases/ @@ -12,14 +12,15 @@ LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes USE_LDCONFIG= yes +USES= libtool PLIST_FILES= bin/modhex \ bin/ykgenerate \ bin/ykparse \ include/yubikey.h \ - lib/libyubikey.la \ lib/libyubikey.so \ - lib/libyubikey.so.1 \ + lib/libyubikey.so.0 \ + lib/libyubikey.so.0.1.6 \ man/man1/modhex.1.gz \ man/man1/ykgenerate.1.gz \ man/man1/ykparse.1.gz Modified: head/security/libyubikey/distinfo ============================================================================== --- head/security/libyubikey/distinfo Fri Jul 4 23:55:10 2014 (r360696) +++ head/security/libyubikey/distinfo Fri Jul 4 23:55:42 2014 (r360697) @@ -1,2 +1,2 @@ -SHA256 (libyubikey-1.11.tar.gz) = 8953c33a94739b40ee79e56df6b76a355e19549f7819218b053955ab7126f5a6 -SIZE (libyubikey-1.11.tar.gz) = 344900 +SHA256 (libyubikey-1.12.tar.gz) = b95387f791dad4d2544282299800f016736c363838e1e732f199bf90eba717b8 +SIZE (libyubikey-1.12.tar.gz) = 346729