git: 8b4c320ed6db - main - multimedia/php-pHash: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 09:00:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b4c320ed6dbf10988267e0f3889e988565aac82 commit 8b4c320ed6dbf10988267e0f3889e988565aac82 Author: Naram Qashat <cyberbotx@cyberbotx.com> AuthorDate: 2022-02-01 08:57:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-01 08:59:53 +0000 multimedia/php-pHash: Mark DEPRECATED - Set EXPIRATION_DATE on 2022-11-28 pHash itself hasn't been updated since 2013 PR: 261606 Approved by: cyberbotx@cyberbotx.com (maintainer) --- multimedia/php-pHash/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/php-pHash/Makefile b/multimedia/php-pHash/Makefile index 56741d8c6f8b..82b59e0b9354 100644 --- a/multimedia/php-pHash/Makefile +++ b/multimedia/php-pHash/Makefile @@ -14,6 +14,9 @@ COMMENT= PHP extension for the pHash perceptual hash library LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED=Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + LIB_DEPENDS= libpHash.so:multimedia/pHash USES= compiler:c++11-lang php:ext