security/rnp: use botan3 instead of botan2

This change allows to remove the deprecation notice from this port.
This commit is contained in:
Stefan Eßer 2025-04-24 09:30:55 +02:00
parent dc1d367f29
commit 446e40bdbc

View file

@ -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