diff options
author | danilo <danilo@FreeBSD.org> | 2014-01-02 07:52:47 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-01-02 07:52:47 +0800 |
commit | e6263d8345e7e9389639d8bc04363c5115856f54 (patch) | |
tree | db13e6e0aeb3ae4dd02d5bd03cbda7d4a3a18176 | |
parent | 865ba7d5a1bf2739a50f864999f8eb08e4582bfc (diff) | |
download | freebsd-ports-gnome-e6263d8345e7e9389639d8bc04363c5115856f54.tar.gz freebsd-ports-gnome-e6263d8345e7e9389639d8bc04363c5115856f54.tar.zst freebsd-ports-gnome-e6263d8345e7e9389639d8bc04363c5115856f54.zip |
- Update from 2.9 to 2.12
- Update MASTER_SITES
- Convert LICENSE from BSD to BSD2CLAUSE
- Add pkgconfig to USES
- Add STATIC as option
- Add stage support
PR: ports/185259
Submitted by: Matt Stofko <matt@mjslabs.com> (maintainer)
-rw-r--r-- | security/ykclient/Makefile | 25 | ||||
-rw-r--r-- | security/ykclient/distinfo | 4 |
2 files changed, 17 insertions, 12 deletions
diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile index 4ce114b4c479..39794cef57d6 100644 --- a/security/ykclient/Makefile +++ b/security/ykclient/Makefile @@ -1,36 +1,41 @@ # $FreeBSD$ PORTNAME= ykclient -PORTVERSION= 2.9 -PORTREVISION= 1 +PORTVERSION= 2.12 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://opensource.yubico.com/yubico-c-client/releases/ MAINTAINER= matt@mjslabs.com COMMENT= Yubico C client library -LICENSE= BSD +LICENSE= BSD2CLAUSE -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl \ + help2man:${PORTSDIR}/misc/help2man +USES= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_FILES= bin/ykclient \ include/ykclient.h \ + include/ykclient_errors.h \ include/ykclient_server_response.h \ - lib/libykclient.a \ + include/ykclient_version.h \ lib/libykclient.la \ lib/libykclient.so \ - lib/libykclient.so.7 + lib/libykclient.so.8 \ + man/man1/ykclient.1.gz -PROJECTHOST= yubico-c-client +OPTIONS_DEFINE= STATIC + +STATIC_CONFIGURE_ENABLE= static +STATIC_PLIST_FILES= lib/libykclient.a MAKE_JOBS_UNSAFE= yes regression-test: build @(cd ${WRKSRC}; ${MAKE} check) -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/ykclient/distinfo b/security/ykclient/distinfo index 51344b290f80..4d71e7ba165e 100644 --- a/security/ykclient/distinfo +++ b/security/ykclient/distinfo @@ -1,2 +1,2 @@ -SHA256 (ykclient-2.9.tar.gz) = f5f93d77dd9f2e3fd1854f7fcfbbc3cfbf4227c3ebe145c8a3f7a2339efbeca5 -SIZE (ykclient-2.9.tar.gz) = 352183 +SHA256 (ykclient-2.12.tar.gz) = eda62475b51e488686ec82564c82bd707eeb30a2fe74a24a5ced2a730f74198c +SIZE (ykclient-2.12.tar.gz) = 385009 |