From owner-svn-ports-all@FreeBSD.ORG Wed Jan 1 23:52:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E830AC1; Wed, 1 Jan 2014 23:52:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2139F1087; Wed, 1 Jan 2014 23:52:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s01Nqlhg097851; Wed, 1 Jan 2014 23:52:48 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s01NqlMC097849; Wed, 1 Jan 2014 23:52:47 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201401012352.s01NqlMC097849@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 1 Jan 2014 23:52:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338406 - head/security/ykclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 23:52:48 -0000 Author: danilo Date: Wed Jan 1 23:52:47 2014 New Revision: 338406 URL: http://svnweb.freebsd.org/changeset/ports/338406 Log: - 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 (maintainer) Modified: head/security/ykclient/Makefile head/security/ykclient/distinfo Modified: head/security/ykclient/Makefile ============================================================================== --- head/security/ykclient/Makefile Wed Jan 1 23:49:53 2014 (r338405) +++ head/security/ykclient/Makefile Wed Jan 1 23:52:47 2014 (r338406) @@ -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 Modified: head/security/ykclient/distinfo ============================================================================== --- head/security/ykclient/distinfo Wed Jan 1 23:49:53 2014 (r338405) +++ head/security/ykclient/distinfo Wed Jan 1 23:52:47 2014 (r338406) @@ -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