diff --git a/security/rnp/Makefile b/security/rnp/Makefile index 337798be88c2..6f081514701b 100644 --- a/security/rnp/Makefile +++ b/security/rnp/Makefile @@ -1,38 +1,42 @@ PORTNAME= rnp DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 +PORTREVISION= 1 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 BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor LIB_DEPENDS= libbotan-2.so:security/botan2 \ libjson-c.so:devel/json-c USES= cmake compiler:c++11-lang pkgconfig USE_GITHUB= yes GH_ACCOUNT= rnpgp GH_TUPLE= rnpgp:sexp:b6bf033:sexp/src/libsexp 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 diff --git a/security/rnp/pkg-plist b/security/rnp/pkg-plist index 3ef581e7e94f..4f7d6a4c476d 100644 --- a/security/rnp/pkg-plist +++ b/security/rnp/pkg-plist @@ -1,18 +1,17 @@ bin/rnp bin/rnpkeys include/rnp/rnp.h include/rnp/rnp_err.h include/rnp/rnp_export.h lib/cmake/rnp/rnp-config-version.cmake lib/cmake/rnp/rnp-config.cmake lib/cmake/rnp/rnp-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/rnp/rnp-targets.cmake lib/librnp.a lib/librnp.so lib/librnp.so.0 lib/librnp.so.%%VERS%% -lib/libsexp.a libdata/pkgconfig/librnp.pc share/man/man1/rnp.1.gz share/man/man1/rnpkeys.1.gz share/man/man3/librnp.3.gz