diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-01-22 02:51:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-01-22 02:51:14 +0000 |
commit | 6bc1ba72a11824fa996b0cc08e67d31bc06c84b4 (patch) | |
tree | b8fbcde97295d54720f59ee9deed6ed0a164b249 | |
parent | - Correct package range in 5c5f19ce-43af-11e1-89b4-001ec9578670 (diff) |
Maintainer states that development has stopped, so set an expiration date
and turn it back over to the pool.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=289583
-rw-r--r-- | graphics/vrml2pov/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/vrml2pov/Makefile b/graphics/vrml2pov/Makefile index 9612051e6a4a..b11a8cc153a2 100644 --- a/graphics/vrml2pov/Makefile +++ b/graphics/vrml2pov/Makefile @@ -12,12 +12,14 @@ CATEGORIES= graphics MASTER_SITES= http://www.chemicalgraphics.com/paul/vrml2pov/dist/v${PORTVERSION}/ DISTNAME= vrml2pov-src -MAINTAINER= dieringe@zedat.fu-berlin.de +MAINTAINER= ports@FreeBSD.org COMMENT= Convert VRML files to POVRay source RESTRICTED= Redistribution is not allowed BROKEN= unfetchable +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2012-03-21 USE_ZIP= yes USE_GMAKE= yes |