git: 605dcefd48ac - main - sysutils/bareos17-*: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 01:43:13 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=605dcefd48ac8dcad3e76397af9d5a59f6a6b590
commit 605dcefd48ac8dcad3e76397af9d5a59f6a6b590
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2021-11-06 01:38:48 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2021-11-06 01:42:48 +0000
sysutils/bareos17-*: Mark deprecated
- sysutils/bareos17-* ports were marked like DEPRECATED
- www/bareos17-webui port was marked like DEPRECATED
Please, Please try to update to 18.x, 19.x or 20.x versions
---
sysutils/bareos17-server/Makefile | 3 +++
www/bareos17-webui/Makefile | 3 +++
2 files changed, 6 insertions(+)
diff --git a/sysutils/bareos17-server/Makefile b/sysutils/bareos17-server/Makefile
index d4593208cae0..84123919d79e 100644
--- a/sysutils/bareos17-server/Makefile
+++ b/sysutils/bareos17-server/Makefile
@@ -12,6 +12,9 @@ COMMENT?= Backup archiving recovery open sourced (server)
LICENSE= AGPLv3 LGPL3
LICENSE_COMB= multi
+DEPRECATED= Deprecated, no new release since 2020
+EXPIRATION_DATE=2021-12-05
+
CONFLICTS?= bacula*-server-* bareos16-server-*
LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \
diff --git a/www/bareos17-webui/Makefile b/www/bareos17-webui/Makefile
index 430afd6ea82e..a33b28ed49e7 100644
--- a/www/bareos17-webui/Makefile
+++ b/www/bareos17-webui/Makefile
@@ -10,6 +10,9 @@ COMMENT= PHP-Frontend to manage Bareos over the web
LICENSE= AGPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Deprecated, no new release since 2020
+EXPIRATION_DATE=2021-12-05
+
USE_GITHUB= yes
GH_ACCOUNT= bareos
GH_PROJECT= bareos-webui