diff options
Diffstat (limited to 'graphics/osg34/Makefile')
-rw-r--r-- | graphics/osg34/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile index 4732c45355a7..d40d201ac11e 100644 --- a/graphics/osg34/Makefile +++ b/graphics/osg34/Makefile @@ -1,11 +1,11 @@ PORTNAME= osg PORTVERSION= 3.4.1 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 64 +PORTREVISION= 65 CATEGORIES= graphics PKGNAMESUFFIX= 34 -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering WWW= https://www.openscenegraph.org/ @@ -14,6 +14,9 @@ LICENSE_NAME= OpenSceneGraph Public License LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Obsolete version released in 2015 +EXPIRATION_DATE=2025-09-10 + LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff |