Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2024 12:04:51 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cdb608a86d44 - main - sysutils/bacula11-server: Deprecate Bacula11
Message-ID:  <202404041204.434C4pGc010884@gitrepo.freebsd.org>

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

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

commit cdb608a86d4478c2dc42596364611342317bffd9
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2024-04-04 12:03:26 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2024-04-04 12:03:26 +0000

    sysutils/bacula11-server: Deprecate Bacula11
    
    The last update was over two years ago.
---
 net-mgmt/nagios-check_bacula11/Makefile | 3 +++
 sysutils/bacula11-docs/Makefile         | 3 +++
 sysutils/bacula11-server/Makefile       | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/net-mgmt/nagios-check_bacula11/Makefile b/net-mgmt/nagios-check_bacula11/Makefile
index b1448ba5c210..54ad11f710d0 100644
--- a/net-mgmt/nagios-check_bacula11/Makefile
+++ b/net-mgmt/nagios-check_bacula11/Makefile
@@ -6,6 +6,9 @@ PKGNAMESUFFIX=	11
 MAINTAINER=	dvl@FreeBSD.org
 COMMENT=	Nagios plugin for Bacula
 
+DEPRECATED=	Unsupported. Please migrate to bacula15-server
+EXPIRATION_DATE=	2024-09-30
+
 LIB_DEPENDS+=	libbac.so:sysutils/bacula11-client
 
 PLIST=		${.CURDIR}/pkg-plist
diff --git a/sysutils/bacula11-docs/Makefile b/sysutils/bacula11-docs/Makefile
index 3678a4d5def9..f302fc9e954d 100644
--- a/sysutils/bacula11-docs/Makefile
+++ b/sysutils/bacula11-docs/Makefile
@@ -11,6 +11,9 @@ MAINTAINER=	dvl@FreeBSD.org
 COMMENT=	Bacula document set
 WWW=		https://www.bacula.org/
 
+DEPRECATED=	Unsupported. Please migrate to bacula15-server
+EXPIRATION_DATE=	2024-09-30
+
 USES=		tar:bz2
 NO_BUILD=	yes
 NO_ARCH=	yes
diff --git a/sysutils/bacula11-server/Makefile b/sysutils/bacula11-server/Makefile
index fee8e8120fba..8f4a2e9d636a 100644
--- a/sysutils/bacula11-server/Makefile
+++ b/sysutils/bacula11-server/Makefile
@@ -13,6 +13,9 @@ WWW=		https://www.bacula.org/
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Unsupported. Please migrate to bacula15-server
+EXPIRATION_DATE=	2024-09-30
+
 USES+=		cpe libtool readline shebangfix ssl
 SHEBANG_FILES=	src/cats/make_catalog_backup.pl.in scripts/baculabackupreport.in
 



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