From owner-svn-ports-head@freebsd.org Thu Feb 23 22:37:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34F1FCEB267; Thu, 23 Feb 2017 22:37:09 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00F411F95; Thu, 23 Feb 2017 22:37:08 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1NMb8Kj002878; Thu, 23 Feb 2017 22:37:08 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1NMb8eJ002877; Thu, 23 Feb 2017 22:37:08 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201702232237.v1NMb8eJ002877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 23 Feb 2017 22:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434689 - head/sysutils/osquery X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2017 22:37:09 -0000 Author: zi Date: Thu Feb 23 22:37:07 2017 New Revision: 434689 URL: https://svnweb.freebsd.org/changeset/ports/434689 Log: - Pushing out expiration date. Upstream is working on fixes. Modified: head/sysutils/osquery/Makefile Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Thu Feb 23 20:49:57 2017 (r434688) +++ head/sysutils/osquery/Makefile Thu Feb 23 22:37:07 2017 (r434689) @@ -31,7 +31,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boo BROKEN= does not build (error: no matching constructor for initialization of 'gflags::FlagRegisterer') DEPRECATED= repeated build and dependency issues, upstream unable to assist -EXPIRATION_DATE=2017-02-28 +EXPIRATION_DATE=2017-04-28 USES= cmake:outsource gmake libtool python:build compiler:c++11-lib CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \