diff --git a/security/rnp/Makefile b/security/rnp/Makefile index c9c6285600a6..9d0e5329de0b 100644 --- a/security/rnp/Makefile +++ b/security/rnp/Makefile @@ -1,45 +1,42 @@ PORTNAME= rnp DISTVERSIONPREFIX= v DISTVERSION= 0.17.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= se@FreeBSD.org COMMENT= RNP is a set of OpenPGP (RFC4880) tools WWW= https://www.rnpgp.com/ LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE OCB_Patent LICENSE_COMB= multi LICENSE_NAME_OCB_Patent= OCB Patent License for Ribose Inc. LICENSE_FILE_OCB_Patent= ${WRKSRC}/LICENSE-OCB.md 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 USE_GITHUB= yes GH_ACCOUNT= rnpgp GH_TUPLE= rnpgp:sexpp:c641a2f:sexpp/src/libsexpp USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_SHARED_LIBS=on \ -DBUILD_TESTING=off PLIST_SUB= VERS=${DISTVERSION} pre-configure: ${CP} ${FILESDIR}/version.cmake ${WRKSRC}/cmake/ ${REINPLACE_CMD} 's/%%DISTVERSION%%/${DISTVERSION}/' \ ${WRKSRC}/cmake/version.cmake post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/libsexp.a .include