git: 446e40bdbc43 - main - security/rnp: use botan3 instead of botan2

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 24 Apr 2025 07:33:13 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=446e40bdbc4381fe83d760f3753dac577894e02b

commit 446e40bdbc4381fe83d760f3753dac577894e02b
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2025-04-24 07:30:55 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2025-04-24 07:30:55 +0000

    security/rnp: use botan3 instead of botan2
    
    This change allows to remove the deprecation notice from this port.
---
 security/rnp/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/security/rnp/Makefile b/security/rnp/Makefile
index c9c6285600a6..9d0e5329de0b 100644
--- a/security/rnp/Makefile
+++ b/security/rnp/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	rnp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.17.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	se@FreeBSD.org
@@ -16,11 +16,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LICENSE_PERMS_OCB_Patent=	dist-mirror dist-sell pkg-mirror pkg-sell \
 				auto-accept
 
-DEPRECATED=	Depends on expired security/botan2
-EXPIRATION_DATE=2025-06-21
-
 BUILD_DEPENDS=	asciidoctor:textproc/rubygem-asciidoctor
-LIB_DEPENDS=	libbotan-2.so:security/botan2 \
+LIB_DEPENDS=	libbotan-3.so:security/botan3 \
 		libjson-c.so:devel/json-c
 
 USES=		cmake compiler:c++11-lang pkgconfig