From swell.k@gmail.com  Wed May 26 04:39:44 2010
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0F4131065673
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 May 2010 04:39:44 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54])
	by mx1.freebsd.org (Postfix) with ESMTP id DA0278FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 May 2010 04:39:43 +0000 (UTC)
Received: by pwj5 with SMTP id 5so2812009pwj.13
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 May 2010 21:39:43 -0700 (PDT)
Received: by 10.142.121.4 with SMTP id t4mr5197909wfc.286.1274848780332;
        Tue, 25 May 2010 21:39:40 -0700 (PDT)
Received: from localhost ([216.18.195.111])
        by mx.google.com with ESMTPS id 22sm4964518pzk.1.2010.05.25.21.39.35
        (version=SSLv3 cipher=RC4-MD5);
        Tue, 25 May 2010 21:39:39 -0700 (PDT)
Message-Id: <86zkznwa6y.fsf@gmail.com>
Date: Wed, 26 May 2010 08:36:53 +0400
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] misc/iso-codes: drop PYXML dependency

>Number:         147012
>Category:       ports
>Synopsis:       [patch] misc/iso-codes: drop PYXML dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kwm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 05:07:51 UTC 2010
>Closed-Date:    Thu May 27 21:27:24 UTC 2010
>Last-Modified:  Thu May 27 21:30:04 UTC 2010
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
xmlproc_parse is not used. I guess xml module bundled with python dist
is sufficient.
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: misc/iso-codes/Makefile
===================================================================
RCS file: /a/.cvsup/ports/misc/iso-codes/Makefile,v
retrieving revision 1.48
diff -u -p -r1.48 Makefile
--- misc/iso-codes/Makefile	21 May 2010 12:46:13 -0000	1.48
+++ misc/iso-codes/Makefile	26 May 2010 04:27:03 -0000
@@ -13,8 +13,6 @@ MASTER_SITES=	ftp://pkg-isocodes.alioth.
 MAINTAINER=	kwm@FreeBSD.org
 COMMENT=	Lists of the country, language and currency iso names
 
-BUILD_DEPENDS=	xmlproc_parse:${PORTSDIR}/textproc/py-xml
-
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack gnometarget
 USE_PYTHON_BUILD=	yes
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kwm 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu May 27 02:06:11 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147012 
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Thu May 27 21:27:09 UTC 2010 
State-Changed-Why:  
Committed thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147012: commit references a PR
Date: Thu, 27 May 2010 21:27:09 +0000 (UTC)

 kwm         2010-05-27 21:27:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/iso-codes       Makefile 
   Log:
   Drop build dependancy on xmlproc_parse. Its not needed.
   
   PR:             ports/147012
   Submitted by:   Anonymous <swell.k@gmail.com>
   
   Revision  Changes    Path
   1.49      +0 -2      ports/misc/iso-codes/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:
