From nobody@FreeBSD.org  Fri Jul  8 11:35:54 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EBF5D1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Jul 2011 11:35:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C2CC48FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Jul 2011 11:35:54 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p68BZs2J069397
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 8 Jul 2011 11:35:54 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p68BZsE6069396;
	Fri, 8 Jul 2011 11:35:54 GMT
	(envelope-from nobody)
Message-Id: <201107081135.p68BZsE6069396@red.freebsd.org>
Date: Fri, 8 Jul 2011 11:35:54 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/py-dexml: update to 0.4.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         158730
>Category:       ports
>Synopsis:       [UPDATE] devel/py-dexml: update to 0.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 08 11:40:00 UTC 2011
>Closed-Date:    Thu Aug 04 01:21:01 UTC 2011
>Last-Modified:  Thu Aug 04 01:21:01 UTC 2011
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-CURRENT
>Organization:
>Environment:
9.0-CURRENT i386
>Description:
- update to 0.4.2
- add license
- fix whitespace nits in pkg-descr

tinderbuild log (8.2-RELEASE):
http://happy-nation.by.ru/ports/tb/py27-dexml-0.4.2.log


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa py-dexml.orig/Makefile py-dexml/Makefile
--- py-dexml.orig/Makefile	2011-04-22 06:12:05.000000000 +0400
+++ py-dexml/Makefile	2011-07-08 15:22:29.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dexml
-PORTVERSION=	0.4.1
+PORTVERSION=	0.4.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,9 @@
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	A dead-simple Object-XML mapper for Python
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
 USE_PYTHON=		2.5+
 USE_PYDISTUTILS=	yes
 
diff -ruNa py-dexml.orig/distinfo py-dexml/distinfo
--- py-dexml.orig/distinfo	2011-04-22 06:12:05.000000000 +0400
+++ py-dexml/distinfo	2011-07-08 15:21:26.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (dexml-0.4.1.tar.gz) = d13b1986c92c0f26e973ff7c8234bc399d3f577cad689d5053d14514035b64a4
-SIZE (dexml-0.4.1.tar.gz) = 18002
+SHA256 (dexml-0.4.2.tar.gz) = 71f7100a67f766eb47689131e2acfb9e19c190d20885f5928cded88d0a3602ea
+SIZE (dexml-0.4.2.tar.gz) = 23731
diff -ruNa py-dexml.orig/pkg-descr py-dexml/pkg-descr
--- py-dexml.orig/pkg-descr	2010-01-03 11:13:38.000000000 +0300
+++ py-dexml/pkg-descr	2011-07-08 15:22:53.000000000 +0400
@@ -1,6 +1,6 @@
 The dexml module takes the obvious mapping between XML tags and
 Python objects and lets you capture that as cleanly as possible.
 Loosely inspired by Django's ORM, you write simple class definitions
-to define the expected structure of your XML document. 
+to define the expected structure of your XML document.
 
-WWW:	http://www.rfk.id.au/software/ 
+WWW:	http://www.rfk.id.au/software/


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jul 8 11:40:10 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158730: commit references a PR
Date: Thu,  4 Aug 2011 01:19:36 +0000 (UTC)

 wen         2011-08-04 01:19:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-dexml       Makefile distinfo pkg-descr 
   Log:
   - Update to 0.4.2
   - Add LICENSE
   - Remove whitespace in pkg-descr
   
   PR:             ports/158730
   Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
   
   Revision  Changes    Path
   1.10      +5 -3      ports/devel/py-dexml/Makefile
   1.9       +2 -2      ports/devel/py-dexml/distinfo
   1.2       +2 -2      ports/devel/py-dexml/pkg-descr
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Thu Aug 4 01:21:00 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158730 
>Unformatted:
