Date: Fri, 9 Jul 2021 20:43:31 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2da591516133 - main - net/rpki-client: Update to 7.1 Message-ID: <202107092043.169KhVxB050299@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=2da591516133f8d70dc9765860408efe538feed3 commit 2da591516133f8d70dc9765860408efe538feed3 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2021-07-06 17:08:16 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2021-07-09 20:43:20 +0000 net/rpki-client: Update to 7.1 - Update to 7.1 - Adjust dependencies - Reformat with portclippy/portfmt Reported by: Job Snijders <job@sobornost.net> Approved by: zeising (maintainer) Differential Revision: https://reviews.freebsd.org/D31078 --- net/rpki-client/Makefile | 17 ++++++++++------- net/rpki-client/distinfo | 10 +++++----- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/net/rpki-client/Makefile b/net/rpki-client/Makefile index bfa370f16f28..c3cc46b8d76d 100644 --- a/net/rpki-client/Makefile +++ b/net/rpki-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= rpki-client -DISTVERSION= 6.7p1 +DISTVERSION= 7.1 CATEGORIES= net MAINTAINER= zeising@FreeBSD.org @@ -8,20 +8,23 @@ COMMENT= Resource Public Key Infrastructure (RPKI) implementation from OpenBSD LICENSE= ISCL BUILD_DEPENDS= rsync>0:net/rsync +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libtls.so:security/libretls RUN_DEPENDS= rsync>0:net/rsync -USES= autoreconf libtool ssl - -USERS= _rpki-client -GROUPS= ${USERS} -PLIST_SUB= USERS="${USERS}" +USES= autoreconf libtool pkgconfig ssl USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-portable ${PORTNAME}-openbsd:openbsd -GH_TAGNAME= ${PORTNAME}-${DISTVERSION}:openbsd GH_SUBDIR= openbsd:openbsd +GH_TAGNAME= ${PORTNAME}-${DISTVERSION}:openbsd GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libtls=libtls + +USERS= _rpki-client +GROUPS= ${USERS} +PLIST_SUB= USERS="${USERS}" .include <bsd.port.pre.mk> diff --git a/net/rpki-client/distinfo b/net/rpki-client/distinfo index 9cbaa50e5a46..4c966c76a0cf 100644 --- a/net/rpki-client/distinfo +++ b/net/rpki-client/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1595940205 -SHA256 (rpki-client-rpki-client-portable-6.7p1_GH0.tar.gz) = 0970c772d0ec7fc55e2b6ae46699c60b919aff16c8ea848fa333eb201e3bf647 -SIZE (rpki-client-rpki-client-portable-6.7p1_GH0.tar.gz) = 44463 -SHA256 (rpki-client-rpki-client-openbsd-rpki-client-6.7p1_GH0.tar.gz) = 9ce285c116c5b8123867fcdd1a22098adf1cbde8476873a9595988ac4e27da4e -SIZE (rpki-client-rpki-client-openbsd-rpki-client-6.7p1_GH0.tar.gz) = 317431 +TIMESTAMP = 1625590584 +SHA256 (rpki-client-rpki-client-portable-7.1_GH0.tar.gz) = bcf24a19d9c8aaebaa74e17ac085cdf61f0b3295c021859c43ec8d0477218a32 +SIZE (rpki-client-rpki-client-portable-7.1_GH0.tar.gz) = 51679 +SHA256 (rpki-client-rpki-client-openbsd-rpki-client-7.1_GH0.tar.gz) = 501178a99922004cedebb5baae9dc3c5c45b1383c803d9ef39530b71f2940906 +SIZE (rpki-client-rpki-client-openbsd-rpki-client-7.1_GH0.tar.gz) = 629137
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107092043.169KhVxB050299>