svn commit: r448782 - in head/databases: . zabbix32-libzbxpgsql

Danilo G. Baio dbaio at FreeBSD.org
Sat Aug 26 19:06:03 UTC 2017


Author: dbaio
Date: Sat Aug 26 19:06:01 2017
New Revision: 448782
URL: https://svnweb.freebsd.org/changeset/ports/448782

Log:
  New port databases/zabbix32-libzbxpgsql: PostgreSQL monitoring module for zabbix32-agent
  
  This project provides comprehensive monitoring of PostgreSQL servers using a
  natively compiled Zabbix agent module, written in C.
  
  The module enables discovery and monitoring of tablespaces, databases,
  namespaces, tables, indexes, etc.
  
  WWW: http://cavaliercoder.com/libzbxpgsql/
  
  databases/zabbix3-libzbxpgsql -> databases/zabbix32-libzbxpgsql
  
  PR:		221831
  Submitted by:	Martin Waschbüsch <martin at waschbuesch.de>

Added:
  head/databases/zabbix32-libzbxpgsql/
     - copied from r448781, head/databases/zabbix3-libzbxpgsql/
Modified:
  head/databases/Makefile
  head/databases/zabbix32-libzbxpgsql/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Aug 26 18:45:00 2017	(r448781)
+++ head/databases/Makefile	Sat Aug 26 19:06:01 2017	(r448782)
@@ -1044,6 +1044,7 @@
     SUBDIR += xtrabackup
     SUBDIR += zabbix22-libzbxpgsql
     SUBDIR += zabbix3-libzbxpgsql
+    SUBDIR += zabbix32-libzbxpgsql
     SUBDIR += zodb3
 
 .include <bsd.port.subdir.mk>

Modified: head/databases/zabbix32-libzbxpgsql/Makefile
==============================================================================
--- head/databases/zabbix3-libzbxpgsql/Makefile	Sat Aug 26 18:45:00 2017	(r448781)
+++ head/databases/zabbix32-libzbxpgsql/Makefile	Sat Aug 26 19:06:01 2017	(r448782)
@@ -5,7 +5,7 @@ PORTNAME=	libzbxpgsql
 PORTVERSION=	1.1.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
-PKGNAMEPREFIX=	zabbix3-
+PKGNAMEPREFIX=	zabbix32-
 
 MAINTAINER=	martin at waschbuesch.de
 COMMENT=	Zabbix agent module for comprehensive monitoring of PostgreSQL servers
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${NONEXISTENT}:net-mgmt/${PKGNAMEPREFIX
 RUN_DEPENDS=	zabbix_agentd:net-mgmt/${PKGNAMEPREFIX}agent
 LIB_DEPENDS=	libconfig.so:devel/libconfig
 
-CONFLICTS=	zabbix[0-9][0-9]-libzbxpgsql
+CONFLICTS=	zabbix[0-24-9][0-13-9]-libzbxpgsql zabbix[0-9]-libzbxpgsql
 
 USES=		autoreconf gmake libtool pgsql
 


More information about the svn-ports-all mailing list