git: 794110eee5dd - main - sysutils/bacula11-server: update to 11.0.3

Dan Langille dvl at FreeBSD.org
Wed May 26 19:32:37 UTC 2021


The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=794110eee5dd9d1dac9f68ea7c55b14c154a9200

commit 794110eee5dd9d1dac9f68ea7c55b14c154a9200
Author:     Dan Langille <dvl at FreeBSD.org>
AuthorDate: 2021-05-26 19:28:00 +0000
Commit:     Dan Langille <dvl at FreeBSD.org>
CommitDate: 2021-05-26 19:32:31 +0000

    sysutils/bacula11-server: update to 11.0.3
    
    While here, also update sysutils/bacula11-docs to 11.0.3
    
    re: https://sourceforge.net/p/bacula/mailman/message/37289303/
---
 sysutils/bacula11-docs/Makefile                               |  2 +-
 sysutils/bacula11-docs/distinfo                               |  6 +++---
 sysutils/bacula11-server/Makefile                             |  3 +--
 sysutils/bacula11-server/distinfo                             |  6 +++---
 .../files/patch-examples_nagios_check__bacula_check__bacula.c | 11 -----------
 5 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/sysutils/bacula11-docs/Makefile b/sysutils/bacula11-docs/Makefile
index cdd4ece99384..07706ace74f5 100644
--- a/sysutils/bacula11-docs/Makefile
+++ b/sysutils/bacula11-docs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	bacula
-PORTVERSION=	11.0.1
+PORTVERSION=	11.0.3
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 PKGNAMESUFFIX=	11-docs
diff --git a/sysutils/bacula11-docs/distinfo b/sysutils/bacula11-docs/distinfo
index 947b2b53a4a7..25b668479f9b 100644
--- a/sysutils/bacula11-docs/distinfo
+++ b/sysutils/bacula11-docs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614132177
-SHA256 (bacula-docs-11.0.1.tar.bz2) = 9d7dcbeac3f59466dabc221e49a5d73112b643367727d0f39b36606c6a3ac9a1
-SIZE (bacula-docs-11.0.1.tar.bz2) = 53307003
+TIMESTAMP = 1622056882
+SHA256 (bacula-docs-11.0.3.tar.bz2) = 018957722a4c21b324cee953a72d51db2e7a35c99669c03c10dca6ee7e306a61
+SIZE (bacula-docs-11.0.3.tar.bz2) = 67501957
diff --git a/sysutils/bacula11-server/Makefile b/sysutils/bacula11-server/Makefile
index 78fe542d8c12..952f94ae5cb1 100644
--- a/sysutils/bacula11-server/Makefile
+++ b/sysutils/bacula11-server/Makefile
@@ -1,8 +1,7 @@
 # Created by: Dmitry Sivachenko <demon at FreeBSD.org>
 
 PORTNAME=	bacula
-PORTVERSION=	11.0.2
-PORTREVISION=	1
+PORTVERSION=	11.0.3
 CATEGORIES?=	sysutils
 MASTER_SITES=	SF/bacula/bacula/${PORTVERSION}
 PKGNAMEPREFIX?=	#
diff --git a/sysutils/bacula11-server/distinfo b/sysutils/bacula11-server/distinfo
index 7215536ab97a..61a84aab79ca 100644
--- a/sysutils/bacula11-server/distinfo
+++ b/sysutils/bacula11-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1617040372
-SHA256 (bacula-11.0.2.tar.gz) = a2868ab0d854231b9b0251ade9f50091b0fe3c331f92afba9672b81bd969e02f
-SIZE (bacula-11.0.2.tar.gz) = 5982176
+TIMESTAMP = 1622055885
+SHA256 (bacula-11.0.3.tar.gz) = 01587734f7490fcb7737801b2e1fe1b1f94707bb3fb0b71b36713c7aab03923c
+SIZE (bacula-11.0.3.tar.gz) = 5982505
diff --git a/sysutils/bacula11-server/files/patch-examples_nagios_check__bacula_check__bacula.c b/sysutils/bacula11-server/files/patch-examples_nagios_check__bacula_check__bacula.c
deleted file mode 100644
index 835d73110d88..000000000000
--- a/sysutils/bacula11-server/files/patch-examples_nagios_check__bacula_check__bacula.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- examples/nagios/check_bacula/check_bacula.c.orig	2021-04-01 12:38:35 UTC
-+++ examples/nagios/check_bacula/check_bacula.c
-@@ -324,7 +324,7 @@ int docmd(monitoritem* item, const char* command, char
-             continue;
-          }
- 
--        if (strncmp(item->D_sock, "Events:", strlen("Events:")) == 0) {
-+        if (strncmp(item->D_sock->msg, "Events:", strlen("Events:")) == 0) {
-            /* Daemons can send events to the director, ignore them here */
-            continue;
-         }


More information about the dev-commits-ports-all mailing list