From owner-svn-ports-head@freebsd.org Fri Feb 26 16:02:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 546F0AB537F; Fri, 26 Feb 2016 16:02:52 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E0AA1DD0; Fri, 26 Feb 2016 16:02:51 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1QG2pKn022982; Fri, 26 Feb 2016 16:02:51 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1QG2oH8022979; Fri, 26 Feb 2016 16:02:50 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201602261602.u1QG2oH8022979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Fri, 26 Feb 2016 16:02:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409618 - in head/databases/tarantool: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 16:02:52 -0000 Author: vg Date: Fri Feb 26 16:02:50 2016 New Revision: 409618 URL: https://svnweb.freebsd.org/changeset/ports/409618 Log: - Upgrade to 1.6.8.529 Deleted: head/databases/tarantool/files/patch-extra_dist_CMakeLists.txt Modified: head/databases/tarantool/Makefile head/databases/tarantool/distinfo head/databases/tarantool/pkg-plist Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Fri Feb 26 16:00:38 2016 (r409617) +++ head/databases/tarantool/Makefile Fri Feb 26 16:02:50 2016 (r409618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 1.6.8.371 +PORTVERSION= 1.6.8.529 CATEGORIES= databases MASTER_SITES= http://tarantool.org/dist/1.6/ Modified: head/databases/tarantool/distinfo ============================================================================== --- head/databases/tarantool/distinfo Fri Feb 26 16:00:38 2016 (r409617) +++ head/databases/tarantool/distinfo Fri Feb 26 16:02:50 2016 (r409618) @@ -1,2 +1,2 @@ -SHA256 (tarantool-1.6.8.371.tar.gz) = 73ffe8d960e2a17528d5743aaf273dc0f33f27714f9e2a24bb5c8133b092131c -SIZE (tarantool-1.6.8.371.tar.gz) = 4894701 +SHA256 (tarantool-1.6.8.529.tar.gz) = 433693396b5cebd1468f10ccfa64f0ade23e6ebfb94105717dc357fda327a062 +SIZE (tarantool-1.6.8.529.tar.gz) = 3955265 Modified: head/databases/tarantool/pkg-plist ============================================================================== --- head/databases/tarantool/pkg-plist Fri Feb 26 16:00:38 2016 (r409617) +++ head/databases/tarantool/pkg-plist Fri Feb 26 16:02:50 2016 (r409618) @@ -11,7 +11,9 @@ include/tarantool/lualib.h include/tarantool/module.h man/man1/tarantool.1.gz man/man1/tarantoolctl.1.gz -@dir %%ETCDIR%%/instances.enabled +@dir %%DATADIR%% +@dir %%ETCDIR%%/instances.available +@dir lib/tarantool @dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_DATADIR%% @dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_LOGDIR%% @dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_RUNDIR%%