Date: Fri, 2 Feb 2018 09:02:17 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460680 - head/security/libyubikey Message-ID: <201802020902.w1292HdY034821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Feb 2 09:02:16 2018 New Revision: 460680 URL: https://svnweb.freebsd.org/changeset/ports/460680 Log: - Add LICENSE_FILE - Switch to new test framework - Update WWW - Cosmetic fixes Approved by: portmgr blanket Modified: head/security/libyubikey/Makefile head/security/libyubikey/pkg-descr Modified: head/security/libyubikey/Makefile ============================================================================== --- head/security/libyubikey/Makefile Fri Feb 2 09:02:13 2018 (r460679) +++ head/security/libyubikey/Makefile Fri Feb 2 09:02:16 2018 (r460680) @@ -9,11 +9,13 @@ MAINTAINER= matt@mjslabs.com COMMENT= Library for decrypting and parsing YubiKey One-Time Passwords LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool INSTALL_TARGET= install-strip +TEST_TARGET= check PLIST_FILES= bin/modhex \ bin/ykgenerate \ @@ -32,8 +34,5 @@ OPTIONS_DEFINE= STATIC STATIC_CONFIGURE_ENABLE= static STATIC_PLIST_FILES= lib/libyubikey.a - -regression-test: build - @(cd ${WRKSRC}; ${MAKE} check) .include <bsd.port.mk> Modified: head/security/libyubikey/pkg-descr ============================================================================== --- head/security/libyubikey/pkg-descr Fri Feb 2 09:02:13 2018 (r460679) +++ head/security/libyubikey/pkg-descr Fri Feb 2 09:02:16 2018 (r460680) @@ -1,4 +1,4 @@ -Library for decrypting and parsing YubiKey One-Time Passwords (OTP), written in -C. +Library for decrypting and parsing YubiKey One-Time Passwords (OTP), +written in C. -WWW: https://code.google.com/p/yubico-c/ +WWW: https://developers.yubico.com/yubico-c/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802020902.w1292HdY034821>