aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-04-02 02:14:34 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-04-02 02:20:55 +0000
commit3b079e3e48006b89a67ee3568d708c6cde8c58ef (patch)
tree996587990adc20cc9d57041e2c3e5227d9646de3
parente35480d0e7d1a7ddb90cb9ef9d296db0898980c4 (diff)
downloadports-3b079e3e48006b89a67ee3568d708c6cde8c58ef.tar.gz
ports-3b079e3e48006b89a67ee3568d708c6cde8c58ef.zip
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.
-rw-r--r--www/zend-framework/Makefile7
1 files 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