svn commit: r382882 - head/databases/speedtables

Pietro Cerutti gahr at FreeBSD.org
Tue Mar 31 22:26:27 UTC 2015


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 at 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


More information about the svn-ports-head mailing list