Index: head/devel/py-odfpy/Makefile =================================================================== --- head/devel/py-odfpy/Makefile (revision 403772) +++ head/devel/py-odfpy/Makefile (revision 403773) @@ -1,18 +1,20 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= odfpy -PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://opendocumentfellowship.com/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python API and Tools to Manipulate OpenDocument Files +LICENSE= APACHE20 GPLv2 +LICENSE_COMB= dual + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Index: head/devel/py-odfpy/distinfo =================================================================== --- head/devel/py-odfpy/distinfo (revision 403772) +++ head/devel/py-odfpy/distinfo (revision 403773) @@ -1,2 +1,2 @@ -SHA256 (odfpy-0.9.6.tar.gz) = 907f62853858913bc3d5b00e4be4f4e5d56ab3f0d51125a54e949824b560f0bf -SIZE (odfpy-0.9.6.tar.gz) = 452061 +SHA256 (odfpy-1.3.1.tar.gz) = 0292500fbe716fd261bfef71ddf231fd9bc913d2b0a1ced91a2488bdf3c9fcea +SIZE (odfpy-1.3.1.tar.gz) = 469339 Index: head/devel/py-odfpy/pkg-descr =================================================================== --- head/devel/py-odfpy/pkg-descr (revision 403772) +++ head/devel/py-odfpy/pkg-descr (revision 403773) @@ -1,8 +1,8 @@ Odfpy aims to be a complete API for OpenDocument in Python. Unlike other more convenient APIs, this one is essentially an abstraction layer just above the XML format. The main focus has been to prevent the programmer from creating invalid documents. It has checks that raise an exception if the programmer adds an invalid element, adds an attribute unknown to the grammar, forgets to add a required attribute or adds text to an element that doesn't allow it. -WWW: http://opendocumentfellowship.com/development/projects/odfpy +WWW: https://github.com/eea/odfpy