diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-13 20:18:57 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-13 20:18:57 +0000 |
commit | 83f5e2267eee644cd4e435a3af2556ad1844d6da (patch) | |
tree | 1f357c46934fa192cb3bfca4490341a13148c3ff | |
parent | d55dd2b0b1898f9d4a6df2f231972f5858e4c007 (diff) | |
download | ports-83f5e2267eee644cd4e435a3af2556ad1844d6da.tar.gz ports-83f5e2267eee644cd4e435a3af2556ad1844d6da.zip |
cad/ifcopenshell: Fix build with swig 4.2.0+
PR: 279489
Obtained from: https://github.com/IfcOpenShell/IfcOpenShell/commit/589b98053e62ee14b6817e7d2b9f5b6b527310b7
-rw-r--r-- | cad/ifcopenshell/Makefile | 3 | ||||
-rw-r--r-- | cad/ifcopenshell/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/cad/ifcopenshell/Makefile b/cad/ifcopenshell/Makefile index bb94bc580912..d274ba0afa4f 100644 --- a/cad/ifcopenshell/Makefile +++ b/cad/ifcopenshell/Makefile @@ -3,6 +3,9 @@ PORTVERSION= 0.7.0.231127 DISTVERSIONPREFIX= v CATEGORIES= cad +PATCH_SITES= https://github.com/IfcOpenShell/IfcOpenShell/commit/ +PATCHFILES= 589b98053e62ee14b6817e7d2b9f5b6b527310b7.patch:-p1 + MAINTAINER= ports@FreeBSD.org COMMENT= Open source IFC library and geometry engine WWW= https://ifcopenshell.org/ diff --git a/cad/ifcopenshell/distinfo b/cad/ifcopenshell/distinfo index 58f508ca91c9..92dc7a32da27 100644 --- a/cad/ifcopenshell/distinfo +++ b/cad/ifcopenshell/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1701077111 +TIMESTAMP = 1720893264 SHA256 (IfcOpenShell-IfcOpenShell-v0.7.0.231127_GH0.tar.gz) = 85bc511f307df125caca320c340809e3aae372dfd7edcc5b2a4fd7d3020ae81e SIZE (IfcOpenShell-IfcOpenShell-v0.7.0.231127_GH0.tar.gz) = 42587594 SHA256 (IfcOpenShell-svgfill-4d2aa7a_GH0.tar.gz) = a3b7c2071de17aff1e104d1098dfc9fc2aa9de1eee458ff707295dd728e26ab0 SIZE (IfcOpenShell-svgfill-4d2aa7a_GH0.tar.gz) = 19877 +SHA256 (589b98053e62ee14b6817e7d2b9f5b6b527310b7.patch) = 8b5250837f93e8831a26a84bb42b16b62eea5f792008462011a688c7932f41bd +SIZE (589b98053e62ee14b6817e7d2b9f5b6b527310b7.patch) = 1160 |