summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-09 17:48:03 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-09 17:48:03 +0000
commit78446ebd522739a8a4100a355d53ebe7d0f0e967 (patch)
treef638be090fd5a3a83983ebd52de3ebf05edc35aa /graphics
parentfix a stupid typo (diff)
Update to 3.1e
And fix checksum
Notes
Notes: svn path=/head/; revision=18695
Diffstat (limited to 'graphics')
-rw-r--r--graphics/povray31/Makefile4
-rw-r--r--graphics/povray31/distinfo2
-rw-r--r--graphics/povray31/files/patch-aa4
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/"