Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2023 00:02:32 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d8d3f188573 - main - graphics/php-facedetect: Mark DEPRECATED
Message-ID:  <202303310002.32V02Wnc018781@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303310002.32V02Wnc018781>