git: ec044ed88858 - main - lang/onyx: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 25 Aug 2023 21:55:06 UTC
The branch main has been updated by bofh:

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

commit ec044ed88858098fb57345a1686bc6181c1785e2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-24 04:19:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-25 21:54:50 +0000

    lang/onyx: Mark DEPRECATED
    
    - Requires deprecated cook port
    - Upstream last release was in 2008
    - Update WWW to GH site but there is also no activity since 2008
    - Set EXPIRATION_DATE to 2023-09-30
    - Pet portclippy
---
 lang/onyx/Makefile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile
index dcab845c3cb8..f79542492027 100644
--- a/lang/onyx/Makefile
+++ b/lang/onyx/Makefile
@@ -6,10 +6,12 @@ MASTER_SITES=	LOCAL/bofh/${PORTNAME}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Embeddable stack-based threaded interpreted language
-WWW=		http://www.canonware.com/onyx/
+WWW=		https://github.com/canonware/onyx
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Requires deprecated cook port
+EXPIRATION_DATE=	2023-09-30
 BROKEN_armv6=		fails to compile: building for onyx-5.1.2_6: error code 1
 BROKEN_armv7=		fails to compile: building for onyx-5.1.2_6: error code 1
 BROKEN_mips=		fails to compile: building for onyx-5.1.2_6: error code 1
@@ -19,15 +21,18 @@ BUILD_DEPENDS=	cook:devel/cook
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
 USES=		libedit shebangfix tar:bzip2
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libedit-prefix=${LOCALBASE} \
 		--with-pcre-prefix=${LOCALBASE}
-USE_LDCONFIG=	yes
+
 SUB_FILES=	pkg-message
 
-OPTIONS_DEFINE=	DOCS
 PLIST_SUB=	ONYX_VERSION=${PORTVERSION}
 
+OPTIONS_DEFINE=	DOCS
+
 do-build:
 	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook)