svn commit: r463691 - head/databases/tile38

Yuri Victorovich yuri at FreeBSD.org
Tue Mar 6 05:57:48 UTC 2018


Author: yuri
Date: Tue Mar  6 05:57:47 2018
New Revision: 463691
URL: https://svnweb.freebsd.org/changeset/ports/463691

Log:
  databases/tile38: Update to 1.11.0
  
  Port changes:
  * Changed to DISTVERSION
  * Use MAKE_ENV to unbreak it
  * Added SSP_UNSAFE because otherwise it doesn't like -fstack-protector
  
  PR:		226378
  Submitted by:	Andreas Andersson <a.andersson.thn at gmail.com> (maintainer)
  Approved by:	tcberner (mentor, implicit)

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

Modified: head/databases/tile38/Makefile
==============================================================================
--- head/databases/tile38/Makefile	Tue Mar  6 05:51:11 2018	(r463690)
+++ head/databases/tile38/Makefile	Tue Mar  6 05:57:47 2018	(r463691)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tile38
-PORTVERSION=	1.10.1
+DISTVERSION=	1.11.0
 CATEGORIES=	databases
 
 MAINTAINER=	a.andersson.thn at gmail.com
@@ -16,11 +16,10 @@ BUILD_DEPENDS=	go>=1.7:lang/go \
 
 USES=		shebangfix
 SHEBANG_FILES=	build.sh
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	tidwall
-
 USE_RC_SUBR=	tile38
+SSP_UNSAFE=	yes
 
 USERS=		${PORTNAME}
 GROUPS=		${PORTNAME}
@@ -39,7 +38,7 @@ PLIST_SUB=	TILE38_USER=${USERS} \
 		TILE38_RUNDIR=${TILE38_RUNDIR}
 
 do-build:
-	@cd ${WRKSRC} && ./build.sh
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build.sh
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${TILE38_DBDIR} ${STAGEDIR}${TILE38_RUNDIR}

Modified: head/databases/tile38/distinfo
==============================================================================
--- head/databases/tile38/distinfo	Tue Mar  6 05:51:11 2018	(r463690)
+++ head/databases/tile38/distinfo	Tue Mar  6 05:57:47 2018	(r463691)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516407425
-SHA256 (tidwall-tile38-1.10.1_GH0.tar.gz) = b475e9e764eb2cba69d5bd9c9c083f7e17e86987c9f856a75ca746a1ab814bf6
-SIZE (tidwall-tile38-1.10.1_GH0.tar.gz) = 32804178
+TIMESTAMP = 1520276933
+SHA256 (tidwall-tile38-1.11.0_GH0.tar.gz) = 09c33a73d55a6d9d115d4c7a4f3ba252fa93e87f7cf63fa906db07a4fe023d33
+SIZE (tidwall-tile38-1.11.0_GH0.tar.gz) = 32808974


More information about the svn-ports-head mailing list