aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-29 15:46:56 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 23:59:57 +0000
commit1d8d3f18857365723ca990464e9585eca36cd1e8 (patch)
tree2f430bb0acaee16326726d360466b7adc24c9b19
parentad0280d134f887ea73b7afb1ecf4b6c15d464d6a (diff)
downloadports-1d8d3f18857365723ca990464e9585eca36cd1e8.tar.gz
ports-1d8d3f18857365723ca990464e9585eca36cd1e8.zip
graphics/php-facedetect: Mark DEPRECATED
- Requires php80 which is set to expire on 2023-11-26 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket) Sponsored by: Bounce Experts
-rw-r--r--graphics/php-facedetect/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile
index c388755a748a..d0969e319b72 100644
--- a/graphics/php-facedetect/Makefile
+++ b/graphics/php-facedetect/Makefile
@@ -1,6 +1,6 @@
PORTNAME= facedetect
PORTVERSION= 1.1
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= graphics
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
@@ -10,6 +10,9 @@ WWW= https://www.xarg.org/project/php-facedetect/
LICENSE= PHP30
+DEPRECATED= Requires php80 which is set to expire on 2023-11-26
+EXPIRATION_DATE= 2023-12-31
+
LIB_DEPENDS= libopencv_objdetect.so:graphics/opencv
USE_GITHUB= yes