diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-10 01:48:03 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-10 01:48:03 +0800 |
commit | 503ada9372c6a7c3cac10dc3871f2c84369aa077 (patch) | |
tree | fcbe7b42ec5d2e70fe1b91c6290ae60b360286b1 /graphics/povray31 | |
parent | 8d1913e476f54f08443a9a321542ac0dfd917f63 (diff) | |
download | freebsd-ports-gnome-503ada9372c6a7c3cac10dc3871f2c84369aa077.tar.gz freebsd-ports-gnome-503ada9372c6a7c3cac10dc3871f2c84369aa077.tar.zst freebsd-ports-gnome-503ada9372c6a7c3cac10dc3871f2c84369aa077.zip |
Update to 3.1e
And fix checksum
Diffstat (limited to 'graphics/povray31')
-rw-r--r-- | graphics/povray31/Makefile | 4 | ||||
-rw-r--r-- | graphics/povray31/distinfo | 2 | ||||
-rw-r--r-- | graphics/povray31/files/patch-aa | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/povray31/Makefile b/graphics/povray31/Makefile index 7721dadda0b5..29aaaac01fb0 100644 --- a/graphics/povray31/Makefile +++ b/graphics/povray31/Makefile @@ -3,11 +3,11 @@ # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/03/20 14:53:01 dburr Exp $ # DISTNAME= povray3 -PKGNAME= povray-3.1d +PKGNAME= povray-3.1e CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/Official/MS-Dos/ \ ftp://ftp.povray.org/pub/povray/Old-Versions/Official-3.0/Unix/ \ diff --git a/graphics/povray31/distinfo b/graphics/povray31/distinfo index f8119a986981..1ab395a614f5 100644 --- a/graphics/povray31/distinfo +++ b/graphics/povray31/distinfo @@ -1,3 +1,3 @@ -MD5 (povmsd_s.zip) = b6b8a97858967b77eab0166b24aa9e0d +MD5 (povmsd_s.zip) = ca54da52dc5e190dea381e90e40280b5 MD5 (povuni_s.tgz) = d4abb22e4d90dda2c58c507bf7e1575c MD5 (povuni_d.tgz) = 8b0d2663b9d1f2989f1233d35133a32a diff --git a/graphics/povray31/files/patch-aa b/graphics/povray31/files/patch-aa index 0ec9e51860a1..81885ab4fa61 100644 --- a/graphics/povray31/files/patch-aa +++ b/graphics/povray31/files/patch-aa @@ -3,7 +3,7 @@ *************** *** 35,42 **** - #define POV_RAY_VERSION "3.1d" + #define POV_RAY_VERSION "3.1e" ! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:" ! #define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................." @@ -12,7 +12,7 @@ /* Number of help pages (numbered 0 to MAX_HELP_PAGE). */ --- 35,42 ---- - #define POV_RAY_VERSION "3.1d" + #define POV_RAY_VERSION "3.1e" ! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled for" ! #define DISTRIBUTION_MESSAGE_2 "FreeBSD, http://www.freebsd.org/" |