mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
security/rnp: use botan3 instead of botan2
This change allows to remove the deprecation notice from this port.
This commit is contained in:
parent
dc1d367f29
commit
446e40bdbc
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue