git: 0f093b05b820 - main - graphics/php-facedetect: Undeprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Dec 2023 14:56:45 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f093b05b8206080f340c1499ba5f15218e5fdae commit 0f093b05b8206080f340c1499ba5f15218e5fdae Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-10 13:15:32 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-10 14:56:32 +0000 graphics/php-facedetect: Undeprecate Currently builds with php81 so remove DEPRECATED and EXPIRATION_DATE. Approved by: portmgr (blanket) --- graphics/php-facedetect/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile index 1c4983936099..4149580fd2f4 100644 --- a/graphics/php-facedetect/Makefile +++ b/graphics/php-facedetect/Makefile @@ -10,9 +10,6 @@ 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