git: b7b2f9d17172 - main - databases/galera: Fix EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 May 2024 08:03:50 UTC
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'