On Sun, Mar 16, 2025 at 09:16:36PM +0000, Taylor R Campbell wrote: > http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-x86_64/20250315.1129/arcticfox-45.3/checksum.log It fails because: => Fetching arcticfox-45.3.tar.gz => Total size: 226073097 bytes ftp: Error retrieving file `404 Not Found' This fixes that step, but I do not have the keys as hand to commit it: --- www/arcticfox/Makefile.orig +++ www/arcticfox/Makefile @@ -5,9 +5,9 @@ DIST_SUBDIR= arcticfox-45.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=rmottola/} GITHUB_PROJECT= Arctic-Fox -GITHUB_TAG= v${PKGVERSION_NOREV} +GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV} MAINTAINER= nia%NetBSD.org@localhost HOMEPAGE= https://github.com/rmottola/Arctic-Fox COMMENT= Web browser for aging systems, forked from Firefox -- Emmanuel Dreyfus manu%netbsd.org@localhost