Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 18:11:07 +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: r538693 - head/cad/netgen
Message-ID:  <202006131811.05DIB7vc044422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sat Jun 13 18:11:07 2020
New Revision: 538693
URL: https://svnweb.freebsd.org/changeset/ports/538693

Log:
  - Update to 6.2.2005.
  - Revert r537594 and r537931, because their introduction did not stop build
    errors from pkg-fallout@.

Modified:
  head/cad/netgen/Makefile
  head/cad/netgen/distinfo
  head/cad/netgen/pkg-plist

Modified: head/cad/netgen/Makefile
==============================================================================
--- head/cad/netgen/Makefile	Sat Jun 13 17:50:01 2020	(r538692)
+++ head/cad/netgen/Makefile	Sat Jun 13 18:11:07 2020	(r538693)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	netgen
-PORTVERSION=	6.2.2004
-PORTREVISION=	1
+PORTVERSION=	6.2.2005
 DISTVERSIONPREFIX=	v
 CATEGORIES=	cad
 
@@ -14,7 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11
+		git:devel/git
 
 USES=		cmake python tcl tk gl xorg
 
@@ -28,8 +27,6 @@ USE_LDCONFIG=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix
 CXXFLAGS+=	-I${LOCALBASE}/include -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix
-
-CMAKE_ARGS+=	-DUSE_SUPERBUILD=OFF
 
 OPTIONS_DEFINE=	JPEG MPEG CGNS
 

Modified: head/cad/netgen/distinfo
==============================================================================
--- head/cad/netgen/distinfo	Sat Jun 13 17:50:01 2020	(r538692)
+++ head/cad/netgen/distinfo	Sat Jun 13 18:11:07 2020	(r538693)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1590458542
-SHA256 (NGSolve-netgen-v6.2.2004_GH0.tar.gz) = a41111470baf65090066df85957aea8afdcb568a18f1915946228f3918d91928
-SIZE (NGSolve-netgen-v6.2.2004_GH0.tar.gz) = 3245092
+TIMESTAMP = 1592070746
+SHA256 (NGSolve-netgen-v6.2.2005_GH0.tar.gz) = cc6f678a52e7218525a8181b09f37925566a4d4796113a61a8640c79185dcadb
+SIZE (NGSolve-netgen-v6.2.2005_GH0.tar.gz) = 3248335
 SHA256 (NGSolve-pybind11-v2.4.3_GH0.tar.gz) = 1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d
 SIZE (NGSolve-pybind11-v2.4.3_GH0.tar.gz) = 571127

Modified: head/cad/netgen/pkg-plist
==============================================================================
--- head/cad/netgen/pkg-plist	Sat Jun 13 17:50:01 2020	(r538692)
+++ head/cad/netgen/pkg-plist	Sat Jun 13 18:11:07 2020	(r538693)
@@ -153,6 +153,31 @@ include/nglib.h
 include/occ/occgeom.hpp
 include/occ/occmeshsurf.hpp
 include/occ/vsocc.hpp
+include/pybind11/LICENSE
+include/pybind11/attr.h
+include/pybind11/buffer_info.h
+include/pybind11/cast.h
+include/pybind11/chrono.h
+include/pybind11/common.h
+include/pybind11/complex.h
+include/pybind11/detail/class.h
+include/pybind11/detail/common.h
+include/pybind11/detail/descr.h
+include/pybind11/detail/init.h
+include/pybind11/detail/internals.h
+include/pybind11/detail/typeid.h
+include/pybind11/eigen.h
+include/pybind11/embed.h
+include/pybind11/eval.h
+include/pybind11/functional.h
+include/pybind11/iostream.h
+include/pybind11/numpy.h
+include/pybind11/operators.h
+include/pybind11/options.h
+include/pybind11/pybind11.h
+include/pybind11/pytypes.h
+include/pybind11/stl.h
+include/pybind11/stl_bind.h
 include/soldata.hpp
 include/stlgeom/meshstlsurface.hpp
 include/stlgeom/stlgeom.hpp



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