Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Feb 2024 20:26:13 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7f217e24f232 - main - devel/pcre: mark DEPRECATED as EOLed by upstream
Message-ID:  <202402292026.41TKQDMQ031332@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f217e24f2322373d049cd067cb720bde35097da

commit 7f217e24f2322373d049cd067cb720bde35097da
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2024-02-29 20:25:00 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2024-02-29 20:26:10 +0000

    devel/pcre: mark DEPRECATED as EOLed by upstream
    
    Reported by:    bapt
---
 devel/pcre/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index ba8dc4ed5d90..a1b75297c979 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -12,6 +12,8 @@ WWW=		https://www.pcre.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
+DEPRECATED=	EOLed by upstream, use devel/pcre2 instead
+
 USES=			${USES_${ARCH}} cpe libtool pathfix tar:bzip2
 USES_powerpc=		compiler:c++11-lang
 USES_powerpc64=		compiler:c++11-lang



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