svn commit: r537589 - head/cad/netgen
Stephen Montgomery-Smith
stephen at FreeBSD.org
Wed Jun 3 03:01:24 UTC 2020
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 at 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
More information about the svn-ports-head
mailing list