Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2018 11:34:02 +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: r459240 - head/databases/speedtables
Message-ID:  <201801171134.w0HBY2hQ038720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Jan 17 11:34:02 2018
New Revision: 459240
URL: https://svnweb.freebsd.org/changeset/ports/459240

Log:
  databases/speedtables: update to 1.13.9, adjust dependency on pgtcl

Modified:
  head/databases/speedtables/Makefile
  head/databases/speedtables/distinfo

Modified: head/databases/speedtables/Makefile
==============================================================================
--- head/databases/speedtables/Makefile	Wed Jan 17 11:24:47 2018	(r459239)
+++ head/databases/speedtables/Makefile	Wed Jan 17 11:34:02 2018	(r459240)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	speedtables
-PORTVERSION=	1.13.8
-DISTVERSIONPREFIX=	v
+PORTVERSION=	1.13.9
+#DISTVERSIONPREFIX=	v
 PORTREVISION=	0
 CATEGORIES=	databases
 
@@ -30,7 +30,8 @@ PORTDOCS=	*
 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
+PGSQL_USES=		pgsql
+PGSQL_VARS=		WANT_PGSQL=pgtcl
 CASSANDRA_CONFIGURE_ON=	--with-casstcl=${LOCALBASE}
 CASSANDRA_LIB_DEPENDS=	libcasstcl.so:databases/casstcl
 

Modified: head/databases/speedtables/distinfo
==============================================================================
--- head/databases/speedtables/distinfo	Wed Jan 17 11:24:47 2018	(r459239)
+++ head/databases/speedtables/distinfo	Wed Jan 17 11:34:02 2018	(r459240)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507102421
-SHA256 (flightaware-speedtables-v1.13.8_GH0.tar.gz) = 4c22cd6af519480640a50f266e769c5c3818b938b8814573eba64d440eb343d4
-SIZE (flightaware-speedtables-v1.13.8_GH0.tar.gz) = 738286
+TIMESTAMP = 1516184900
+SHA256 (flightaware-speedtables-1.13.9_GH0.tar.gz) = 58bae6563840b5df39db3779ace7982c8752670e52bb56e2f480072d56d7d1bb
+SIZE (flightaware-speedtables-1.13.9_GH0.tar.gz) = 738543



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801171134.w0HBY2hQ038720>