svn commit: r449062 - head/databases/speedtables

Pietro Cerutti gahr at FreeBSD.org
Fri Sep 1 09:03:02 UTC 2017


Author: gahr
Date: Fri Sep  1 09:03:01 2017
New Revision: 449062
URL: https://svnweb.freebsd.org/changeset/ports/449062

Log:
  databases/speedtables: update to 1.13.3
  
  Changes: https://github.com/flightaware/speedtables/releases/tag/1.13.3

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

Modified: head/databases/speedtables/Makefile
==============================================================================
--- head/databases/speedtables/Makefile	Fri Sep  1 09:01:42 2017	(r449061)
+++ head/databases/speedtables/Makefile	Fri Sep  1 09:03:01 2017	(r449062)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	speedtables
-PORTVERSION=	1.13.2
-DISTVERSIONPREFIX=	v
+PORTVERSION=	1.13.3
+#DISTVERSIONPREFIX=	v
 PORTREVISION=	0
 CATEGORIES=	databases
 
@@ -34,8 +34,14 @@ PGSQL_LIB_DEPENDS=	libpgtcl2.0.0.so:databases/postgres
 CASSANDRA_CONFIGURE_ON=	--with-casstcl=${LOCALBASE}
 CASSANDRA_LIB_DEPENDS=	libcasstcl.so:databases/casstcl
 
+post-patch:
+	# https://github.com/flightaware/speedtables/commit/33d3d
+	${REINPLACE_CMD} -e 's|fixed-defaults|fixed-default|' \
+	    ${WRKSRC}/ctables/tests/Makefile.in
+
 post-configure:
 	${CHMOD} a+x ${WRKSRC}/ctable_server/sttp
+
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/ctables/docs/manual && \

Modified: head/databases/speedtables/distinfo
==============================================================================
--- head/databases/speedtables/distinfo	Fri Sep  1 09:01:42 2017	(r449061)
+++ head/databases/speedtables/distinfo	Fri Sep  1 09:03:01 2017	(r449062)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502724394
-SHA256 (flightaware-speedtables-v1.13.2_GH0.tar.gz) = 4897bbce25917e4de796d3a117991e1ad8da2c2d46aa3040f05bf9c9a806e741
-SIZE (flightaware-speedtables-v1.13.2_GH0.tar.gz) = 737351
+TIMESTAMP = 1504255513
+SHA256 (flightaware-speedtables-1.13.3_GH0.tar.gz) = 4cb7e44ffbbfcc8cee3da4b3a7ef454eb6229ebd111be45446323fe11ee81a3b
+SIZE (flightaware-speedtables-1.13.3_GH0.tar.gz) = 737623


More information about the svn-ports-all mailing list