ports/158730: [UPDATE] devel/py-dexml: update to 0.4.2

Ruslan Mahmatkhanov cvs-src at yandex.ru
Fri Jul 8 11:40:01 UTC 2011


>Number:         158730
>Category:       ports
>Synopsis:       [UPDATE] devel/py-dexml: update to 0.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 08 11:40:00 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list