Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2011 11:35:54 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158730: [UPDATE] devel/py-dexml: update to 0.4.2
Message-ID:  <201107081135.p68BZsE6069396@red.freebsd.org>
Resent-Message-ID: <201107081140.p68Be0GV034223@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107081135.p68BZsE6069396>