Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2016 20:56:07 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419027 - head/databases/tile38
Message-ID:  <201607242056.u6OKu7fk056649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sun Jul 24 20:56:07 2016
New Revision: 419027
URL: https://svnweb.freebsd.org/changeset/ports/419027

Log:
  Update to version 1.3.0
  
  Changelog:
  * Added:
      New EXPIRE, PERSISTS, TTL commands. New EX keyword to SET command.
      Support for plain strings using SET ... STRING value. syntax.
      New SEARCH command for finding strings.
      Scans can now order descending.
  
  PR:		211341
  Submitted by:	maintainer

Modified:
  head/databases/tile38/Makefile
  head/databases/tile38/distinfo
  head/databases/tile38/pkg-descr

Modified: head/databases/tile38/Makefile
==============================================================================
--- head/databases/tile38/Makefile	Sun Jul 24 20:52:35 2016	(r419026)
+++ head/databases/tile38/Makefile	Sun Jul 24 20:56:07 2016	(r419027)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tile38
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 CATEGORIES=	databases
 
 MAINTAINER=	olevole@olevole.ru

Modified: head/databases/tile38/distinfo
==============================================================================
--- head/databases/tile38/distinfo	Sun Jul 24 20:52:35 2016	(r419026)
+++ head/databases/tile38/distinfo	Sun Jul 24 20:56:07 2016	(r419027)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465389710
-SHA256 (tidwall-tile38-1.2.0_GH0.tar.gz) = 8797cfe8ad0f787cc00c26a863329090a929257d9f5c5d8d20c17f05234cb2a5
-SIZE (tidwall-tile38-1.2.0_GH0.tar.gz) = 1701880
+TIMESTAMP = 1469378426
+SHA256 (tidwall-tile38-1.3.0_GH0.tar.gz) = 2ca54a9cc4de7ea062da36682054efc8fceb78bb5631ee6d95279ca129094c84
+SIZE (tidwall-tile38-1.3.0_GH0.tar.gz) = 2667618

Modified: head/databases/tile38/pkg-descr
==============================================================================
--- head/databases/tile38/pkg-descr	Sun Jul 24 20:52:35 2016	(r419026)
+++ head/databases/tile38/pkg-descr	Sun Jul 24 20:56:07 2016	(r419027)
@@ -7,7 +7,7 @@ Features:
     Spatial index with search methods such as NEARBY, WITHIN, and INTERSECTS.
     Realtime geofencing through persistent sockets or webhooks.
     Object types of lat/lon, bbox, Geohash, GeoJSON, QuadKey, and XYZ tile.
-    Support for lots of Clients Libraries written in many different langauges.
+    Support for lots of Clients Libraries written in many different languages.
     Variety of client protocols, including http (curl), websockets, telnet,
         and the Redis RESP.
     Server responses are RESP or JSON.



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