From owner-svn-ports-all@freebsd.org Sun Jun 24 06:35:40 2018 Return-Path: Delivered-To: svn-ports-all@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 6F77F101B580; Sun, 24 Jun 2018 06:35:40 +0000 (UTC) (envelope-from danfe@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 1664C7C311; Sun, 24 Jun 2018 06:35:40 +0000 (UTC) (envelope-from danfe@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 E7C7E1B159; Sun, 24 Jun 2018 06:35:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5O6Zdxj029699; Sun, 24 Jun 2018 06:35:39 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5O6ZdQC029695; Sun, 24 Jun 2018 06:35:39 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201806240635.w5O6ZdQC029695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 24 Jun 2018 06:35:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473184 - in head/databases/iowow: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/databases/iowow: . files X-SVN-Commit-Revision: 473184 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2018 06:35:40 -0000 Author: danfe Date: Sun Jun 24 06:35:38 2018 New Revision: 473184 URL: https://svnweb.freebsd.org/changeset/ports/473184 Log: Update `databases/iowow' to version 1.2.12. Reported by: portscout Added: head/databases/iowow/files/patch-src_platform_unix_unix.c - copied, changed from r473183, head/databases/iowow/files/patch-src_platform_linux_linux.c Deleted: head/databases/iowow/files/patch-src_platform_linux_linux.c Modified: head/databases/iowow/Makefile head/databases/iowow/distinfo head/databases/iowow/pkg-plist Modified: head/databases/iowow/Makefile ============================================================================== --- head/databases/iowow/Makefile Sun Jun 24 06:34:38 2018 (r473183) +++ head/databases/iowow/Makefile Sun Jun 24 06:35:38 2018 (r473184) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iowow -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.12 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/databases/iowow/distinfo ============================================================================== --- head/databases/iowow/distinfo Sun Jun 24 06:34:38 2018 (r473183) +++ head/databases/iowow/distinfo Sun Jun 24 06:35:38 2018 (r473184) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526738944 -SHA256 (Softmotions-iowow-v1.2.8_GH0.tar.gz) = bee46c7ef8262da26713f6fdf1a0d6d7dfd176aa55cf9efff18976f9be1e588a -SIZE (Softmotions-iowow-v1.2.8_GH0.tar.gz) = 220667 +TIMESTAMP = 1529596905 +SHA256 (Softmotions-iowow-v1.2.12_GH0.tar.gz) = 718b678d93f4e3cc79201761ca3f58b5c0e61d1efa63c86146654fd2dd5f6205 +SIZE (Softmotions-iowow-v1.2.12_GH0.tar.gz) = 221123 Copied and modified: head/databases/iowow/files/patch-src_platform_unix_unix.c (from r473183, head/databases/iowow/files/patch-src_platform_linux_linux.c) ============================================================================== --- head/databases/iowow/files/patch-src_platform_linux_linux.c Sun Jun 24 06:34:38 2018 (r473183, copy source) +++ head/databases/iowow/files/patch-src_platform_unix_unix.c Sun Jun 24 06:35:38 2018 (r473184) @@ -1,5 +1,5 @@ ---- src/platform/linux/linux.c.orig 2018-05-19 14:09:04 UTC -+++ src/platform/linux/linux.c +--- src/platform/unix/unix.c.orig 2018-05-19 14:09:04 UTC ++++ src/platform/unix/unix.c @@ -314,7 +314,7 @@ iwrc iwp_fdatasync(HANDLE fh) { if (fcntl(fh, F_FULLFSYNC) == -1) { return iwrc_set_errno(IW_ERROR_IO_ERRNO, errno); Modified: head/databases/iowow/pkg-plist ============================================================================== --- head/databases/iowow/pkg-plist Sun Jun 24 06:34:38 2018 (r473183) +++ head/databases/iowow/pkg-plist Sun Jun 24 06:35:38 2018 (r473184) @@ -17,7 +17,7 @@ include/iowow/iwxstr.h lib/libiowow-1.a lib/libiowow.so lib/libiowow.so.1 -lib/libiowow.so.1.2.8 +lib/libiowow.so.1.2.12 libdata/pkgconfig/libiowow.pc man/man3/iowow.3.gz %%DATADIR%%/iowow-exports-%%CMAKE_BUILD_TYPE%%.cmake