diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:13:56 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:17:16 +0000 |
commit | b082b3d13e8c4872b73fb681eb99b261926ac9cd (patch) | |
tree | f595ef22b44e510f31aa85721e663c20373a4288 /math/cgal | |
parent | 3794e1a2edc06ad14b246dad59ebde670e965186 (diff) |
Diffstat (limited to 'math/cgal')
-rw-r--r-- | math/cgal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 66817a947d25..f9119cf0b750 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -2,7 +2,7 @@ PORTNAME= cgal PORTVERSION= 5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} |