diff options
author | gahr <gahr@FreeBSD.org> | 2017-09-01 17:03:01 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2017-09-01 17:03:01 +0800 |
commit | 50685cf24931e52efd64a873f6130074ad1836e2 (patch) | |
tree | c35c6d879eff1783a069985e2605d7ae22607043 /databases/speedtables | |
parent | e992a440c8330a896d5211f18fb6988f2028b81a (diff) | |
download | freebsd-ports-gnome-50685cf24931e52efd64a873f6130074ad1836e2.tar.gz freebsd-ports-gnome-50685cf24931e52efd64a873f6130074ad1836e2.tar.zst freebsd-ports-gnome-50685cf24931e52efd64a873f6130074ad1836e2.zip |
databases/speedtables: update to 1.13.3
Changes: https://github.com/flightaware/speedtables/releases/tag/1.13.3
Diffstat (limited to 'databases/speedtables')
-rw-r--r-- | databases/speedtables/Makefile | 10 | ||||
-rw-r--r-- | databases/speedtables/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile index 9cf625c38eac..11386cee2b93 100644 --- a/databases/speedtables/Makefile +++ b/databases/speedtables/Makefile @@ -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/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} cd ${WRKSRC}/ctables/docs/manual && \ diff --git a/databases/speedtables/distinfo b/databases/speedtables/distinfo index 832ef0739473..89b0b76e7b0b 100644 --- a/databases/speedtables/distinfo +++ b/databases/speedtables/distinfo @@ -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 |