Re: git: 3f14cf845a56 - main - math/ntpoly: adding a library for computing the functions of sparse matrices
- Reply: Thierry Thomas : "Re: git: 3f14cf845a56 - main - math/ntpoly: adding a library for computing the functions of sparse matrices"
- In reply to: Thierry Thomas : "Re: git: 3f14cf845a56 - main - math/ntpoly: adding a library for computing the functions of sparse matrices"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Oct 2022 19:29:01 UTC
On 2022-10-17 20:07, Thierry Thomas wrote: > Le lun. 17 oct. 22 à 19:51:53 +0200, Daniel Engberg > <diizzy@FreeBSD.org> > é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