Index: head/security/ykpers/Makefile =================================================================== --- head/security/ykpers/Makefile (revision 446506) +++ head/security/ykpers/Makefile (revision 446507) @@ -1,48 +1,48 @@ # $FreeBSD$ PORTNAME= ykpers -PORTVERSION= 1.17.1 +PORTVERSION= 1.18.0 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubikey-personalization/releases/ 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 \ include/ykpers-1/ykcore.h \ include/ykpers-1/ykdef.h \ include/ykpers-1/ykpbkdf2.h \ include/ykpers-1/ykpers.h \ include/ykpers-1/ykpers-version.h \ include/ykpers-1/ykstatus.h \ lib/libykpers-1.so \ lib/libykpers-1.so.1 \ lib/libykpers-1.so.${PORTVERSION} \ libdata/pkgconfig/ykpers-1.pc \ man/man1/ykchalresp.1.gz \ man/man1/ykinfo.1.gz \ man/man1/ykpersonalize.1.gz 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) .include Index: head/security/ykpers/distinfo =================================================================== --- head/security/ykpers/distinfo (revision 446506) +++ head/security/ykpers/distinfo (revision 446507) @@ -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 Index: head/security/ykpers/pkg-descr =================================================================== --- head/security/ykpers/pkg-descr (revision 446506) +++ head/security/ykpers/pkg-descr (revision 446507) @@ -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/