svn commit: r449681 - head/databases/speedtables

Pietro Cerutti gahr at FreeBSD.org
Tue Sep 12 11:07:53 UTC 2017


Author: gahr
Date: Tue Sep 12 11:07:52 2017
New Revision: 449681
URL: https://svnweb.freebsd.org/changeset/ports/449681

Log:
  databases/speedtables: update to 1.13.4, cleanup Makefile
  
  Release notes: https://github.com/flightaware/speedtables/releases/tag/v1.13.4

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

Modified: head/databases/speedtables/Makefile
==============================================================================
--- head/databases/speedtables/Makefile	Tue Sep 12 09:12:11 2017	(r449680)
+++ head/databases/speedtables/Makefile	Tue Sep 12 11:07:52 2017	(r449681)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	speedtables
-PORTVERSION=	1.13.3
-#DISTVERSIONPREFIX=	v
-PORTREVISION=	0
+PORTVERSION=	1.13.4
+DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 
 MAINTAINER=	gahr at FreeBSD.org
@@ -17,14 +16,14 @@ LIB_DEPENDS=	libtclx8.4.so:lang/tclX \
 		libboost_graph.so:devel/boost-libs
 RUN_DEPENDS=	${LOCALBASE}/lib/tcllib/ncgi/ncgi.tcl:devel/tcllib
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	flightaware
-
 USES=		autoreconf tcl:tea
 CONFIGURE_ARGS=	--with-boost=${LOCALBASE}
 MAKE_ENV=	TCLSH=${TCLSH}
 TEST_TARGET=	test
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	flightaware
+
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS PGSQL CASSANDRA
@@ -33,14 +32,6 @@ 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-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}

Modified: head/databases/speedtables/distinfo
==============================================================================
--- head/databases/speedtables/distinfo	Tue Sep 12 09:12:11 2017	(r449680)
+++ head/databases/speedtables/distinfo	Tue Sep 12 11:07:52 2017	(r449681)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504255513
-SHA256 (flightaware-speedtables-1.13.3_GH0.tar.gz) = 4cb7e44ffbbfcc8cee3da4b3a7ef454eb6229ebd111be45446323fe11ee81a3b
-SIZE (flightaware-speedtables-1.13.3_GH0.tar.gz) = 737623
+TIMESTAMP = 1505212746
+SHA256 (flightaware-speedtables-v1.13.4_GH0.tar.gz) = 4fb2f2c3b8fff9adc60b75b9998cd0536c1b0c9b42dee750b3d7fd27be58879d
+SIZE (flightaware-speedtables-v1.13.4_GH0.tar.gz) = 737657


More information about the svn-ports-all mailing list