git: bc9857aa49ae - 2024Q2 - graphics/intel-backlight: Fix expiration date format
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Apr 2024 14:19:36 UTC
The branch 2024Q2 has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc9857aa49ae2b3ce4f4dd188a12dc5c5bbdc982 commit bc9857aa49ae2b3ce4f4dd188a12dc5c5bbdc982 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-04-16 14:18:22 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-04-16 14:19:30 +0000 graphics/intel-backlight: Fix expiration date format Reported by: dvl Fixes: 30600771da22 ("graphics/intel-backlight: Deprecate the port") (cherry picked from commit 08812b5bdd7cafdd553df9bd993becedf315fcbe) --- graphics/intel-backlight/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/intel-backlight/Makefile b/graphics/intel-backlight/Makefile index eb8645d4ffc6..714a4540d23e 100644 --- a/graphics/intel-backlight/Makefile +++ b/graphics/intel-backlight/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Use backlight(8) -EXPIRATION_DATE= 20240701 +EXPIRATION_DATE= 2024-07-01 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= this hardware is only found on Intel x86 systems