diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-29 10:46:56 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:57 -0500 |
commit | 1d8d3f18857365723ca990464e9585eca36cd1e8 (patch) | |
tree | 2f430bb0acaee16326726d360466b7adc24c9b19 | |
parent | ad0280d134f887ea73b7afb1ecf4b6c15d464d6a (diff) | |
download | freebsd-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/Makefile | 5 |
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 |