Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 03:01:23 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537589 - head/cad/netgen
Message-ID:  <202006030301.05331NDZ087267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Wed Jun  3 03:01:23 2020
New Revision: 537589
URL: https://svnweb.freebsd.org/changeset/ports/537589

Log:
  - Correct use of GH_* variables.
  
  Reported by:	Jan Beich <jbeich@FreeBSD.org>

Modified:
  head/cad/netgen/Makefile

Modified: head/cad/netgen/Makefile
==============================================================================
--- head/cad/netgen/Makefile	Wed Jun  3 02:55:08 2020	(r537588)
+++ head/cad/netgen/Makefile	Wed Jun  3 03:01:23 2020	(r537589)
@@ -18,9 +18,7 @@ USES=		cmake python tcl tk gl xorg
 
 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
+GH_TUPLE=	NGSolve:pybind11:v2.4.3:pybind11/external_dependencies/pybind11
 
 USE_GL=		gl glu
 USE_XORG=	x11 xmu xi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006030301.05331NDZ087267>