Date: Sun, 23 Jul 2017 20:40:14 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446507 - head/security/ykpers Message-ID: <201707232040.v6NKeEUZ096099@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <matt@mjslabs.com> (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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707232040.v6NKeEUZ096099>