aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-03-25 17:52:48 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-03-25 18:14:19 +0000
commit0547aa99ef4161c35a5d6f754955755a735de89d (patch)
treebd953de0fb36597b65e2cb474e9ddfe0a4785e61
parent0f68f84b0d50370286487d7b75889d4168d67fd2 (diff)
downloadports-0547aa99ef4161c35a5d6f754955755a735de89d.tar.gz
ports-0547aa99ef4161c35a5d6f754955755a735de89d.zip
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)
-rw-r--r--multimedia/pHash/Makefile3
1 files changed, 3 insertions, 0 deletions
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"