git: 490f8b7fd84a - main - sysutils/bareos19-*: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 02:31:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=490f8b7fd84a1cdaf20bceba5dcdd95ad079d17c commit 490f8b7fd84a1cdaf20bceba5dcdd95ad079d17c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-15 19:44:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-16 02:31:01 +0000 sysutils/bareos19-*: Mark DEPRECATED - Bareos only supports last 3 major releases at any points and current supported release are 20.X, 21.X and 22.X. See for more information: https://download.bareos.com/bareos/release/ - Set EXPIRATION_DATE 2023-09-30 - Mark BROKEN for FreeBSD 14 as it fails to configure with error: environment variable 'SOURCE_DATE_EPOCH' ('') must be a non-negative decimal integer <= 253402300799 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- sysutils/bareos19-server/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/bareos19-server/Makefile b/sysutils/bareos19-server/Makefile index 18789f32ee3d..1234aaf46938 100644 --- a/sysutils/bareos19-server/Makefile +++ b/sysutils/bareos19-server/Makefile @@ -13,6 +13,10 @@ WWW= https://www.bareos.org/ LICENSE= AGPLv3 LGPL3 LICENSE_COMB= multi +BROKEN_FreeBSD_14= fails to configure error: environment variable 'SOURCE_DATE_EPOCH' ('') must be a non-negative decimal integer <= 253402300799 +DEPRECATED= Upstream EOL reached +EXPIRATION_DATE= 2023-09-30 + CONFLICTS?= bareos18-server bareos17-server LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \