git: 5f6f92b7e5ec - main - sysutils/bareos20-*: Update to 20.0.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Nov 2022 05:32:19 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f6f92b7e5ecb0cd08f47a6b3c96bbe3ff1debb1
commit 5f6f92b7e5ecb0cd08f47a6b3c96bbe3ff1debb1
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-11-18 05:30:50 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-11-18 05:30:50 +0000
sysutils/bareos20-*: Update to 20.0.8
ChangeLog at: https://github.com/bareos/bareos/blob/Release/20.0.8/CHANGELOG.md
---
sysutils/bareos20-server/Makefile | 2 +-
sysutils/bareos20-server/distinfo | 6 ++---
.../files/patch-core-CMakeLists.txt | 28 ++++++++++------------
www/bareos20-webui/Makefile | 2 +-
www/bareos20-webui/distinfo | 6 ++---
5 files changed, 21 insertions(+), 23 deletions(-)
diff --git a/sysutils/bareos20-server/Makefile b/sysutils/bareos20-server/Makefile
index 50b469964dd9..cb5eb245a7ab 100644
--- a/sysutils/bareos20-server/Makefile
+++ b/sysutils/bareos20-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bareos
DISTVERSIONPREFIX= Release/
-DISTVERSION= 20.0.7
+DISTVERSION= 20.0.8
PORTREVISION?= 0
CATEGORIES?= sysutils
PKGNAMEPREFIX?= #
diff --git a/sysutils/bareos20-server/distinfo b/sysutils/bareos20-server/distinfo
index 3a6ee41181df..360b78388f29 100644
--- a/sysutils/bareos20-server/distinfo
+++ b/sysutils/bareos20-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667250604
-SHA256 (bareos-bareos-Release-20.0.7_GH0.tar.gz) = b92e46750883e53ef763d426626cc0dea5ea80442dae647a983f348c8b9aeb38
-SIZE (bareos-bareos-Release-20.0.7_GH0.tar.gz) = 13429660
+TIMESTAMP = 1668638535
+SHA256 (bareos-bareos-Release-20.0.8_GH0.tar.gz) = b8408d6a1a966fa97d02d727b1f92bb7ed40c7a34d5b66f118f1a09b1a8edaa3
+SIZE (bareos-bareos-Release-20.0.8_GH0.tar.gz) = 13429247
diff --git a/sysutils/bareos20-server/files/patch-core-CMakeLists.txt b/sysutils/bareos20-server/files/patch-core-CMakeLists.txt
index 7adbdb29fefa..aaa58e70bf3c 100644
--- a/sysutils/bareos20-server/files/patch-core-CMakeLists.txt
+++ b/sysutils/bareos20-server/files/patch-core-CMakeLists.txt
@@ -1,30 +1,28 @@
---- core/CMakeLists.txt 2020-12-16 02:46:16.000000000 -0500
-+++ core/CMakeLists.txt 2020-12-26 21:28:44.141734000 -0500
+--- core/CMakeLists.txt 2022-11-09 05:57:28.000000000 -0500
++++ core/CMakeLists.txt 2022-11-18 00:05:47.668001000 -0500
@@ -256,7 +256,9 @@
set(PSCMD "ps -ax -o pid,command")
include_directories(/usr/local/include)
link_directories(/usr/local/lib)
- link_libraries(intl)
-+ IF(nls)
++ if(nls)
+ link_libraries(intl)
-+ ENDIF()
- endif()
-
- if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
-@@ -323,8 +325,11 @@
++ endif()
+ check_cxx_compiler_flag(
+ -Wunused-but-set-variable compiler_will_warn_of_unused_but_set_variable
+ )
+@@ -326,7 +328,9 @@
add_definitions("-D_FILE_OFFSET_BITS=64")
endif()
-include(FindIntl)
++if(nls)
++ include(FindIntl)
++endif()
-+IF(nls)
-+ INCLUDE(FindIntl)
-+ENDIF()
-+
if(developer)
add_definitions("-DDEVELOPER=1")
- endif()
-@@ -347,7 +352,7 @@
+@@ -350,7 +354,7 @@
if(NOT client-only)
# droplet does not build on solaris because of sys/cdefs.h: No such file or
# directory
@@ -33,7 +31,7 @@
if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/src/droplet/CMakeLists.txt)
message(
FATAL_ERROR
-@@ -771,7 +776,6 @@
+@@ -774,7 +778,6 @@
add_subdirectory(scripts)
add_subdirectory(manpages)
diff --git a/www/bareos20-webui/Makefile b/www/bareos20-webui/Makefile
index ee44f809a97b..ee88ab75406f 100644
--- a/www/bareos20-webui/Makefile
+++ b/www/bareos20-webui/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bareos
DISTVERSIONPREFIX= Release/
-DISTVERSION= 20.0.7
+DISTVERSION= 20.0.8
CATEGORIES?= www sysutils
PKGNAMESUFFIX= 20-webui
diff --git a/www/bareos20-webui/distinfo b/www/bareos20-webui/distinfo
index b08a43c15124..7c9ec4b65356 100644
--- a/www/bareos20-webui/distinfo
+++ b/www/bareos20-webui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667253033
-SHA256 (bareos-bareos-Release-20.0.7_GH0.tar.gz) = b92e46750883e53ef763d426626cc0dea5ea80442dae647a983f348c8b9aeb38
-SIZE (bareos-bareos-Release-20.0.7_GH0.tar.gz) = 13429660
+TIMESTAMP = 1668748829
+SHA256 (bareos-bareos-Release-20.0.8_GH0.tar.gz) = b8408d6a1a966fa97d02d727b1f92bb7ed40c7a34d5b66f118f1a09b1a8edaa3
+SIZE (bareos-bareos-Release-20.0.8_GH0.tar.gz) = 13429247