diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-17 06:55:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-17 06:55:51 +0800 |
commit | ad077a10dca364a219127388996f1606068aed64 (patch) | |
tree | 654409f2e584ef22dd73502e9fb82154d4a7308b /security/ykclient | |
parent | fdf966adac4546f2827bdb05430c0497257258cc (diff) | |
download | freebsd-ports-gnome-ad077a10dca364a219127388996f1606068aed64.tar.gz freebsd-ports-gnome-ad077a10dca364a219127388996f1606068aed64.tar.zst freebsd-ports-gnome-ad077a10dca364a219127388996f1606068aed64.zip |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
Diffstat (limited to 'security/ykclient')
-rw-r--r-- | security/ykclient/Makefile | 2 | ||||
-rw-r--r-- | security/ykclient/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile index 254c606e18d1..3d79b2ce0f70 100644 --- a/security/ykclient/Makefile +++ b/security/ykclient/Makefile @@ -3,7 +3,7 @@ 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 diff --git a/security/ykclient/pkg-descr b/security/ykclient/pkg-descr index 07c99eb8bc48..3a67e009d369 100644 --- a/security/ykclient/pkg-descr +++ b/security/ykclient/pkg-descr @@ -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/ |