From owner-svn-ports-head@freebsd.org Fri Mar 2 18:51:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17F19F3CE3D; Fri, 2 Mar 2018 18:51:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C325771904; Fri, 2 Mar 2018 18:51:38 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE25E1B56D; Fri, 2 Mar 2018 18:51:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22IpcL4055496; Fri, 2 Mar 2018 18:51:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Ipc4r055494; Fri, 2 Mar 2018 18:51:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021851.w22Ipc4r055494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463429 - head/databases/php5-tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/php5-tarantool X-SVN-Commit-Revision: 463429 X-SVN-Commit-Repository: ports 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.25 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, 02 Mar 2018 18:51:39 -0000 Author: sunpoet Date: Fri Mar 2 18:51:38 2018 New Revision: 463429 URL: https://svnweb.freebsd.org/changeset/ports/463429 Log: Update real PORTVERSION and bump PORTEPOCH Suggested by: mat Modified: head/databases/php5-tarantool/Makefile head/databases/php5-tarantool/distinfo Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Fri Mar 2 18:51:33 2018 (r463428) +++ head/databases/php5-tarantool/Makefile Fri Mar 2 18:51:38 2018 (r463429) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 20160226 # 0.1.0 +PORTVERSION= 0.1.0 +PORTEPOCH= 1 CATEGORIES= databases PKGNAMEPREFIX= php5- @@ -19,6 +20,5 @@ IGNORE_WITH_PHP=70 71 72 USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-php -GH_TAGNAME= 0.1.0 .include Modified: head/databases/php5-tarantool/distinfo ============================================================================== --- head/databases/php5-tarantool/distinfo Fri Mar 2 18:51:33 2018 (r463428) +++ head/databases/php5-tarantool/distinfo Fri Mar 2 18:51:38 2018 (r463429) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519683026 -SHA256 (tarantool-tarantool-php-20160226-0.1.0_GH0.tar.gz) = e8c392bcea80b081aeaea48ed39b3f94251254b06573c8927905a44d5e0ee3c3 -SIZE (tarantool-tarantool-php-20160226-0.1.0_GH0.tar.gz) = 606010 +TIMESTAMP = 1519917919 +SHA256 (tarantool-tarantool-php-0.1.0_GH0.tar.gz) = e8c392bcea80b081aeaea48ed39b3f94251254b06573c8927905a44d5e0ee3c3 +SIZE (tarantool-tarantool-php-0.1.0_GH0.tar.gz) = 606010