Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2024 20:51:14 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 29dc7d8bc634 - main - textproc/modlogan: mark deprecated due to dependency
Message-ID:  <202403032051.423KpEx2083050@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=29dc7d8bc634cb4bb0f4a1e11b1b2f616125e882

commit 29dc7d8bc634cb4bb0f4a1e11b1b2f616125e882
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-03-03 20:48:31 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-03-03 20:51:11 +0000

    textproc/modlogan: mark deprecated due to dependency
    
    The pcre dependency is EOL, this port can be removed when pcre is
    removed.
---
 textproc/modlogan/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile
index 1ea9e9554c30..8f161fdd2e16 100644
--- a/textproc/modlogan/Makefile
+++ b/textproc/modlogan/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS=	libadns.so:dns/adns \
 		libpng16.so:graphics/png \
 		libexpat.so:textproc/expat2
 
+DEPRECATED=	dependency devel/pcre is EOL
 USES=		cpe gettext libtool
 
 OPTIONS_DEFINE=	DOCS MYSQL



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