svn commit: r343674 - in head/devel/py-xmltodict: . files

Olivier Duchateau olivierd at FreeBSD.org
Mon Feb 10 19:27:14 UTC 2014


Author: olivierd
Date: Mon Feb 10 19:27:13 2014
New Revision: 343674
URL: http://svnweb.freebsd.org/changeset/ports/343674
QAT: https://qat.redports.org/buildarchive/r343674/

Log:
  - Update to 0.8.5
  
  PR:		186487
  Submitted by:	Johannes Jost Meixner (maintainer)

Deleted:
  head/devel/py-xmltodict/files/
Modified:
  head/devel/py-xmltodict/Makefile
  head/devel/py-xmltodict/distinfo

Modified: head/devel/py-xmltodict/Makefile
==============================================================================
--- head/devel/py-xmltodict/Makefile	Mon Feb 10 19:04:09 2014	(r343673)
+++ head/devel/py-xmltodict/Makefile	Mon Feb 10 19:27:13 2014	(r343674)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmltodict
-PORTVERSION=	0.8.3
+PORTVERSION=	0.8.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,4 +16,7 @@ USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
+regression-test: build
+	@cd ${WRKSRC} && nosetests
+
 .include <bsd.port.mk>

Modified: head/devel/py-xmltodict/distinfo
==============================================================================
--- head/devel/py-xmltodict/distinfo	Mon Feb 10 19:04:09 2014	(r343673)
+++ head/devel/py-xmltodict/distinfo	Mon Feb 10 19:27:13 2014	(r343674)
@@ -1,2 +1,2 @@
-SHA256 (xmltodict-0.8.3.tar.gz) = c532590ec58960dc3cca5bd0d4aa4a8774d8a7be537450a23896c5d15c796f55
-SIZE (xmltodict-0.8.3.tar.gz) = 12239
+SHA256 (xmltodict-0.8.5.tar.gz) = 4ba343343316aefa3111cd1e6b889478e6c46cecc6ee7447a996cc9612ad88ba
+SIZE (xmltodict-0.8.5.tar.gz) = 34049


More information about the svn-ports-all mailing list