diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-12 17:04:37 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-12 17:04:37 +0000 |
commit | 0b5864f66c9ebdb1fe499427d12253b51ae298d1 (patch) | |
tree | 81ef83b36dbb3d2668a1fa9f050eeb07db79e821 /graphics | |
parent | dns/nsd: Security update to 4.3.4 (diff) |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run
Notes
Notes:
svn path=/head/; revision=557839
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/colmap/Makefile | 2 | ||||
-rw-r--r-- | graphics/digikam/Makefile | 2 | ||||
-rw-r--r-- | graphics/instant-meshes/Makefile | 2 | ||||
-rw-r--r-- | graphics/krita/Makefile | 2 | ||||
-rw-r--r-- | graphics/mirtk/Makefile | 1 | ||||
-rw-r--r-- | graphics/movit/Makefile | 2 | ||||
-rw-r--r-- | graphics/open3d/Makefile | 2 | ||||
-rw-r--r-- | graphics/opencv-core/Makefile | 2 | ||||
-rw-r--r-- | graphics/opencv-java/Makefile | 2 | ||||
-rw-r--r-- | graphics/opencv/Makefile | 2 | ||||
-rw-r--r-- | graphics/opengv/Makefile | 2 | ||||
-rw-r--r-- | graphics/pcl-pointclouds/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-open3d-python/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-opencv/Makefile | 2 | ||||
-rw-r--r-- | graphics/vpaint/Makefile | 1 | ||||
-rw-r--r-- | graphics/vv/Makefile | 2 |
16 files changed, 16 insertions, 14 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 675ca7928a1b..a6c438139eb2 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -2,7 +2,7 @@ PORTNAME= colmap DISTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 9b76b40deb9d..e5cb334cbd5d 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -2,7 +2,7 @@ PORTNAME= digikam DISTVERSION= 7.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/digikam/${PORTVERSION} diff --git a/graphics/instant-meshes/Makefile b/graphics/instant-meshes/Makefile index 8b90b2022d66..b44cc99a9d8e 100644 --- a/graphics/instant-meshes/Makefile +++ b/graphics/instant-meshes/Makefile @@ -3,7 +3,7 @@ PORTNAME= instant-meshes DISTVERSION= 0.0-42 DISTVERSIONSUFFIX= -g4a083f4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= greg@unrelenting.technology diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 28066c0b0940..cc6f26166ca8 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -2,7 +2,7 @@ PORTNAME= krita DISTVERSION= 4.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile index 87f0b3508aae..4b6f6c699701 100644 --- a/graphics/mirtk/Makefile +++ b/graphics/mirtk/Makefile @@ -3,6 +3,7 @@ PORTNAME= mirtk DISTVERSIONPREFIX= v DISTVERSION= 2.0.0-122 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g38210fa CATEGORIES= graphics diff --git a/graphics/movit/Makefile b/graphics/movit/Makefile index 9f4b9c1efefa..8e1e4aca9081 100644 --- a/graphics/movit/Makefile +++ b/graphics/movit/Makefile @@ -2,7 +2,7 @@ PORTNAME= movit PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://${PORTNAME}.sesse.net/ diff --git a/graphics/open3d/Makefile b/graphics/open3d/Makefile index d0b8d44fa370..7686c3b5dc68 100644 --- a/graphics/open3d/Makefile +++ b/graphics/open3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= Open3D DISTVERSIONPREFIX= v DISTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/opencv-core/Makefile b/graphics/opencv-core/Makefile index 409189475995..fa0de009e639 100644 --- a/graphics/opencv-core/Makefile +++ b/graphics/opencv-core/Makefile @@ -1,7 +1,7 @@ # Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -${OCV_SLAVE} COMMENT= OpenCV core libraries diff --git a/graphics/opencv-java/Makefile b/graphics/opencv-java/Makefile index 69e4dc9ad8c9..37818c96021b 100644 --- a/graphics/opencv-java/Makefile +++ b/graphics/opencv-java/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics java PKGNAMESUFFIX= -${OCV_SLAVE} diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 1163f5da2a2d..1cc021d34868 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -3,7 +3,7 @@ PORTNAME= opencv PORTVERSION= 3.4.1 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= graphics MAINTAINER= tcberner@FreeBSD.org diff --git a/graphics/opengv/Makefile b/graphics/opengv/Makefile index 21042235065b..c57eae3d67e4 100644 --- a/graphics/opengv/Makefile +++ b/graphics/opengv/Makefile @@ -2,7 +2,7 @@ PORTNAME= opengv DISTVERSION= g20181024 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index 95e8c2d77b1a..0f3145c24b8e 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcl DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics math PKGNAMESUFFIX= -pointclouds diff --git a/graphics/py-open3d-python/Makefile b/graphics/py-open3d-python/Makefile index 6a1c9c8526be..2cfb7b720280 100644 --- a/graphics/py-open3d-python/Makefile +++ b/graphics/py-open3d-python/Makefile @@ -3,7 +3,7 @@ PORTNAME= open3d-python DISTVERSIONPREFIX= v DISTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-opencv/Makefile b/graphics/py-opencv/Makefile index c3806724719d..216eefd2a1cb 100644 --- a/graphics/py-opencv/Makefile +++ b/graphics/py-opencv/Makefile @@ -1,7 +1,7 @@ # Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/vpaint/Makefile b/graphics/vpaint/Makefile index bed7d22783d2..e6c1eefce962 100644 --- a/graphics/vpaint/Makefile +++ b/graphics/vpaint/Makefile @@ -3,6 +3,7 @@ PORTNAME= vpaint PORTVERSION= 1.7 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= graphics diff --git a/graphics/vv/Makefile b/graphics/vv/Makefile index 8bc7c9bc19ca..c3fb67761bb7 100644 --- a/graphics/vv/Makefile +++ b/graphics/vv/Makefile @@ -4,7 +4,7 @@ PORTNAME= vv DISTVERSIONPREFIX= v DISTVERSION= 1.4.0-383 DISTVERSIONSUFFIX= -g7a783a8b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org |