Date: Tue, 31 Mar 2015 22:26:27 +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: r382882 - head/databases/speedtables Message-ID: <201503312226.t2VMQRjZ051805@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Mar 31 22:26:26 2015 New Revision: 382882 URL: https://svnweb.freebsd.org/changeset/ports/382882 QAT: https://qat.redports.org/buildarchive/r382882/ Log: - Update to 1.9.0 Modified: head/databases/speedtables/Makefile head/databases/speedtables/distinfo Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Tue Mar 31 22:15:15 2015 (r382881) +++ head/databases/speedtables/Makefile Tue Mar 31 22:26:26 2015 (r382882) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= speedtables -PORTVERSION= 1.8.3 +PORTVERSION= 1.9.0 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org @@ -10,7 +10,8 @@ COMMENT= High-performance memory-residen LICENSE= BSD3CLAUSE -LIB_DEPENDS= libtclx8.4.so:${PORTSDIR}/lang/tclX +LIB_DEPENDS= libtclx8.4.so:${PORTSDIR}/lang/tclX \ + libboost_graph.so:${PORTSDIR}/devel/boost-libs OPTIONS_DEFINE= DOCS PGSQL PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} @@ -24,10 +25,11 @@ USE_AUTOTOOLS= autoconf USE_GITHUB= yes GH_ACCOUNT= flightaware GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 09c623c +GH_COMMIT= 26b4b13 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \ + --with-boost=${PREFIX} \ --with-tcl=${TCL_LIBDIR} pre-configure: Modified: head/databases/speedtables/distinfo ============================================================================== --- head/databases/speedtables/distinfo Tue Mar 31 22:15:15 2015 (r382881) +++ head/databases/speedtables/distinfo Tue Mar 31 22:26:26 2015 (r382882) @@ -1,2 +1,2 @@ -SHA256 (speedtables-1.8.3.tar.gz) = 4a15af503a051c12e8866ec66325aa636ae71c0c8ce744d543526cf3defd6c5a -SIZE (speedtables-1.8.3.tar.gz) = 696032 +SHA256 (speedtables-1.9.0.tar.gz) = 57f17ee936782f0d5c2994a66247be0bccf412719b525ca3282ad0c1bcbe34e2 +SIZE (speedtables-1.9.0.tar.gz) = 704351
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503312226.t2VMQRjZ051805>