svn commit: r448700 - head/databases/tile38

Richard Gallamore ultima at FreeBSD.org
Thu Aug 24 18:21:00 UTC 2017


Author: ultima
Date: Thu Aug 24 18:20:58 2017
New Revision: 448700
URL: https://svnweb.freebsd.org/changeset/ports/448700

Log:
  * Updated to 1.9.1
  * Cleanup Makefile
  
  PR:		221580
  Submitted by:	Andreas Andersson
  Approved by:	Approved by: lifanov (mentor, implicit), <olevole at olevole.ru> (maintainer)

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

Modified: head/databases/tile38/Makefile
==============================================================================
--- head/databases/tile38/Makefile	Thu Aug 24 17:48:55 2017	(r448699)
+++ head/databases/tile38/Makefile	Thu Aug 24 18:20:58 2017	(r448700)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tile38
-PORTVERSION=	1.9.0
+PORTVERSION=	1.9.1
 CATEGORIES=	databases
 
 MAINTAINER=	olevole at olevole.ru
@@ -16,19 +16,19 @@ BUILD_DEPENDS=	go>=1.4:lang/go \
 RUN_DEPENDS=	go>=1.4:lang/go \
 		bash:shells/bash
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	tidwall
-
 USES=		shebangfix
 SHEBANG_FILES=	build.sh
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	tidwall
+
 USE_RC_SUBR=	tile38
 
 USERS=		${PORTNAME}
 GROUPS=		${PORTNAME}
 
-TILE38_DBDIR?=	/var/db/tile38
-TILE38_RUNDIR?=	/var/run/tile38
+TILE38_DBDIR=	/var/db/tile38
+TILE38_RUNDIR=	/var/run/tile38
 
 SUB_LIST=	PORTNAME=${PORTNAME} \
 		TILE38_USER=${USERS} \

Modified: head/databases/tile38/distinfo
==============================================================================
--- head/databases/tile38/distinfo	Thu Aug 24 17:48:55 2017	(r448699)
+++ head/databases/tile38/distinfo	Thu Aug 24 18:20:58 2017	(r448700)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496812821
-SHA256 (tidwall-tile38-1.9.0_GH0.tar.gz) = 2e33d1e281a265d6a068efaad1b2a5664e322e2ccf2f7df0a4c872d7c0731d9c
-SIZE (tidwall-tile38-1.9.0_GH0.tar.gz) = 3924096
+TIMESTAMP = 1502947906
+SHA256 (tidwall-tile38-1.9.1_GH0.tar.gz) = 58ea936660105e5bcceedc05e9a4382bb9696d4f7a84edfe83cad09734a2164d
+SIZE (tidwall-tile38-1.9.1_GH0.tar.gz) = 3996652


More information about the svn-ports-all mailing list