From c54c7beac916dbe8e0f4311ff09b190dee138121 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 6 Apr 2025 21:44:41 +0200 Subject: [PATCH] */*: chase OpenCascade --- cad/PrusaSlicer/Makefile | 2 +- cad/freecad/Makefile | 2 +- cad/gmsh/Makefile | 2 +- cad/horizon-eda/Makefile | 2 +- cad/kicad-devel/Makefile | 1 + cad/kicad/Makefile | 1 + cad/librepcb/Makefile | 1 + cad/py-gmsh/Makefile | 2 +- graphics/f3d/Makefile | 1 + math/deal.ii/Makefile | 2 +- math/topologic/Makefile | 2 +- science/elmerfem/Makefile | 2 +- 12 files changed, 12 insertions(+), 8 deletions(-) diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile index bb736061478d..0f20201d58d1 100644 --- a/cad/PrusaSlicer/Makefile +++ b/cad/PrusaSlicer/Makefile @@ -1,7 +1,7 @@ PORTNAME= PrusaSlicer DISTVERSIONPREFIX=version_ DISTVERSION= 2.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad DIST_SUBDIR= PrusaSlicer diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 28b5d091ecfe..9daab05f2cfc 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -1,6 +1,6 @@ PORTNAME= FreeCAD DISTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MAINTAINER= cmt@FreeBSD.org diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 39beaac739a0..05b472488041 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmsh DISTVERSION= 4.13.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile index 8e3114f6ab3d..673d954b41b9 100644 --- a/cad/horizon-eda/Makefile +++ b/cad/horizon-eda/Makefile @@ -1,7 +1,7 @@ PORTNAME= horizon-eda DISTVERSIONPREFIX= v DISTVERSION= 2.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 2b33b4cc1424..3380041c8b0d 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index a25138e15689..f00d1c413c40 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,5 +1,6 @@ PORTNAME= kicad DISTVERSION= 9.0.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= cad diff --git a/cad/librepcb/Makefile b/cad/librepcb/Makefile index 304333d059cb..1b740266c27c 100644 --- a/cad/librepcb/Makefile +++ b/cad/librepcb/Makefile @@ -1,5 +1,6 @@ PORTNAME= librepcb DISTVERSION= 1.2.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= -source CATEGORIES= cad MASTER_SITES= https://download.librepcb.org/releases/${DISTVERSION}/ diff --git a/cad/py-gmsh/Makefile b/cad/py-gmsh/Makefile index 47ad51caf4fa..958adaa4b313 100644 --- a/cad/py-gmsh/Makefile +++ b/cad/py-gmsh/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmsh DISTVERSION= 4.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad python MASTER_SITES= https://gmsh.info/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile index 82034d6dd95d..b3fcee6e8918 100644 --- a/graphics/f3d/Makefile +++ b/graphics/f3d/Makefile @@ -1,6 +1,7 @@ PORTNAME= f3d DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index 94774c53e916..ee1b6c94c621 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -1,6 +1,6 @@ PORTNAME= deal.II DISTVERSION= 9.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/ DISTNAME= dealii-${DISTVERSION} diff --git a/math/topologic/Makefile b/math/topologic/Makefile index 2930f68ea069..29f4a0e6cff8 100644 --- a/math/topologic/Makefile +++ b/math/topologic/Makefile @@ -1,7 +1,7 @@ PORTNAME= topologic DISTVERSIONPREFIX= v DISTVERSION= 6.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMESUFFIX= -space-modeling-library diff --git a/science/elmerfem/Makefile b/science/elmerfem/Makefile index a671637aad8e..0e5a8d54d2dc 100644 --- a/science/elmerfem/Makefile +++ b/science/elmerfem/Makefile @@ -1,7 +1,7 @@ PORTNAME= elmerfem DISTVERSIONPREFIX= release- DISTVERSION= 9.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= science PATCH_SITES= https://github.com/ElmerCSC/${PORTNAME}/commit/