diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-09-21 03:58:36 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-09-21 03:58:36 +0800 |
commit | 3f1915711db5e32dd082295bb1a3e4eb36969d34 (patch) | |
tree | a51739299eb50775d07449156a9b1480d39889ef /graphics | |
parent | c6356441d21b33d19d009460d24d585dcc57b68b (diff) | |
download | freebsd-ports-gnome-3f1915711db5e32dd082295bb1a3e4eb36969d34.tar.gz freebsd-ports-gnome-3f1915711db5e32dd082295bb1a3e4eb36969d34.tar.zst freebsd-ports-gnome-3f1915711db5e32dd082295bb1a3e4eb36969d34.zip |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mesa-dri/Makefile | 2 | ||||
-rw-r--r-- | graphics/pcl-pointclouds/Makefile | 2 | ||||
-rw-r--r-- | graphics/qgis-ltr/Makefile | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index d89fc4ee1d6d..7e3a4796157b 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -3,7 +3,7 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index e79a6d126d14..51441481e604 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcl DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.9.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics math PKGNAMESUFFIX= -pointclouds diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index 9d2b0b566cb1..f160c554c4dd 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -4,6 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_4_11 +PORTREVISION= 1 CATEGORIES= graphics geography PKGNAMESUFFIX= -ltr |