Index: head/security/ykclient/Makefile =================================================================== --- head/security/ykclient/Makefile (revision 493130) +++ head/security/ykclient/Makefile (revision 493131) @@ -1,40 +1,40 @@ # $FreeBSD$ PORTNAME= ykclient PORTVERSION= 2.15 CATEGORIES= security -MASTER_SITES= http://opensource.yubico.com/yubico-c-client/releases/ +MASTER_SITES= https://developers.yubico.com/yubico-c-client/Releases/ MAINTAINER= matt@mjslabs.com COMMENT= Yubico C client library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl BUILD_DEPENDS= curl-config:ftp/curl \ help2man:misc/help2man GNU_CONFIGURE= yes USES= libtool pkgconfig USE_LDCONFIG= yes TEST_TARGET= check PLIST_FILES= bin/ykclient \ include/ykclient.h \ include/ykclient_errors.h \ include/ykclient_server_response.h \ include/ykclient_version.h \ lib/libykclient.so \ lib/libykclient.so.3 \ lib/libykclient.so.3.6.0 \ man/man1/ykclient.1.gz OPTIONS_DEFINE= STATIC STATIC_CONFIGURE_ENABLE= static STATIC_PLIST_FILES= lib/libykclient.a MAKE_JOBS_UNSAFE= yes .include Index: head/security/ykclient/pkg-descr =================================================================== --- head/security/ykclient/pkg-descr (revision 493130) +++ head/security/ykclient/pkg-descr (revision 493131) @@ -1,4 +1,4 @@ This project implements online validation of Yubikey OTPs. It is written in C and provides a shared library for use by other software. -WWW: https://code.google.com/p/yubico-c-client +WWW: https://developers.yubico.com/yubico-c-client/