Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2024 14:19:19 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08812b5bdd7c - main - graphics/intel-backlight: Fix expiration date format
Message-ID:  <202404161419.43GEJJ6C025026@gitrepo.freebsd.org>

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

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

commit 08812b5bdd7cafdd553df9bd993becedf315fcbe
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:11 +0000

    graphics/intel-backlight: Fix expiration date format
    
    Reported by:    dvl
    Fixes:          30600771da22 ("graphics/intel-backlight: Deprecate the port")
---
 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



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