svn commit: r459672 - head/databases/tile38

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jan 22 16:17:25 UTC 2018


Author: rm
Date: Mon Jan 22 16:17:23 2018
New Revision: 459672
URL: https://svnweb.freebsd.org/changeset/ports/459672

Log:
  databases/tile38 update to 1.10.1
  
  Update to 1.10.1, changes:
   - https://github.com/tidwall/tile38/releases/tag/1.10.1
  
  PR:		225329
  Submitted by:	olevole at olevole.ru (maintainer)

Modified:
  head/databases/tile38/Makefile
  head/databases/tile38/distinfo

Modified: head/databases/tile38/Makefile
==============================================================================
--- head/databases/tile38/Makefile	Mon Jan 22 16:03:35 2018	(r459671)
+++ head/databases/tile38/Makefile	Mon Jan 22 16:17:23 2018	(r459672)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tile38
-PORTVERSION=	1.10.0
+PORTVERSION=	1.10.1
 CATEGORIES=	databases
 
 MAINTAINER=	olevole at olevole.ru
@@ -11,9 +11,7 @@ COMMENT=	In-memory geolocation data store, spatial ind
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	go>=1.4:lang/go \
-		bash:shells/bash
-RUN_DEPENDS=	go>=1.4:lang/go \
+BUILD_DEPENDS=	go>=1.7:lang/go \
 		bash:shells/bash
 
 USES=		shebangfix

Modified: head/databases/tile38/distinfo
==============================================================================
--- head/databases/tile38/distinfo	Mon Jan 22 16:03:35 2018	(r459671)
+++ head/databases/tile38/distinfo	Mon Jan 22 16:17:23 2018	(r459672)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515485445
-SHA256 (tidwall-tile38-1.10.0_GH0.tar.gz) = 614b91cc1561ac3c491a3a5e1ce7664ae01f94d51567bc7549cf33b1d3da581f
-SIZE (tidwall-tile38-1.10.0_GH0.tar.gz) = 32802607
+TIMESTAMP = 1516407425
+SHA256 (tidwall-tile38-1.10.1_GH0.tar.gz) = b475e9e764eb2cba69d5bd9c9c083f7e17e86987c9f856a75ca746a1ab814bf6
+SIZE (tidwall-tile38-1.10.1_GH0.tar.gz) = 32804178


More information about the svn-ports-all mailing list