From rsmith@xs4all.nl  Sat Mar 28 09:52:11 2009
Return-Path: <rsmith@xs4all.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5D1FE106568C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Mar 2009 09:52:11 +0000 (UTC)
	(envelope-from rsmith@xs4all.nl)
Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37])
	by mx1.freebsd.org (Postfix) with ESMTP id EEFEE8FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Mar 2009 09:52:10 +0000 (UTC)
	(envelope-from rsmith@xs4all.nl)
Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160])
	by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id n2S9aP33065037
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Mar 2009 10:36:25 +0100 (CET)
	(envelope-from rsmith@xs4all.nl)
Received: by slackbox.xs4all.nl (Postfix, from userid 1001)
	id 8FD2EBA8D; Sat, 28 Mar 2009 10:36:25 +0100 (CET)
Message-Id: <20090328093625.8FD2EBA8D@slackbox.xs4all.nl>
Date: Sat, 28 Mar 2009 10:36:25 +0100 (CET)
From: Roland Smith <rsmith@xs4all.nl>
Reply-To: Roland Smith <rsmith@xs4all.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] update graphics/stl2pov to 2.4.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         133154
>Category:       ports
>Synopsis:       [PATCH] update graphics/stl2pov to 2.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 28 10:00:06 UTC 2009
>Closed-Date:    Sat Mar 28 12:15:35 UTC 2009
>Last-Modified:  Sat Mar 28 12:20:03 UTC 2009
>Originator:     Roland Smith
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.xs4all.nl 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Wed Jan 7 15:44:17 CET 2009 rsmith@slackbox.xs4all.nl:/usr/obj/usr/src/sys/QUADSLACK amd64


	
>Description:
	I have created a new release of stl2pov, 2.4.3. Although this
	primarily fixes a bug in the windows binary, I'm updating the
	source release as well to keep them in sync.

>How-To-Repeat:
	
>Fix:

Please apply the following patch to the port:
-----stl2pov-port.patch-----
diff -ruN stl2pov.orig/Makefile stl2pov/Makefile
--- stl2pov.orig/Makefile	2008-02-16 09:33:15.000000000 +0100
+++ stl2pov/Makefile	2009-03-28 10:14:25.000000000 +0100
@@ -2,10 +2,10 @@
 # Date created:				9 May 2005
 # Whom:					rsmith@xs4all.nl
 #
-# $FreeBSD: ports/graphics/stl2pov/Makefile,v 1.5 2008/02/16 08:33:15 miwi Exp $
+# $FreeBSD$
 
 PORTNAME=	stl2pov
-PORTVERSION=	2.4.2
+PORTVERSION=	2.4.3
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.xs4all.nl/~rsmith/software/
 
diff -ruN stl2pov.orig/distinfo stl2pov/distinfo
--- stl2pov.orig/distinfo	2008-02-16 09:33:15.000000000 +0100
+++ stl2pov/distinfo	2009-03-28 10:14:30.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (stl2pov-2.4.2.tar.gz) = d56048ef866b9cd85519b6d6cf2adbc6
-SHA256 (stl2pov-2.4.2.tar.gz) = 47ca14c49ad4fcd57560afda357d401bee08d4b5003a3e095fddcc724553c421
-SIZE (stl2pov-2.4.2.tar.gz) = 13365
+MD5 (stl2pov-2.4.3.tar.gz) = 377c8aa80e16daf634fee62320f4b4bc
+SHA256 (stl2pov-2.4.3.tar.gz) = 3126a042943a02f7f4dd3d2bcf7abe5ed40f8371f10d8c46ba9ffec2d87db487
+SIZE (stl2pov-2.4.3.tar.gz) = 13695
-----stl2pov-port.patch-----
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Sat Mar 28 11:15:59 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133154 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Sat Mar 28 12:15:32 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133154 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133154: commit references a PR
Date: Sat, 28 Mar 2009 12:15:22 +0000 (UTC)

 dhn         2009-03-28 12:15:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/stl2pov     Makefile distinfo 
   Log:
   - Update to 2.4.3
   
   PR:             ports/133154
   Submitted by:   Roland Smith <rsmith@xs4all.nl> (maintainer)
   Approved by:    miwi (mentor)
   
   Revision  Changes    Path
   1.6       +1 -1      ports/graphics/stl2pov/Makefile
   1.6       +3 -3      ports/graphics/stl2pov/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
