git: 6efd1b16b45f - main - lang/spl: deprecate and expire on 2025-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 10:20:39 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6efd1b16b45f3d848422be8ce923614924c3b785
commit 6efd1b16b45f3d848422be8ce923614924c3b785
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-03-15 16:03:54 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-03-16 10:19:29 +0000
lang/spl: deprecate and expire on 2025-06-30
Dead upstream.
---
lang/spl/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/lang/spl/Makefile b/lang/spl/Makefile
index be8f7bd0e9c2..7e7f866e39e1 100644
--- a/lang/spl/Makefile
+++ b/lang/spl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spl
PORTVERSION= 1.2.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= lang
MASTER_SITES= http://shakespearelang.sourceforge.net/download/
@@ -11,6 +11,9 @@ WWW= https://shakespearelang.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= dead upstream
+EXPIRATION_DATE= 2025-06-30
+
USES= bison gmake
OPTIONS_DEFINE= EXAMPLES