Date: Tue, 20 Dec 2022 12:15:17 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: 140ae6990b67 - main - net/rpki-client: Update to 8.2 Message-ID: <202212201215.2BKCFHAv062211@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=140ae6990b6715f2eabdc68db2575aa82f115661 commit 140ae6990b6715f2eabdc68db2575aa82f115661 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-12-14 21:31:41 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-12-20 12:14:54 +0000 net/rpki-client: Update to 8.2 - Update to 8.2 - Switch from GH to OpenBSD CDN master sites Approved by: Chris Hutchinson <portmaster@BSDforge.com> (maintainer) PR: 268439 Differential Revision: https://reviews.freebsd.org/D37706 --- net/rpki-client/Makefile | 12 +++--------- net/rpki-client/distinfo | 8 +++----- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/net/rpki-client/Makefile b/net/rpki-client/Makefile index 044f5deb9acd..48976d5ff357 100644 --- a/net/rpki-client/Makefile +++ b/net/rpki-client/Makefile @@ -1,6 +1,8 @@ PORTNAME= rpki-client -DISTVERSION= 8.0 +DISTVERSION= 8.2 CATEGORIES= net +MASTER_SITES= https://cdn.openbsd.org/pub/OpenBSD/rpki-client/ \ + https://cloudflare.cdn.openbsd.org/pub/OpenBSD/rpki-client/ MAINTAINER= portmaster@bsdforge.com COMMENT= Resource Public Key Infrastructure (RPKI) implementation from OpenBSD @@ -16,11 +18,6 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ USES= autoreconf libtool pkgconfig ssl -USE_GITHUB= yes -GH_PROJECT= ${PORTNAME}-portable ${PORTNAME}-openbsd:openbsd -GH_SUBDIR= openbsd:openbsd -GH_TAGNAME= ${PORTNAME}-${DISTVERSION}:openbsd - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libtls=libtls @@ -28,7 +25,4 @@ USERS= _rpki-client GROUPS= ${USERS} PLIST_SUB= USERS="${USERS}" -pre-configure: - cd ${WRKSRC} && ${SH} update.sh - .include <bsd.port.mk> diff --git a/net/rpki-client/distinfo b/net/rpki-client/distinfo index f239a8c933a0..520ea18dd580 100644 --- a/net/rpki-client/distinfo +++ b/net/rpki-client/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1663493813 -SHA256 (rpki-client-rpki-client-portable-8.0_GH0.tar.gz) = 38a248b7bc479b58f6df36f69cd9bea3b307a99bb583546159d08937209e6fab -SIZE (rpki-client-rpki-client-portable-8.0_GH0.tar.gz) = 56547 -SHA256 (rpki-client-rpki-client-openbsd-rpki-client-8.0_GH0.tar.gz) = abae21232d53c8946feb74b4c055e89afe47bae3c5d9006dba8d845659032476 -SIZE (rpki-client-rpki-client-openbsd-rpki-client-8.0_GH0.tar.gz) = 655702 +TIMESTAMP = 1671092898 +SHA256 (rpki-client-8.2.tar.gz) = dc0d19679b57ae657b92d21730b1678823974d43300faa8c24ee155c1e2b1d64 +SIZE (rpki-client-8.2.tar.gz) = 475141
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212201215.2BKCFHAv062211>