Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 23:55:42 +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: r360697 - head/security/libyubikey
Message-ID:  <201407042355.s64Ntgjr066270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407042355.s64Ntgjr066270>