"Montgomery-Smith, Stephen" <step...@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 _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"