diff options
author | jmz <jmz@FreeBSD.org> | 2000-04-04 23:30:11 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-04-04 23:30:11 +0000 |
commit | c85b13e5e739f8659858a49eb7bc9419d0da00f7 (patch) | |
tree | b751118e68fd6d55fd04439916ff8d72cfd9111e /graphics/povray31 | |
parent | 58940953cbef2ef3886957324990857567679de6 (diff) | |
download | FreeBSD-ports-c85b13e5e739f8659858a49eb7bc9419d0da00f7.zip FreeBSD-ports-c85b13e5e739f8659858a49eb7bc9419d0da00f7.tar.gz |
Fix the version number. It is 3.1g, not 3.1e
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
Diffstat (limited to 'graphics/povray31')
-rw-r--r-- | graphics/povray31/Makefile | 2 | ||||
-rw-r--r-- | graphics/povray31/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/povray31/Makefile b/graphics/povray31/Makefile index 1535aba..23b9474 100644 --- a/graphics/povray31/Makefile +++ b/graphics/povray31/Makefile @@ -7,7 +7,7 @@ # DISTNAME= povray31 -PKGNAME= povray-3.1e +PKGNAME= povray-3.1g CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/Official/Unix/ \ ftp://www.hensa.ac.uk/mirrors/povray/Old-Versions/Official-3.0/Unix/ \ diff --git a/graphics/povray31/pkg-descr b/graphics/povray31/pkg-descr index b3c1e3e..240e032 100644 --- a/graphics/povray31/pkg-descr +++ b/graphics/povray31/pkg-descr @@ -1,4 +1,4 @@ -POV-Ray(TM) 3.1d Persistence of Vision Ray Tracer +POV-Ray(TM) 3.1g Persistence of Vision Ray Tracer The Persistence of Vision(TM) Ray-Tracer creates three-dimensional, photo-realistic images using a rendering technique called ray-tracing. It @@ -9,7 +9,7 @@ process by any means, but it produces very high quality images with realistic reflections, shading, perspective and other effects. Legal and License information can be consulted in the following file -/usr/local/lib/povray3/povlegal.doc +/usr/local/lib/povray31/povlegal.doc WWW: http://www.povray.org/ |