aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-08-04 09:19:27 +0800
committerwen <wen@FreeBSD.org>2011-08-04 09:19:27 +0800
commitf3b2dc480b633a289733cfbdc5b1d04046f2b211 (patch)
treeccad32a8ad785f8fe5ff0c911d7a59bbeab2bace /devel
parent03bf384113490144f74487b4c691af657ff4dd3a (diff)
downloadfreebsd-ports-gnome-f3b2dc480b633a289733cfbdc5b1d04046f2b211.tar.gz
freebsd-ports-gnome-f3b2dc480b633a289733cfbdc5b1d04046f2b211.tar.zst
freebsd-ports-gnome-f3b2dc480b633a289733cfbdc5b1d04046f2b211.zip
- Update to 0.4.2
- Add LICENSE - Remove whitespace in pkg-descr PR: ports/158730 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'devel')
-rw-r--r--devel/py-dexml/Makefile8
-rw-r--r--devel/py-dexml/distinfo4
-rw-r--r--devel/py-dexml/pkg-descr4
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/py-dexml/Makefile b/devel/py-dexml/Makefile
index c41d5fee2826..24fa00a56faf 100644
--- a/devel/py-dexml/Makefile
+++ b/devel/py-dexml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dexml
-PORTVERSION= 0.4.1
+PORTVERSION= 0.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A dead-simple Object-XML mapper for Python
-USE_PYTHON= 2.5+
-USE_PYDISTUTILS= yes
+LICENSE= MIT
+
+USE_PYTHON= 2.5+
+USE_PYDISTUTILS=yes
.include <bsd.port.mk>
diff --git a/devel/py-dexml/distinfo b/devel/py-dexml/distinfo
index 94d005e6943a..c7789057030e 100644
--- a/devel/py-dexml/distinfo
+++ b/devel/py-dexml/distinfo
@@ -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 --git a/devel/py-dexml/pkg-descr b/devel/py-dexml/pkg-descr
index 5c56b0dff20e..f2ede9fd2422 100644
--- a/devel/py-dexml/pkg-descr
+++ b/devel/py-dexml/pkg-descr
@@ -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/