Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2019 12:06:41 +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: r516144 - head/databases/iowow
Message-ID:  <201910311206.x9VC6f63026930@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Oct 31 12:06:41 2019
New Revision: 516144
URL: https://svnweb.freebsd.org/changeset/ports/516144

Log:
  - Update `databases/iowow' to version 1.3.27
  - Allow tests and hook them to our framework
  
  Reported by:	portscout

Modified:
  head/databases/iowow/Makefile
  head/databases/iowow/distinfo
  head/databases/iowow/pkg-plist

Modified: head/databases/iowow/Makefile
==============================================================================
--- head/databases/iowow/Makefile	Thu Oct 31 12:03:21 2019	(r516143)
+++ head/databases/iowow/Makefile	Thu Oct 31 12:06:41 2019	(r516144)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	iowow
-PORTVERSION=	1.3.14
-PORTREVISION=	1
+PORTVERSION=	1.3.27
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 
@@ -20,6 +19,12 @@ USE_LDCONFIG=	yes
 PLIST_SUB+=	VERSION=${PORTVERSION}
 PORTDOCS=	Changelog README
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS TEST
+
+TEST_BUILD_DEPENDS=	${LOCALBASE}/include/CUnit/Basic.h:devel/cunit
+TEST_CMAKE_ON=	-DBUILD_TESTS:BOOL=ON
+
+do-test-TEST-on:
+	@cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE} ${_MAKE_JOBS}
 
 .include <bsd.port.mk>

Modified: head/databases/iowow/distinfo
==============================================================================
--- head/databases/iowow/distinfo	Thu Oct 31 12:03:21 2019	(r516143)
+++ head/databases/iowow/distinfo	Thu Oct 31 12:06:41 2019	(r516144)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556301868
-SHA256 (Softmotions-iowow-v1.3.14_GH0.tar.gz) = c4d66f9f19bb5f551436dfbf0da3d22e62f17e7b44e9b0083d6c9eac87157e8e
-SIZE (Softmotions-iowow-v1.3.14_GH0.tar.gz) = 230143
+TIMESTAMP = 1572264540
+SHA256 (Softmotions-iowow-v1.3.27_GH0.tar.gz) = 570cea478b1bd6d908d6b13696ec7eb237a6daafa8162eda4411f8c5f0f3d099
+SIZE (Softmotions-iowow-v1.3.27_GH0.tar.gz) = 239678

Modified: head/databases/iowow/pkg-plist
==============================================================================
--- head/databases/iowow/pkg-plist	Thu Oct 31 12:03:21 2019	(r516143)
+++ head/databases/iowow/pkg-plist	Thu Oct 31 12:06:41 2019	(r516144)
@@ -12,6 +12,7 @@ include/iowow/iwlog.h
 include/iowow/iwp.h
 include/iowow/iwpool.h
 include/iowow/iwrdb.h
+include/iowow/iwth.h
 include/iowow/iwutils.h
 include/iowow/iwuuid.h
 include/iowow/iwxstr.h



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