ports/158175: [patch] Update graphics/stl2pov to 2.5.0
Roland Smith
rsmith at xs4all.nl
Wed Jun 22 21:50:09 UTC 2011
>Number: 158175
>Category: ports
>Synopsis: [patch] Update graphics/stl2pov to 2.5.0
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Jun 22 21:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Roland Smith
>Release: FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.erewhon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sat Feb 26 01:45:50 CET 2011 rsmith at slackbox.erewhon.net:/usr/obj/usr/src/sys/QUADSLACK amd64
>Description:
Version 2.4.4 of stl2pov has two serious bugs. One relating to the
handling of the difference between the coordinate systems of the STL file
and the POV-ray file format, and the second relating to the reading of
binary files. I have released version 2.5.0 with a fix for
these. Additionally I've updated the master-site URL.
>How-To-Repeat:
Try version 2.4.4; it will produce corrupt output for binary STL files.
>Fix:
Apply the following patch to the port:
------------------------------------------
diff --git a/port/Makefile b/port/Makefile
index f9a500e..c7f3d8d 100644
--- a/port/Makefile
+++ b/port/Makefile
@@ -5,9 +5,9 @@
# $FreeBSD$
PORTNAME= stl2pov
-PORTVERSION= 2.4.4
+PORTVERSION= 2.5.0
CATEGORIES= graphics
-MASTER_SITES= http://www.xs4all.nl/~rsmith/software/
+MASTER_SITES= http://rsmith.home.xs4all.nl/software/
MAINTAINER= rsmith at xs4all.nl
COMMENT= Converts STL models to POV-Ray meshes
diff --git a/port/distinfo b/port/distinfo
index cf31904..23dc41c 100644
--- a/port/distinfo
+++ b/port/distinfo
@@ -1,2 +1,2 @@
-SHA256 (stl2pov-2.4.4.tar.gz) = 7eb60c44dd70c47eab792eeea314b2f7a1dd2059df88a73b9ab478d8066b862f
-SIZE (stl2pov-2.4.4.tar.gz) = 13827
+SHA256 (stl2pov-2.5.0.tar.gz) = 6a22915b7577db1166b03805ceb1aa01d2aa4afff67267fd4ef0246b701e3ab2
+SIZE (stl2pov-2.5.0.tar.gz) = 14341
------------------------------------------
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list