git: 9d286e922a05 - main - devel/p5-SDL: undeprecate this port and two of its consumers

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Tue, 28 Jan 2025 10:38:52 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d286e922a05859aca12c22742085bbb5c3bce22

commit 9d286e922a05859aca12c22742085bbb5c3bce22
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-01-28 10:37:56 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-01-28 10:37:56 +0000

    devel/p5-SDL: undeprecate this port and two of its consumers
    
    Dependency on `multimedia/smpeg' is optional and often not required;
    Arch/AUR package is maintained* without it being enabled (they also
    carry several interesting patches which we might backport as well).
    
    *) https://aur.archlinux.org/packages/perl-sdl
---
 devel/p5-SDL/Makefile        | 6 +-----
 games/frozen-bubble/Makefile | 3 ---
 games/pangzero/Makefile      | 3 ---
 3 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile
index e881bf25d6ef..8c302143f46c 100644
--- a/devel/p5-SDL/Makefile
+++ b/devel/p5-SDL/Makefile
@@ -11,13 +11,9 @@ WWW=		http://sdl.perl.org/
 
 LICENSE=	GPLv2
 
-DEPRECATED=	Depends on smpeg which is no longer available from upstream
-EXPIRATION_DATE=	2025-01-31
-
 BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libpng.so:graphics/png \
-		libtiff.so:graphics/tiff \
-		libsmpeg.so:multimedia/smpeg
+		libtiff.so:graphics/tiff
 RUN_DEPENDS=	p5-Alien-SDL>=1.446:devel/p5-Alien-SDL \
 		p5-File-ShareDir>=1.0:devel/p5-File-ShareDir \
 		p5-Tie-Simple>=0:devel/p5-Tie-Simple
diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile
index 4f90829f97ee..53efa0958d51 100644
--- a/games/frozen-bubble/Makefile
+++ b/games/frozen-bubble/Makefile
@@ -10,9 +10,6 @@ WWW=		http://www.frozen-bubble.org
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Depends on deprecated devel/p5-SDL
-EXPIRATION_DATE=	2025-01-31
-
 BUILD_DEPENDS=	${RUN_DEPENDS} \
 		p5-File-Slurp>=0:devel/p5-File-Slurp
 RUN_DEPENDS=	p5-SDL>=2.511:devel/p5-SDL \
diff --git a/games/pangzero/Makefile b/games/pangzero/Makefile
index 585a1ee66388..ab0133b0ff16 100644
--- a/games/pangzero/Makefile
+++ b/games/pangzero/Makefile
@@ -14,9 +14,6 @@ WWW=		http://apocalypse.rulez.org/pangzero
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Depends on expiring devel/p5-SDL
-EXPIRATION_DATE=2025-01-31
-
 RUN_DEPENDS=	p5-SDL>=0:devel/p5-SDL
 
 USES=		perl5