Help with cad/netgen port

Montgomery-Smith, Stephen stephen at missouri.edu
Wed Jun 3 03:01:43 UTC 2020


On 6/1/20 6:30 AM, Jan Beich wrote:
> "Montgomery-Smith, Stephen" <stephen at missouri.edu> writes:
> 
>> I am the maintainer of the cad/netgen port, and I am having some
>> difficulties.  The fetch parts of Makefile is:
>>
>> PORTNAME=       netgen
>> PORTVERSION=    6.2.2004
>> DISTVERSIONPREFIX=      v
>>
>> USE_GITHUB=     yes
>> GH_ACCOUNT=     NGSolve
>> GH_PROJECT=     netgen:1 pybind11:2
>> GH_TAGNAME=     v${PORTVERSION}:1 v2.4.3:2
>> GH_SUBDIR=      external_dependencies/pybind11:2
> 
> There's no need to assign :group to the default distfile. Also, it maybe
> easier to read if you convert pybind11 to GH_TUPLE.
> 
> USE_GITHUB=	yes
> GH_ACCOUNT=	NGSolve
> GH_TUPLE=	NGSolve:pybind11:v2.4.3:pybind11/external_dependencies/pybind11
> _______________________________________________

Thank you.


More information about the freebsd-ports mailing list