Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 17:06:34 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532774 - in head/net-mgmt/centreon-clib: . files
Message-ID:  <202004241706.03OH6Ykj014250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Fri Apr 24 17:06:33 2020
New Revision: 532774
URL: https://svnweb.freebsd.org/changeset/ports/532774

Log:
  net-mgmt/centreon-clib: Update version 19.10.0=>20.04.0
  
  Relnotes:	https://github.com/centreon/centreon-clib/releases

Added:
  head/net-mgmt/centreon-clib/files/patch-src_process__manager.cc   (contents, props changed)
Deleted:
  head/net-mgmt/centreon-clib/files/patch-src_process__manager__posix.cc
Modified:
  head/net-mgmt/centreon-clib/Makefile
  head/net-mgmt/centreon-clib/distinfo
  head/net-mgmt/centreon-clib/pkg-plist

Modified: head/net-mgmt/centreon-clib/Makefile
==============================================================================
--- head/net-mgmt/centreon-clib/Makefile	Fri Apr 24 17:02:21 2020	(r532773)
+++ head/net-mgmt/centreon-clib/Makefile	Fri Apr 24 17:06:33 2020	(r532774)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	centreon-clib
-PORTVERSION=	19.10.0
+PORTVERSION=	20.04.0
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	bofh@FreeBSD.org

Modified: head/net-mgmt/centreon-clib/distinfo
==============================================================================
--- head/net-mgmt/centreon-clib/distinfo	Fri Apr 24 17:02:21 2020	(r532773)
+++ head/net-mgmt/centreon-clib/distinfo	Fri Apr 24 17:06:33 2020	(r532774)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572019706
-SHA256 (centreon-centreon-clib-19.10.0_GH0.tar.gz) = 33d1173a20b8507d4eb904e77d57ced258b68ddec2adc78183d90b18e3727ecc
-SIZE (centreon-centreon-clib-19.10.0_GH0.tar.gz) = 93254
+TIMESTAMP = 1587728341
+SHA256 (centreon-centreon-clib-20.04.0_GH0.tar.gz) = bd334a612b68c120b3025161021b45ff1dd8c89a6185b7f39f06e74483ab6f94
+SIZE (centreon-centreon-clib-20.04.0_GH0.tar.gz) = 80579

Added: head/net-mgmt/centreon-clib/files/patch-src_process__manager.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/centreon-clib/files/patch-src_process__manager.cc	Fri Apr 24 17:06:33 2020	(r532774)
@@ -0,0 +1,12 @@
+--- src/process_manager.cc.orig	2020-04-24 11:44:54 UTC
++++ src/process_manager.cc
+@@ -24,6 +24,9 @@
+ #include <sys/types.h>
+ #include <sys/wait.h>
+ #include <unistd.h>
++#if defined(__FreeBSD__) || defined (__DragonFly__)
++#include <signal.h>
++#endif
+ #include "com/centreon/exceptions/basic.hh"
+ #include "com/centreon/logging/logger.hh"
+ #include "com/centreon/process.hh"

Modified: head/net-mgmt/centreon-clib/pkg-plist
==============================================================================
--- head/net-mgmt/centreon-clib/pkg-plist	Fri Apr 24 17:02:21 2020	(r532773)
+++ head/net-mgmt/centreon-clib/pkg-plist	Fri Apr 24 17:06:33 2020	(r532774)
@@ -4,46 +4,18 @@ include/centreon/com/centreon/handle.hh
 include/centreon/com/centreon/handle_action.hh
 include/centreon/com/centreon/handle_listener.hh
 include/centreon/com/centreon/handle_manager.hh
-include/centreon/com/centreon/handle_manager_posix.hh
-include/centreon/com/centreon/handle_manager_win32.hh
 include/centreon/com/centreon/hash.hh
 include/centreon/com/centreon/library.hh
-include/centreon/com/centreon/library_posix.hh
-include/centreon/com/centreon/library_win32.hh
 include/centreon/com/centreon/namespace.hh
 include/centreon/com/centreon/process.hh
 include/centreon/com/centreon/process_listener.hh
 include/centreon/com/centreon/process_manager.hh
-include/centreon/com/centreon/process_manager_posix.hh
-include/centreon/com/centreon/process_manager_win32.hh
-include/centreon/com/centreon/process_posix.hh
-include/centreon/com/centreon/process_win32.hh
 include/centreon/com/centreon/task.hh
 include/centreon/com/centreon/task_manager.hh
 include/centreon/com/centreon/timestamp.hh
 include/centreon/com/centreon/unique_array_ptr.hh
 include/centreon/com/centreon/unordered_hash.hh
 include/centreon/com/centreon/clib/version.hh
-include/centreon/com/centreon/concurrency/condvar.hh
-include/centreon/com/centreon/concurrency/condvar_posix.hh
-include/centreon/com/centreon/concurrency/condvar_win32.hh
-include/centreon/com/centreon/concurrency/locker.hh
-include/centreon/com/centreon/concurrency/mutex.hh
-include/centreon/com/centreon/concurrency/mutex_posix.hh
-include/centreon/com/centreon/concurrency/mutex_win32.hh
-include/centreon/com/centreon/concurrency/read_locker.hh
-include/centreon/com/centreon/concurrency/read_write_lock.hh
-include/centreon/com/centreon/concurrency/read_write_lock_posix.hh
-include/centreon/com/centreon/concurrency/read_write_lock_win32.hh
-include/centreon/com/centreon/concurrency/runnable.hh
-include/centreon/com/centreon/concurrency/semaphore.hh
-include/centreon/com/centreon/concurrency/semaphore_posix.hh
-include/centreon/com/centreon/concurrency/semaphore_win32.hh
-include/centreon/com/centreon/concurrency/thread.hh
-include/centreon/com/centreon/concurrency/thread_pool.hh
-include/centreon/com/centreon/concurrency/thread_posix.hh
-include/centreon/com/centreon/concurrency/thread_win32.hh
-include/centreon/com/centreon/concurrency/write_locker.hh
 include/centreon/com/centreon/exceptions/basic.hh
 include/centreon/com/centreon/exceptions/interruption.hh
 include/centreon/com/centreon/io/directory_entry.hh



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