From owner-svn-ports-head@freebsd.org Sat Apr 29 04:48:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D52FD549B3; Sat, 29 Apr 2017 04:48:47 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D5658CD9; Sat, 29 Apr 2017 04:48:46 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3T4mjiR051671; Sat, 29 Apr 2017 04:48:45 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3T4mj2p051669; Sat, 29 Apr 2017 04:48:45 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201704290448.v3T4mj2p051669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Sat, 29 Apr 2017 04:48:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439716 - head/security/yubico-piv-tool 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.23 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: Sat, 29 Apr 2017 04:48:47 -0000 Author: ume Date: Sat Apr 29 04:48:45 2017 New Revision: 439716 URL: https://svnweb.freebsd.org/changeset/ports/439716 Log: Update to 1.4.3. Requested by: Hannes Mehnert Modified: head/security/yubico-piv-tool/Makefile head/security/yubico-piv-tool/distinfo Modified: head/security/yubico-piv-tool/Makefile ============================================================================== --- head/security/yubico-piv-tool/Makefile Sat Apr 29 02:39:14 2017 (r439715) +++ head/security/yubico-piv-tool/Makefile Sat Apr 29 04:48:45 2017 (r439716) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yubico-piv-tool -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.3 #PORTREVISION= 0 CATEGORIES= security MASTER_SITES= https://developers.yubico.com/yubico-piv-tool/Releases/ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite -USES= libtool pathfix pkgconfig ssl +USES= gmake libtool pathfix pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_CFLAGS="${OPENSSL_CFLAGS}" \ @@ -22,17 +22,16 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="${OPENSSL OPENSSL_CFLAGS= -I${OPENSSLINC} PLIST_FILES= bin/yubico-piv-tool \ - include/ykcs11/ykcs11-version.h \ include/ykpiv/ykpiv-version.h \ include/ykpiv/ykpiv.h \ lib/libykcs11.a \ lib/libykcs11.so \ lib/libykcs11.so.1 \ - lib/libykcs11.so.1.3.3 \ + lib/libykcs11.so.1.3.5 \ lib/libykpiv.a \ lib/libykpiv.so \ lib/libykpiv.so.1 \ - lib/libykpiv.so.1.3.3 \ + lib/libykpiv.so.1.3.5 \ libdata/pkgconfig/ykcs11.pc \ libdata/pkgconfig/ykpiv.pc \ man/man1/yubico-piv-tool.1.gz Modified: head/security/yubico-piv-tool/distinfo ============================================================================== --- head/security/yubico-piv-tool/distinfo Sat Apr 29 02:39:14 2017 (r439715) +++ head/security/yubico-piv-tool/distinfo Sat Apr 29 04:48:45 2017 (r439716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471005571 -SHA256 (yubico-piv-tool-1.4.1.tar.gz) = bf090419d65f099ba01830040df2971b23b049d8349869301e651aeddd95580b -SIZE (yubico-piv-tool-1.4.1.tar.gz) = 518931 +TIMESTAMP = 1493440491 +SHA256 (yubico-piv-tool-1.4.3.tar.gz) = ea83a11f7db5ac81ebcafe71e102c3a5d694929bb95354c3185c081fa6a86dab +SIZE (yubico-piv-tool-1.4.3.tar.gz) = 527154