1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

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)
This commit is contained in:
Carlos J. Puga Medina 2017-07-23 20:40:13 +00:00
parent 3eaac61328
commit 2c3770c91f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446507
3 changed files with 11 additions and 10 deletions

View File

@ -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,12 +9,16 @@ 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 \
@ -38,10 +42,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)

View File

@ -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

View File

@ -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/