diff options
author | adam <adam@pkgsrc.org> | 2022-11-23 16:18:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-23 16:18:32 +0000 |
commit | c4a3e052e2a4449eb2a3f616c79131d185e6f6ee (patch) | |
tree | aa11122615289b26a603d8cc8dc8954329859f08 /math/cgal | |
parent | 71596667b607c939aee60c15d4c4282addbf2e8d (diff) | |
download | pkgsrc-c4a3e052e2a4449eb2a3f616c79131d185e6f6ee.tar.gz |
massive revision bump after textproc/icu update
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 388880c83fb..c0b41ad8a84 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.73 2022/09/11 12:51:57 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2022/11/23 16:20:34 adam Exp $ DISTNAME= CGAL-4.14 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 29 +PKGREVISION= 30 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=CGAL/} GITHUB_RELEASE= releases/${DISTNAME} |