Date: Mon, 9 May 2016 08:17:13 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414826 - head/databases/speedtables Message-ID: <201605090817.u498HDf2083691@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605090817.u498HDf2083691>