From amdmi3@amdmi3.ru  Wed Oct  1 11:37:16 2008
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1D9DD1065691
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Oct 2008 11:37:16 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85])
	by mx1.freebsd.org (Postfix) with ESMTP id CB5838FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Oct 2008 11:37:15 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.69)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1Kl016-0000X9-6z; Wed, 01 Oct 2008 15:37:16 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 38B42701C;
	Wed,  1 Oct 2008 15:36:35 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 1ED3B1702D; Wed,  1 Oct 2008 15:37:26 +0400 (MSD)
Message-Id: <20081001113726.1ED3B1702D@hades.panopticon>
Date: Wed,  1 Oct 2008 15:37:26 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nork@FreeBSD.org
Subject: [PATCH] graphics/ilmbase: fix typo
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127767
>Category:       ports
>Synopsis:       [PATCH] graphics/ilmbase: fix typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nork
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 01 11:40:02 UTC 2008
>Closed-Date:    Thu Oct 02 21:53:58 UTC 2008
>Last-Modified:  Thu Oct  2 22:00:08 UTC 2008
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008
>Description:
There's typo in the Makefile, so CONFLICTS are incorrect.

Port maintainer (nork@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ilmbase-1.0.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/ilmbase/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	23 Jul 2008 17:17:10 -0000	1.7
+++ Makefile	1 Oct 2008 11:36:46 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	nork@FreeBSD.org
 COMMENT=	ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex
 
-CONFLICT=	OpenEXR-1.[0-4].*
+CONFLICTS=	OpenEXR-1.[0-4].*
 
 OPTIONS=	THREAD	"Enable multithreaded file I/O support"	on
 
--- ilmbase-1.0.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nork 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 1 11:40:25 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127767 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Thu Oct 2 21:53:38 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127767: commit references a PR
Date: Thu,  2 Oct 2008 21:53:44 +0000 (UTC)

 nork        2008-10-02 21:53:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/ilmbase     Makefile 
   Log:
   Fix typo.
   
   PR:             ports/127767
   Submitted by:   amdmi3
   
   Revision  Changes    Path
   1.8       +1 -1      ports/graphics/ilmbase/Makefile
 _______________________________________________
 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:
