Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2018 06:35:39 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473184 - in head/databases/iowow: . files
Message-ID:  <201806240635.w5O6ZdQC029695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806240635.w5O6ZdQC029695>