From owner-svn-ports-all@freebsd.org Sat Jun 13 18:11:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E5DC33EE37; Sat, 13 Jun 2020 18:11:08 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49klyh1v9Vz4LQg; Sat, 13 Jun 2020 18:11:08 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C5C01F14E; Sat, 13 Jun 2020 18:11:08 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05DIB8JT044425; Sat, 13 Jun 2020 18:11:08 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05DIB7vc044422; Sat, 13 Jun 2020 18:11:07 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <202006131811.05DIB7vc044422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 13 Jun 2020 18:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538693 - head/cad/netgen X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/cad/netgen X-SVN-Commit-Revision: 538693 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2020 18:11:08 -0000 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