git: 1d8d3f188573 - main - graphics/php-facedetect: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 31 Mar 2023 00:02:32 UTC
The branch main has been updated by bofh:

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

commit 1d8d3f18857365723ca990464e9585eca36cd1e8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-29 15:46:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:57 +0000

    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
---
 graphics/php-facedetect/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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