svn commit: r470544 - in head/databases/tarantool: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon May 21 15:00:29 UTC 2018
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 at 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})
More information about the svn-ports-head
mailing list