git: 70bbc343c391 - main - www/guile-www: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Oct 2023 19:01:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=70bbc343c3913fd5e4a2d85897b42114e87b16a1 commit 70bbc343c3913fd5e4a2d85897b42114e87b16a1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-21 10:32:28 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-21 19:01:35 +0000 www/guile-www: Mark DEPRECATED - Last upstream release was in 2002 and no longer relevant otday due to the updated RFCs - Set EXPIRATION_DATE to 2023-11-21 --- www/guile-www/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/guile-www/Makefile b/www/guile-www/Makefile index 9cf14dc9c309..a46f94288e9d 100644 --- a/www/guile-www/Makefile +++ b/www/guile-www/Makefile @@ -11,6 +11,9 @@ WWW= https://www.gnu.org/software/guile/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Last upstream release was in 2002 and no longer relevant nowadays +EXPIRATION_DATE= 2023-11-21 + USES= guile:1.8,build,run GNU_CONFIGURE= yes