diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-06-17 04:51:16 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-06-17 04:51:16 +0000 |
commit | 6d6c5520f6e01508a28a0d7b148813979f9b2acf (patch) | |
tree | fd59e7891e15cad0e80eb9919b24f86610509c36 /graphics | |
parent | ba9b50a94af9c3dae55cb78b8a12a6923c941308 (diff) | |
download | ports-6d6c5520f6e01508a28a0d7b148813979f9b2acf.tar.gz ports-6d6c5520f6e01508a28a0d7b148813979f9b2acf.zip |
math/cgal: Update to 5.2.1
- Remove files/patch-CMakeLists.txt
- Remove LD_CONFIG and move USES (pet porlint)
- Bump ports
Changes:
- https://www.cgal.org/2021/03/17/cgal521/
- https://www.cgal.org/2020/12/22/cgal52/
PR: 255171
Approved by: wen
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/colmap/Makefile | 2 | ||||
-rw-r--r-- | graphics/wdune/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index fb427f178cb7..ffb7a1419c77 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= colmap DISTVERSION= 3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/wdune/Makefile b/graphics/wdune/Makefile index bd6be447bb7c..61a4183d5393 100644 --- a/graphics/wdune/Makefile +++ b/graphics/wdune/Makefile @@ -2,6 +2,7 @@ PORTNAME= wdune PORTVERSION= 1.926 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ourproject.org/pub/wdune/ |