From nobody Mon Oct 17 19:29:01 2022 X-Original-To: dev-commits-ports-main@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 4Mrn9Y5Nlrz4fFlB; Mon, 17 Oct 2022 19:29:05 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Mrn9Y1cX8z3wW3; Mon, 17 Oct 2022 19:29:05 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Received: (Authenticated sender: daniel.engberg@pyret.net) by mail.gandi.net (Postfix) with ESMTPA id CDB4D10000A; Mon, 17 Oct 2022 19:29:01 +0000 (UTC) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Date: Mon, 17 Oct 2022 21:29:01 +0200 From: Daniel Engberg To: Thierry Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 3f14cf845a56 - main - math/ntpoly: adding a library for computing the functions of sparse matrices In-Reply-To: References: <202210171738.29HHcYvd057691@gitrepo.freebsd.org> Message-ID: <3280ed560b3de02c169ed29f2f68a50e@FreeBSD.org> X-Sender: diizzy@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4Mrn9Y1cX8z3wW3 X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 2022-10-17 20:07, Thierry Thomas wrote: > Le lun. 17 oct. 22 à 19:51:53 +0200, Daniel Engberg > > écrivait : > >> Hi, > > Hello, > >> This should use USE_GITHUB >> >> https://cgit.freebsd.org/ports/tree/Mk/bsd.sites.mk#n260 > > Yes, I know (portlint emits a warning), but I have not been able to get > it with USE_GITHUB: how do you do that when DISTNAME is lowercased and > not GH_PROJECT? > >> This also includes PORTVERSION --> DISTVERSION >> https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github >> >> Best regards, >> Daniel Hi, Updated WWW and rearranged it a bit to make portlint etc happy. It's just compile tested on my 13.1-STABLE box but it seems to work as intended. https://projects.pyret.net/files/ntpoly-rev2.patch post-install section should be fixed in upstream repo You can probably utilize USES= cmake:testing instead of your own do-test section https://cgit.freebsd.org/ports/tree/Mk/Uses/cmake.mk#n17 Best regards, Daniel