svn commit: r568623 - head/net-mgmt/nagiosql

Dan Langille dvl at FreeBSD.org
Wed Mar 17 00:03:00 UTC 2021


Author: dvl
Date: Wed Mar 17 00:02:59 2021
New Revision: 568623
URL: https://svnweb.freebsd.org/changeset/ports/568623

Log:
  update to 3.4.1
  
  PR:		253457
  Submitted by:	Helmut Ritter <freebsd-ports at charlieroot.de>

Modified:
  head/net-mgmt/nagiosql/Makefile
  head/net-mgmt/nagiosql/distinfo
  head/net-mgmt/nagiosql/pkg-plist

Modified: head/net-mgmt/nagiosql/Makefile
==============================================================================
--- head/net-mgmt/nagiosql/Makefile	Tue Mar 16 23:41:26 2021	(r568622)
+++ head/net-mgmt/nagiosql/Makefile	Wed Mar 17 00:02:59 2021	(r568623)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nagiosql
-PORTVERSION=	3.4.0
-PORTREVISION=	3
+PORTVERSION=	3.4.1
 CATEGORIES=	net-mgmt www
 
 MAINTAINER=	dvl at FreeBSD.org
@@ -20,7 +19,7 @@ USE_PHP=	filter gettext mysqli session simplexml
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	wizonet
-GL_COMMIT=	0f1c063740b4d3dae98d74f293c53234f341b06e
+GL_COMMIT=	365d4e0b5edc623b12ea96e8002e8ac66aad6aac
 
 USERS?=		nagios
 GROUPS?=	nagios

Modified: head/net-mgmt/nagiosql/distinfo
==============================================================================
--- head/net-mgmt/nagiosql/distinfo	Tue Mar 16 23:41:26 2021	(r568622)
+++ head/net-mgmt/nagiosql/distinfo	Wed Mar 17 00:02:59 2021	(r568623)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567783899
-SHA256 (wizonet-nagiosql-0f1c063740b4d3dae98d74f293c53234f341b06e_GL0.tar.gz) = 6de025f9cf79c199e0a6e37df76c82f0318e11f141f1dde603a74d9b1ba0ceea
-SIZE (wizonet-nagiosql-0f1c063740b4d3dae98d74f293c53234f341b06e_GL0.tar.gz) = 1466412
+TIMESTAMP = 1615938885
+SHA256 (wizonet-nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac_GL0.tar.gz) = 32913ebf78826dbf37b6f97d404821694fc4b0adbdcf71f535a9afa680b8f761
+SIZE (wizonet-nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac_GL0.tar.gz) = 1502157

Modified: head/net-mgmt/nagiosql/pkg-plist
==============================================================================
--- head/net-mgmt/nagiosql/pkg-plist	Tue Mar 16 23:41:26 2021	(r568622)
+++ head/net-mgmt/nagiosql/pkg-plist	Wed Mar 17 00:02:59 2021	(r568623)
@@ -306,6 +306,7 @@
 %%WWWDIR%%/install/sql/import_nagios_sample.sql
 %%WWWDIR%%/install/sql/nagiosQL_v32_db_mysql.sql
 %%WWWDIR%%/install/sql/nagiosQL_v34_db_mysql.sql
+%%WWWDIR%%/install/sql/nagiosQL_v341_db_mysql.sql
 %%WWWDIR%%/install/sql/update_300_301.sql
 %%WWWDIR%%/install/sql/update_300_310.sql
 %%WWWDIR%%/install/sql/update_301_302.sql
@@ -316,6 +317,7 @@
 %%WWWDIR%%/install/sql/update_310_320.sql
 %%WWWDIR%%/install/sql/update_311_320.sql
 %%WWWDIR%%/install/sql/update_320_340.sql
+%%WWWDIR%%/install/sql/update_340_341.sql
 %%WWWDIR%%/install/step1.php
 %%WWWDIR%%/install/step2.php
 %%WWWDIR%%/install/step3.php


More information about the svn-ports-all mailing list