Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 22:16:36 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402246 - head/security/libyubikey
Message-ID:  <201511222216.tAMMGaYk003501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sun Nov 22 22:16:36 2015
New Revision: 402246
URL: https://svnweb.freebsd.org/changeset/ports/402246

Log:
  security/libyubikey: update 1.12 -> 1.13, add install-strip
  
  PR:		204242
  Submitted by:	oleksii.tsai@gmail.com
  Approved by:	matt@mjslabs.com (maintainer)

Modified:
  head/security/libyubikey/Makefile
  head/security/libyubikey/distinfo

Modified: head/security/libyubikey/Makefile
==============================================================================
--- head/security/libyubikey/Makefile	Sun Nov 22 21:06:54 2015	(r402245)
+++ head/security/libyubikey/Makefile	Sun Nov 22 22:16:36 2015	(r402246)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libyubikey
-PORTVERSION=	1.12
+PORTVERSION=	1.13
 CATEGORIES=	security devel
 MASTER_SITES=	http://opensource.yubico.com/yubico-c/releases/
 
@@ -13,6 +13,7 @@ LICENSE=	BSD2CLAUSE
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		libtool
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	bin/modhex \
 		bin/ykgenerate \
@@ -20,7 +21,7 @@ PLIST_FILES=	bin/modhex \
 		include/yubikey.h \
 		lib/libyubikey.so \
 		lib/libyubikey.so.0 \
-		lib/libyubikey.so.0.1.6 \
+		lib/libyubikey.so.0.1.7 \
 		man/man1/modhex.1.gz \
 		man/man1/ykgenerate.1.gz \
 		man/man1/ykparse.1.gz

Modified: head/security/libyubikey/distinfo
==============================================================================
--- head/security/libyubikey/distinfo	Sun Nov 22 21:06:54 2015	(r402245)
+++ head/security/libyubikey/distinfo	Sun Nov 22 22:16:36 2015	(r402246)
@@ -1,2 +1,2 @@
-SHA256 (libyubikey-1.12.tar.gz) = b95387f791dad4d2544282299800f016736c363838e1e732f199bf90eba717b8
-SIZE (libyubikey-1.12.tar.gz) = 346729
+SHA256 (libyubikey-1.13.tar.gz) = 04edd0eb09cb665a05d808c58e1985f25bb7c5254d2849f36a0658ffc51c3401
+SIZE (libyubikey-1.13.tar.gz) = 347337



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