Created attachment 234373 [details] Patch for Arqiver Use upstream release archive as recommended by Porters Handbook (USE_GITHUB section) Poudriere testport OK, FreeBSD 12.3 (amd64)
Hello, There is some work going on of this port already, switching PORTNAME to full lower case but it brought some unexpected errors. I will add your patch later. Thank you.
Btw, the link you used doesn't work because there is no "V" before the version in the url. :-)
Works fine? root@freebsd-dev:/usr/ports/x11-fm/Arqiver # make fetch ===> License GPLv3 accepted by the user ===> Arqiver-0.9.0 depends on file: /usr/local/sbin/pkg - found => Arqiver-0.9.0.tar.xz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://github.com/tsujan/Arqiver/releases/download/V0.9.0/Arqiver-0.9.0.tar.xz Arqiver-0.9.0.tar.xz 118 kB 9643 kBps 00s ===> Fetching all distfiles required by Arqiver-0.9.0 for building Do note the V before ${DISTVERSION} in the URL MASTER_SITES= https://github.com/tsujan/${PORTNAME}/releases/download/V${DISTVERSION}/
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e458adc8feb04597a0187acb269446e0253f99d0 commit e458adc8feb04597a0187acb269446e0253f99d0 Author: Alexandre C. Guimarães <rigoletto@FreeBSD.org> AuthorDate: 2022-06-01 19:14:41 +0000 Commit: Alexandre C. Guimarães <rigoletto@FreeBSD.org> CommitDate: 2022-06-01 19:14:41 +0000 x11-fm/arqiver: convert PORTNAME to lowercase - use MASTER_SITES instead of USE_GITHUB - fix COMMENT in Makefile - add missing Oxford comma in pkg-descr PR: 264392 Submitted by: danfe, diizzy MOVED | 1 + x11-fm/Arqiver/distinfo (gone) | 3 --- x11-fm/Arqiver/pkg-plist (gone) | 12 ------------ x11-fm/Makefile | 2 +- x11-fm/{Arqiver => arqiver}/Makefile | 12 +++++------- x11-fm/arqiver/distinfo (new) | 3 +++ x11-fm/{Arqiver => arqiver}/pkg-descr | 2 +- x11-fm/arqiver/pkg-plist (new) | 12 ++++++++++++ 8 files changed, 23 insertions(+), 24 deletions(-)
Thank you.