From owner-svn-ports-head@freebsd.org Mon May 21 15:00:29 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 A871AEF337B; Mon, 21 May 2018 15:00:29 +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 4B7BA80E0D; Mon, 21 May 2018 15:00:29 +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 0D333265A7; Mon, 21 May 2018 15:00:29 +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 w4LF0SjE017437; Mon, 21 May 2018 15:00:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4LF0SZD017434; Mon, 21 May 2018 15:00:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805211500.w4LF0SZD017434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 May 2018 15:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470544 - in head/databases/tarantool: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases/tarantool: . files X-SVN-Commit-Revision: 470544 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.26 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: Mon, 21 May 2018 15:00:29 -0000 Author: sunpoet Date: Mon May 21 15:00:28 2018 New Revision: 470544 URL: https://svnweb.freebsd.org/changeset/ports/470544 Log: Update to 1.9.1 Changes: https://github.com/tarantool/tarantool/releases Added: head/databases/tarantool/files/patch-src-CMakeLists.txt (contents, props changed) Modified: head/databases/tarantool/Makefile head/databases/tarantool/distinfo Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Mon May 21 14:48:17 2018 (r470543) +++ head/databases/tarantool/Makefile Mon May 21 15:00:28 2018 (r470544) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTVERSION= 1.9.1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org Modified: head/databases/tarantool/distinfo ============================================================================== --- head/databases/tarantool/distinfo Mon May 21 14:48:17 2018 (r470543) +++ head/databases/tarantool/distinfo Mon May 21 15:00:28 2018 (r470544) @@ -1,6 +1,6 @@ -TIMESTAMP = 1519670258 -SHA256 (tarantool-tarantool-1.9.0_GH0.tar.gz) = 7f9942d9e8d7a5132cf233263039e229d5046ca3a15e44fad233bc93caa2d725 -SIZE (tarantool-tarantool-1.9.0_GH0.tar.gz) = 2356661 +TIMESTAMP = 1526575388 +SHA256 (tarantool-tarantool-1.9.1_GH0.tar.gz) = b4db2bdd2858409707f27f75058e48b61b58268658effaf12ad3c2688e5dc93c +SIZE (tarantool-tarantool-1.9.1_GH0.tar.gz) = 2365702 SHA256 (rtsisyk-luafun-04c99f9_GH0.tar.gz) = 4f135f25a2d31116723162ec8ad54f7d4e0e1258557bb1665557532ac64dc625 SIZE (rtsisyk-luafun-04c99f9_GH0.tar.gz) = 67326 SHA256 (tarantool-luajit-b8587fa_GH0.tar.gz) = 620a023a5ee6a52fc5f9fb3ece568b5ff58246a807c9ba4e31a8157451e9cff2 Added: head/databases/tarantool/files/patch-src-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/tarantool/files/patch-src-CMakeLists.txt Mon May 21 15:00:28 2018 (r470544) @@ -0,0 +1,15 @@ +--- src/CMakeLists.txt.orig 2018-05-14 06:50:08 UTC ++++ src/CMakeLists.txt +@@ -234,12 +234,6 @@ if (TARGET_OS_FREEBSD AND NOT TARGET_OS_ + else() + set (common_libraries ${common_libraries} ${INTL}) + endif() +- find_library (ICONV iconv) +- if (NOT ICONV) +- message(FATAL_ERROR "iconv library not found") +- else() +- set (common_libraries ${common_libraries} ${ICONV}) +- endif() + endif() + + set (common_libraries ${common_libraries} ${LIBUUID_LIBRARIES})