From owner-svn-ports-head@freebsd.org Mon May 9 08:17:14 2016 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 CB253B316EA; Mon, 9 May 2016 08:17:14 +0000 (UTC) (envelope-from gahr@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 8396F1A98; Mon, 9 May 2016 08:17:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u498HD0l083693; Mon, 9 May 2016 08:17:13 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u498HDf2083691; Mon, 9 May 2016 08:17:13 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201605090817.u498HDf2083691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 9 May 2016 08:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414826 - head/databases/speedtables 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.22 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: Mon, 09 May 2016 08:17:14 -0000 Author: gahr Date: Mon May 9 08:17:13 2016 New Revision: 414826 URL: https://svnweb.freebsd.org/changeset/ports/414826 Log: databases/speedtables: update to 1.9.2 Changelog: https://github.com/flightaware/speedtables/compare/v1.9.0...v1.9.2 Release notes: https://github.com/flightaware/speedtables/releases/tag/v1.9.1 https://github.com/flightaware/speedtables/releases/tag/v1.9.2 Modified: head/databases/speedtables/Makefile head/databases/speedtables/distinfo Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Mon May 9 07:19:25 2016 (r414825) +++ head/databases/speedtables/Makefile Mon May 9 08:17:13 2016 (r414826) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= speedtables -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.2 DISTVERSIONPREFIX= v CATEGORIES= databases @@ -20,15 +20,22 @@ GH_ACCOUNT= flightaware USES= autoreconf tcl:tea CONFIGURE_ARGS= --with-boost=${LOCALBASE} +MAKE_ENV= TCLSH=${TCLSH} +TEST_TARGET= test PORTDOCS= * -OPTIONS_DEFINE= DOCS PGSQL +OPTIONS_DEFINE= DOCS PGSQL CASSANDRA +CASSANDRA_DESC= Cassandra database support PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:databases/postgresql94-pgtcl +CASSANDRA_CONFIGURE_ON= --with-casstcl=${LOCALBASE} +CASSANDRA_LIB_DEPENDS= libcasstcl.so:databases/casstcl +post-configure: + ${CHMOD} a+x ${WRKSRC}/ctable_server/sttp post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/ctables/docs/manual && \ ${COPYTREE_SHARE} \*.html ${STAGEDIR}${DOCSDIR} && \ ${COPYTREE_SHARE} \*.css ${STAGEDIR}${DOCSDIR} Modified: head/databases/speedtables/distinfo ============================================================================== --- head/databases/speedtables/distinfo Mon May 9 07:19:25 2016 (r414825) +++ head/databases/speedtables/distinfo Mon May 9 08:17:13 2016 (r414826) @@ -1,2 +1,2 @@ -SHA256 (flightaware-speedtables-v1.9.0_GH0.tar.gz) = decac31a81de7c270bf56ac2810ccb23fb2cf04c0de469ae833db77d7ade6f80 -SIZE (flightaware-speedtables-v1.9.0_GH0.tar.gz) = 704237 +SHA256 (flightaware-speedtables-v1.9.2_GH0.tar.gz) = 49b3c287de3abf58cb6e377b0a4ad62613b1a0a7f6f9f7ccae862790c3941f10 +SIZE (flightaware-speedtables-v1.9.2_GH0.tar.gz) = 707762