Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2023 22:33:39 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: 73c93ba6ce96 - main - devel/directfb: Mark DEPRECATED
Message-ID:  <202306292233.35TMXdXF098749@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=73c93ba6ce96685be1f77054dca6604d4821d6c9

commit 73c93ba6ce96685be1f77054dca6604d4821d6c9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-29 21:57:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-29 22:33:24 +0000

    devel/directfb: Mark DEPRECATED
    
    - Last upstream release was in 2015 and there is no direct consumers
    - Set EXPIRATION_DATE to 2023-09-30
---
 devel/directfb/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile
index 5ff1754dbd47..4dee67cfbcf5 100644
--- a/devel/directfb/Makefile
+++ b/devel/directfb/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	directfb
 PORTVERSION=	1.4.17
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://sources.buildroot.net/
 DISTNAME=	DirectFB-${PORTVERSION}
@@ -11,6 +11,9 @@ WWW=		https://www.directfb.org/
 
 LICENSE=	LGPL21
 
+DEPRECATED=		Last upstream release was in 2015
+EXPIRATION_DATE=	2023-09-30
+
 LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		compiler cpe gmake jpeg libtool localbase ncurses pathfix perl5 pkgconfig



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