git: 0547aa99ef41 - main - multimedia/pHash: Deprecate and set expiration date to 2023-04-09

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 25 Mar 2023 18:15:13 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0547aa99ef4161c35a5d6f754955755a735de89d

commit 0547aa99ef4161c35a5d6f754955755a735de89d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-03-25 17:52:48 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-03-25 18:14:19 +0000

    multimedia/pHash: Deprecate and set expiration date to 2023-04-09
    
    No users left in tree and fails to build with FFmpeg 6.0
    Proposed soft deadline for FFMpeg 6.0 switch is one week after branching
    of 2023Q2 so keep port around until branching.
    
    PR:             270296
    Reviewed by:    Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
---
 multimedia/pHash/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/multimedia/pHash/Makefile b/multimedia/pHash/Makefile
index 20b69702ca3f..83f16bb404f1 100644
--- a/multimedia/pHash/Makefile
+++ b/multimedia/pHash/Makefile
@@ -11,6 +11,9 @@ WWW=		https://phash.org/
 
 LICENSE=	GPLv3+
 
+DEPRECATED=	No users left in tree and fails to build with FFmpeg 6.0
+EXPIRATION_DATE=2023-04-09
+
 USES=		compiler:c11 gmake libtool pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PTHREAD_LIBS="-lpthread"