diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-05-19 08:47:23 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-05-19 08:47:55 -0700 |
commit | 590f71ccfaadc472040dcb8dc26c3c8731d151df (patch) | |
tree | 48a19327bbc026e4af77f33216949c47f16649b0 | |
parent | x11/pixman: unbreak build on riscv64 after 4f1440897063 (diff) |
sysutils/screen49: Fix EXPIRATION_DATE
Fixes: b2390b41cd22
-rw-r--r-- | sysutils/screen49/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/screen49/Makefile b/sysutils/screen49/Makefile index d08f316da11b..53845b416c98 100644 --- a/sysutils/screen49/Makefile +++ b/sysutils/screen49/Makefile @@ -22,7 +22,7 @@ WWW= https://www.gnu.org/software/screen/ CONFLICTS+= screen-devel* DEPRECATED= Multiple CVEs -EXPIRATION_DATE=20250531 +EXPIRATION_DATE=2025-05-31 LICENSE= GPLv3 |