From owner-dev-commits-ports-all@freebsd.org Fri Jul 9 20:43:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9D826665F5D; Fri, 9 Jul 2021 20:43:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GM4r33crqz3KBT; Fri, 9 Jul 2021 20:43:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 636B01B527; Fri, 9 Jul 2021 20:43:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 169KhVRX050300; Fri, 9 Jul 2021 20:43:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 169KhVxB050299; Fri, 9 Jul 2021 20:43:31 GMT (envelope-from git) Date: Fri, 9 Jul 2021 20:43:31 GMT Message-Id: <202107092043.169KhVxB050299@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Juraj Lutter Subject: git: 2da591516133 - main - net/rpki-client: Update to 7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2da591516133f8d70dc9765860408efe538feed3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2021 20:43:31 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=2da591516133f8d70dc9765860408efe538feed3 commit 2da591516133f8d70dc9765860408efe538feed3 Author: Juraj Lutter AuthorDate: 2021-07-06 17:08:16 +0000 Commit: Juraj Lutter 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 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 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