diff options
author | adam <adam@pkgsrc.org> | 2021-12-08 16:01:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-08 16:01:42 +0000 |
commit | ac26554d9f5c20806cbab620560e5cdb9f5af267 (patch) | |
tree | f19c5de6d0b7dd975754ab007486cb1a5d65f5ef /math/cgal | |
parent | 89042bb7303ab35491df57328b4ced04ed0f68bc (diff) | |
download | pkgsrc-ac26554d9f5c20806cbab620560e5cdb9f5af267.tar.gz |
revbump for icu and libffi
Diffstat (limited to 'math/cgal')
-rw-r--r-- | math/cgal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 132a0cd363c..2c820d0e8b9 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2021/11/15 22:54:20 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2021/12/08 16:05:32 adam Exp $ DISTNAME= CGAL-4.14 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=CGAL/} GITHUB_RELEASE= releases/${DISTNAME} |