git: 3b079e3e4800 - main - www/zend-framework: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 02 Apr 2024 02:21:28 UTC
The branch main has been updated by bofh:

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

commit 3b079e3e48006b89a67ee3568d708c6cde8c58ef
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-04-02 02:14:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-04-02 02:20:55 +0000

    www/zend-framework: Mark DEPRECATED
    
    - Project has been deprecated and merged into Laminas Project
    - See https://framework.zend.com/blog/2020-01-24-laminas-launch.html
      for more information
    - The new Laminas project is solely based upon Composer and is not
      worth porting
    - Set EXPIRATION_DATE 2024-06-30
    
    If someone needs this port feel free to undeprecate and takeover
    maintainership.
---
 www/zend-framework/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile
index 0fdd3456c4a5..ca8d5e46ab06 100644
--- a/www/zend-framework/Makefile
+++ b/www/zend-framework/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ZendFramework
-PORTVERSION=	2.4.13
-PORTREVISION=	0
+DISTVERSION=	2.4.13
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://packages.zendframework.com/releases/${DISTNAME}/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -12,6 +12,9 @@ WWW=		https://framework.zend.com/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Deprecated by upstream, and moved to Laminas Project
+EXPIRATION_DATE=2024-06-30
+
 USES=		gettext php:web,flavors tar:tgz
 
 NO_ARCH=	yes