git: 39955faf6ead - main - math/vtk6: Add deprecation notice because it isn't used anywhere
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Oct 2022 08:15:02 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=39955faf6ead97567917837d75d10b96e59a86ee commit 39955faf6ead97567917837d75d10b96e59a86ee Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-24 02:54:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-24 08:14:57 +0000 math/vtk6: Add deprecation notice because it isn't used anywhere --- math/vtk6/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index ab4d25021d4a..b7edd31d79fe 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -12,6 +12,9 @@ WWW= https://www.vtk.org LICENSE= BSD3CLAUSE +DEPRECATED= Old version not used anywhere in the ports tree +EXPIRATION_DATE= 2022-12-23 + LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \