From nobody Mon Sep 25 15:13:31 2023 X-Original-To: freebsd-pkg@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RvRGl1w2Hz4rSqH; Mon, 25 Sep 2023 15:13:51 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [135.125.211.209]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4RvRGk2mvRz4cVx; Mon, 25 Sep 2023 15:13:50 +0000 (UTC) (envelope-from trashcan@ellael.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=ellael.org header.s=dkim header.b=vU9IAjzY; spf=pass (mx1.freebsd.org: domain of trashcan@ellael.org designates 135.125.211.209 as permitted sender) smtp.mailfrom=trashcan@ellael.org; dmarc=pass (policy=quarantine) header.from=ellael.org Received: from smtpclient.apple (p5b2e5ceb.dip0.t-ipconnect.de [91.46.92.235]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.enfer-du-nord.net (Postfix) with ESMTPSA id 4RvRGY4yw2z1GPK; Mon, 25 Sep 2023 17:13:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellael.org; s=dkim; t=1695654821; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=TXooXyr/kiF8zuJ/rrjXsT7sovY8Zkb+/6/3mAr5WiU=; b=vU9IAjzYeSHU0lkaWhzXCUdwFO9ny/hrJivywkmN4+/xZObLpEq45gN+rfu2q7WTiqqbXK 4/IQ8W4IZqjJqEPm8QMRjqxNmgFlevTsAcXNYs9BLER1Y+389SAsBuT/vxtFnxUnVSQrEu bPqvgjCImU5a3Dykm5p8MIvgbV1L6sA9BonqNWjVOUpFCZFINZD4jr6QpChI9LxsZo7gHA +hYRA435H/jumaWs6/YVDYO0wigpqB/WWdyJZTj+Dlx2XhBfnwLdb7pak5v/EVIJbblv1N c/0woQLlfkWUGo/B5AkD5lL9abQDZrPB9Y9LWP2pxCxwQS3X+7jUXyGL3wULBA== From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable List-Id: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: How to monitor latest packages? Message-Id: <0E65D858-0885-4BC8-BC05-981B9D682F7C@ellael.org> Date: Mon, 25 Sep 2023 17:13:31 +0200 To: freebsd-pkg@freebsd.org, freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.3731.700.6) X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.40 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[ellael.org,quarantine]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:135.125.211.209]; R_DKIM_ALLOW(-0.20)[ellael.org:s=dkim]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:16276, ipnet:135.125.128.0/17, country:FR]; RCVD_TLS_ALL(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-pkg@freebsd.org,freebsd-questions@freebsd.org]; DKIM_TRACE(0.00)[ellael.org:+]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4RvRGk2mvRz4cVx Hi, I used to compile all of my ports from the git repository using = poudriere.=20 Recently I started to use poudriere's pre-fetching functionality (due to = resource hog rust). I am using pkg+http://pkg.FreeBSD.org/\${ABI}/latest = and my current ABI is = FreeBSD:14:amd64. I am trying to monitor the dates of pkg compilation runs by = http://pkg.freebsd.org/FreeBSD:14:amd64/latest/ Is that the correct way? If so, how can I find out when e.g. rust has been compiled the last = time, because http://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/ seems = to be forbidden to watch ;-) If not, what would be an alternative? Thanks in advance and regards, Michael