git: fbf5fb46e331 - main - devel/glui: fix expiration date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 May 2025 10:46:19 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbf5fb46e331220564a9ece75fe0535338e7a8e6 commit fbf5fb46e331220564a9ece75fe0535338e7a8e6 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-05-15 10:45:19 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-05-15 10:45:19 +0000 devel/glui: fix expiration date --- devel/glui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/glui/Makefile b/devel/glui/Makefile index 461365187b9e..d2cea234c8e2 100644 --- a/devel/glui/Makefile +++ b/devel/glui/Makefile @@ -9,7 +9,7 @@ COMMENT= GLUT-based C++ user interface library WWW= http://www.cs.unc.edu/~rademach/glui/ DEPRECATED= Abandoned upstream, outdated, last release in 2015 and upstream activity in 2019 -EXPIRATION_DATE=2024-06-30 +EXPIRATION_DATE=2025-06-30 USES= gl gmake tar:tgz xorg USE_GL= glut