Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2024 19:57:48 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 403f8df5dcc9 - main - devel/p5-SDL: Mark DEPRECATED
Message-ID:  <202412301957.4BUJvmGV027025@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=403f8df5dcc90dddcabaf40183ca55951fc553dd

commit 403f8df5dcc90dddcabaf40183ca55951fc553dd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-30 18:05:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-30 19:57:28 +0000

    devel/p5-SDL: Mark DEPRECATED
    
    - Depends on smpeg which is no longer available from upstream. Tried
      building with smpeg2 which unfortunately does not work.
    - Set EXPIRATION_DATE 2025-01-30
---
 devel/p5-SDL/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile
index a11ada850995..e881bf25d6ef 100644
--- a/devel/p5-SDL/Makefile
+++ b/devel/p5-SDL/Makefile
@@ -11,6 +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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412301957.4BUJvmGV027025>