From owner-svn-ports-head@freebsd.org Sun Jul 23 20:40:15 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 71629DACE2F; Sun, 23 Jul 2017 20:40:15 +0000 (UTC) (envelope-from cpm@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 3326C6EAE4; Sun, 23 Jul 2017 20:40:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6NKeEnZ096102; Sun, 23 Jul 2017 20:40:14 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6NKeEUZ096099; Sun, 23 Jul 2017 20:40:14 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201707232040.v6NKeEUZ096099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 23 Jul 2017 20:40:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446507 - head/security/ykpers X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/security/ykpers X-SVN-Commit-Revision: 446507 X-SVN-Commit-Repository: ports 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: Sun, 23 Jul 2017 20:40:15 -0000 Author: cpm Date: Sun Jul 23 20:40:13 2017 New Revision: 446507 URL: https://svnweb.freebsd.org/changeset/ports/446507 Log: security/ykpers: Update to 1.18.0 - Add LICENSE_FILE - Add missing devel/json-c to LIB_DEPENDS - Add USES=gmake - Switch to USES=localbase - Drop MAKE_JOBS_UNSAFE, builds fine with MAKE_JOBS_NUMBER=4 - Use INSTALL_TARGET=install-strip - Pet portlint, USE_* comes before USES - Update WWW in pkg-descr Changes: https://developers.yubico.com/yubikey-personalization/Release_Notes.html PR: 220764 Submitted by: tm+freebsd@core.io Reviewed by: cpm Approved by: matt (maintainer) Modified: head/security/ykpers/Makefile head/security/ykpers/distinfo head/security/ykpers/pkg-descr Modified: head/security/ykpers/Makefile ============================================================================== --- head/security/ykpers/Makefile Sun Jul 23 20:19:59 2017 (r446506) +++ head/security/ykpers/Makefile Sun Jul 23 20:40:13 2017 (r446507) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ykpers -PORTVERSION= 1.17.1 +PORTVERSION= 1.18.0 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubikey-personalization/releases/ @@ -9,13 +9,17 @@ MAINTAINER= matt@mjslabs.com COMMENT= Library and tool for personalization of Yubico's YubiKey LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libyubikey.so:security/libyubikey +LIB_DEPENDS= libjson-c.so:devel/json-c \ + libyubikey.so:security/libyubikey +USES= gmake libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig +INSTALL_TARGET= install-strip + PLIST_FILES= bin/ykchalresp \ bin/ykinfo \ bin/ykpersonalize \ @@ -37,10 +41,6 @@ OPTIONS_DEFINE= STATIC STATIC_CONFIGURE_ENABLE= static STATIC_PLIST_FILES= lib/libykpers-1.a - -MAKE_JOBS_UNSAFE= yes - -LDFLAGS+= -L/usr/lib regression-test: build @(cd ${WRKSRC}; ${MAKE} check) Modified: head/security/ykpers/distinfo ============================================================================== --- head/security/ykpers/distinfo Sun Jul 23 20:19:59 2017 (r446506) +++ head/security/ykpers/distinfo Sun Jul 23 20:40:13 2017 (r446507) @@ -1,2 +1,3 @@ -SHA256 (ykpers-1.17.1.tar.gz) = 556baec2bbc94bae01293e64dc3873d68f880119ea5c3772737e4f3dc44f69c4 -SIZE (ykpers-1.17.1.tar.gz) = 504827 +TIMESTAMP = 1500201108 +SHA256 (ykpers-1.18.0.tar.gz) = cf333e133b551adf5963e0f5fe0566f4e397f9784d4c1b8fc56b9d2ebcf982ad +SIZE (ykpers-1.18.0.tar.gz) = 518077 Modified: head/security/ykpers/pkg-descr ============================================================================== --- head/security/ykpers/pkg-descr Sun Jul 23 20:19:59 2017 (r446506) +++ head/security/ykpers/pkg-descr Sun Jul 23 20:40:13 2017 (r446507) @@ -1,4 +1,4 @@ The YubiKey Personalization package contains a library and command line tool used to personalize (i.e., set a AES key) YubiKeys. -WWW: https://code.google.com/p/yubikey-personalization/ +WWW: https://developers.yubico.com/yubikey-personalization/