Date: Thu, 9 May 2024 08:03:50 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b7b2f9d17172 - main - databases/galera: Fix EXPIRATION_DATE Message-ID: <202405090803.44983o30008663@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7b2f9d1717214210285d359ee75eb8e4b5f2035 commit b7b2f9d1717214210285d359ee75eb8e4b5f2035 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-09 08:02:30 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-09 08:02:34 +0000 databases/galera: Fix EXPIRATION_DATE Uses format YYYY-MM-DD --- databases/galera/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/galera/Makefile b/databases/galera/Makefile index 91bbe9259e8f..758a5fcf27ad 100644 --- a/databases/galera/Makefile +++ b/databases/galera/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Does not build. Superseded by galera26 -EXPIRATION_DATE= 20240608 +EXPIRATION_DATE=2024-06-08 BROKEN_aarch64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' BROKEN_armv6= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405090803.44983o30008663>