diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-13 23:42:45 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-13 23:42:45 +0000 |
commit | d8ea83b4939f3e961ffa018e2ea17e26dab021ca (patch) | |
tree | 6446ab40e02be638b65cd24863533e5308de8fbb /graphics | |
parent | 373b28277315261d9fe7b26c5ccf8ec3bececb26 (diff) | |
download | pkgsrc-d8ea83b4939f3e961ffa018e2ea17e26dab021ca.tar.gz |
vtk: package version went backwards; put back PKGREVISION and bump
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/vtk/Makefile b/graphics/vtk/Makefile index 2ac13802227..38c5d901d1e 100644 --- a/graphics/vtk/Makefile +++ b/graphics/vtk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/04/13 10:09:20 adam Exp $ +# $NetBSD: Makefile,v 1.20 2022/04/13 23:42:45 tnn Exp $ DISTNAME= VTK-9.0.3 +PKGREVISION= 3 PKGNAME= ${DISTNAME:tl} CATEGORIES= graphics MASTER_SITES= https://www.vtk.org/files/release/${PKGVERSION_NOREV:R}/ |