update HOMEPAGE/MASTER_SITES
This commit is contained in:
parent
f6eb792c58
commit
a048b09d78
@ -1,19 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2015/03/16 09:48:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2015/11/12 14:08:49 sthen Exp $
|
||||
|
||||
COMMENT= C library for the Yubikey OTP token
|
||||
COMMENT= library to encode and decode the YubiKey OTP format
|
||||
|
||||
DISTNAME= libyubikey-1.13
|
||||
REVISION= 0
|
||||
SHARED_LIBS += yubikey 0.0 # 1.4
|
||||
CATEGORIES= devel security
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
HOMEPAGE= http://yubico.github.io/yubico-c/
|
||||
HOMEPAGE= https://developers.yubico.com/yubico-c/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MASTER_SITES= http://yubico.github.io/yubico-c/releases/
|
||||
MASTER_SITES= https://developers.yubico.com/yubico-c/releases/
|
||||
|
||||
WANTLIB += c
|
||||
|
||||
|
@ -1,12 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2015/10/01 13:48:13 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2015/11/12 14:08:49 sthen Exp $
|
||||
|
||||
COMMENT= Qt GUI to configure YubiKeys
|
||||
|
||||
DISTNAME= yubikey-personalization-gui-3.1.23
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= security x11
|
||||
|
||||
HOMEPAGE= http://yubico.github.io/yubikey-personalization-gui/
|
||||
HOMEPAGE= https://developers.yubico.com/yubikey-personalization-gui/
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
@ -16,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
WANTLIB += ICE QtGui SM X11 Xext Xi Xinerama Xrender c fontconfig
|
||||
WANTLIB += freetype m pthread stdc++ ykpers-1 yubikey
|
||||
|
||||
MASTER_SITES= http://yubico.github.io/yubikey-personalization-gui/releases/
|
||||
MASTER_SITES= https://developers.yubico.com/yubikey-personalization-gui/Releases/
|
||||
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
LIB_DEPENDS= devel/libyubikey>=1.8.0 \
|
||||
|
@ -1,14 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2015/09/23 13:27:28 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2015/11/12 14:08:49 sthen Exp $
|
||||
|
||||
COMMENT= library and tools to program YubiKeys
|
||||
|
||||
DISTNAME= ykpers-1.17.2
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += ykpers-1 0.5 # 18.2
|
||||
|
||||
CATEGORIES= sysutils security
|
||||
|
||||
HOMEPAGE= http://yubico.github.io/yubikey-personalization/
|
||||
HOMEPAGE= https://developers.yubico.com/yubikey-personalization/
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
@ -17,11 +18,11 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += c json-c pthread usb-1.0 yubikey
|
||||
|
||||
MASTER_SITES= http://yubico.github.io/yubikey-personalization/releases/
|
||||
MASTER_SITES= https://developers.yubico.com/yubikey-personalization/Releases/
|
||||
|
||||
LIB_DEPENDS= devel/json-c \
|
||||
devel/libusb1>=1.0.9p1 \
|
||||
devel/libyubikey \
|
||||
devel/libyubikey
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
Loading…
Reference in New Issue
Block a user