diff options
author | gahr <gahr@FreeBSD.org> | 2016-05-09 16:17:13 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-05-09 16:17:13 +0800 |
commit | e24252aa65d6f992b52c655d6f833b3d1f9fe8a1 (patch) | |
tree | e7e0c2789c7b03be60e50553e12f390494805e6e /databases/speedtables | |
parent | 085ecefb1e5648137f5a8586996006b891bf8c48 (diff) | |
download | freebsd-ports-gnome-e24252aa65d6f992b52c655d6f833b3d1f9fe8a1.tar.gz freebsd-ports-gnome-e24252aa65d6f992b52c655d6f833b3d1f9fe8a1.tar.zst freebsd-ports-gnome-e24252aa65d6f992b52c655d6f833b3d1f9fe8a1.zip |
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
Diffstat (limited to 'databases/speedtables')
-rw-r--r-- | databases/speedtables/Makefile | 13 | ||||
-rw-r--r-- | databases/speedtables/distinfo | 4 |
2 files changed, 12 insertions, 5 deletions
diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile index e27237bf22fd..0ad3455e66c2 100644 --- a/databases/speedtables/Makefile +++ b/databases/speedtables/Makefile @@ -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} diff --git a/databases/speedtables/distinfo b/databases/speedtables/distinfo index 3454506fb73f..01f4fbc63e15 100644 --- a/databases/speedtables/distinfo +++ b/databases/speedtables/distinfo @@ -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 |