Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 2020 13:30:13 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        "Montgomery-Smith, Stephen" <stephen@missouri.edu>
Cc:        FreeBSD Ports <freebsd-ports@FreeBSD.org>
Subject:   Re: Help with cad/netgen port
Message-ID:  <v9kb-3tx6-wny@FreeBSD.org>
In-Reply-To: <e3a40470-6ee4-07fb-8415-3be4ef7e4148@missouri.edu> (Stephen Montgomery-Smith's message of "Sun, 31 May 2020 23:29:46 %2B0000")
References:  <e3a40470-6ee4-07fb-8415-3be4ef7e4148@missouri.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
"Montgomery-Smith, Stephen" <stephen@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?v9kb-3tx6-wny>