[Bug 293665] net/jotta-cli: Update from 0.17.132497 to 0.17.159692
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 293665] net/jotta-cli: Update from 0.15.109709 to 0.17.132497"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Mar 2026 01:22:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293665
--- Comment #7 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to Trenton Schulz from comment #6)
Thanks!
My suggestion - allow to use "make makesum" on any ARCH to create distinfo:
_SITESPREFIX= https://repo.jotta.us/archives/freebsd/
_DISTPREFIX= ${PORTNAME}-${DISTVERSION}_freebsd_
.ifmake makesum || makeplist || distclean
MASTER_SITES= ${ONLY_FOR_ARCHS:S|i386|386|:C|(.*)|${_SITESPREFIX}\1/|}
DISTFILES=
${ONLY_FOR_ARCHS:S|i386|386|:C|(.*)|${_DISTPREFIX}\1${EXTRACT_SUFX}|}
.else
MASTER_SITES= ${_SITESPREFIX}${ARCH:S|i386|386|}/
DISTNAME= ${_DISTPREFIX}${ARCH:S|i386|386|}
.endif
Remove unnecessary ":S|amd64|amd64|".
--
You are receiving this mail because:
You are the assignee for the bug.