Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2024 07:11:44 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5f33c563c4a - main - sysutils/bareos21-*: Mark DEPRECATED
Message-ID:  <202412220711.4BM7Bisu057662@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

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

commit e5f33c563c4a72082c6ccd0d0692e0de9f90e883
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-12-22 07:11:22 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-12-22 07:11:22 +0000

    sysutils/bareos21-*: Mark DEPRECATED
---
 sysutils/bareos21-server/Makefile | 5 ++++-
 www/bareos21-webui/Makefile       | 4 ++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/sysutils/bareos21-server/Makefile b/sysutils/bareos21-server/Makefile
index 536f62d4e0c5..f75ea1c8f78f 100644
--- a/sysutils/bareos21-server/Makefile
+++ b/sysutils/bareos21-server/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	bareos
 DISTVERSIONPREFIX=	Release/
 DISTVERSION=	21.1.9
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	sysutils
 PKGNAMEPREFIX?=	#
 PKGNAMESUFFIX?=	21-server
@@ -13,6 +13,9 @@ WWW=		https://www.bareos.org/
 LICENSE=	AGPLv3 LGPL3
 LICENSE_COMB=	multi
 
+DEPRECATED=	not supported upstream
+EXPIRATION_DATE=	2025-01-21
+
 CONFLICTS?=	bareos-server bareos20-server bareos19-server bareos18-server
 
 LIB_DEPENDS+=	liblzo2.so:archivers/lzo2 \
diff --git a/www/bareos21-webui/Makefile b/www/bareos21-webui/Makefile
index e0ef8025450f..2a5bc8db80b5 100644
--- a/www/bareos21-webui/Makefile
+++ b/www/bareos21-webui/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	bareos
 DISTVERSIONPREFIX=	Release/
 DISTVERSION=	21.1.9
+PORTREVISION=	1
 CATEGORIES?=	www sysutils
 PKGNAMESUFFIX=	21-webui
 
@@ -11,6 +12,9 @@ WWW=		https://www.bareos.org/
 LICENSE=	AGPLv3+
 LICENSE_FILE=	${WRKSRC}/webui/LICENSE
 
+DEPRECATED=	not supported upstream
+EXPIRATION_DATE=	2025-01-21
+
 USE_GITHUB=	yes
 
 USES=		cpe php:build cmake gettext



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412220711.4BM7Bisu057662>