Help with cad/netgen port
Jan Beich
jbeich at FreeBSD.org
Mon Jun 1 11:30:17 UTC 2020
"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
More information about the freebsd-ports
mailing list