- Update to 0.8.5 portlint: looks fine. testport: ok redports: https://redports.org/buildarchive/20140205163700-42275/ Generated with FreeBSD Port Tools 1.00.2014.02.03 (mode: update, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->olivierd I'll take it.
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!