diff options
| author | Wen Heping <wen@FreeBSD.org> | 2015-12-15 13:07:04 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2015-12-15 13:07:04 +0000 |
| commit | 163dc04140c67b5f9268f9de0494dc5ae0b2e0bf (patch) | |
| tree | 5df26e9b89a30933584c555cb8f8a1a310075cb4 | |
| parent | OpenSubdiv is a set of open source libraries that implement high (diff) | |
- Update to 1.3.1
- Add LICENSE
- Update WWW
| -rw-r--r-- | devel/py-odfpy/Makefile | 8 | ||||
| -rw-r--r-- | devel/py-odfpy/distinfo | 4 | ||||
| -rw-r--r-- | devel/py-odfpy/pkg-descr | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/py-odfpy/Makefile b/devel/py-odfpy/Makefile index 755ec4ca92ef..37c9ab4eecb5 100644 --- a/devel/py-odfpy/Makefile +++ b/devel/py-odfpy/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= odfpy -PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://opendocumentfellowship.com/files/ @@ -12,7 +11,10 @@ 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 <bsd.port.mk> diff --git a/devel/py-odfpy/distinfo b/devel/py-odfpy/distinfo index 24c4c59102b7..c531228eca34 100644 --- a/devel/py-odfpy/distinfo +++ b/devel/py-odfpy/distinfo @@ -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 diff --git a/devel/py-odfpy/pkg-descr b/devel/py-odfpy/pkg-descr index ca698cdcb70f..21b286be92bc 100644 --- a/devel/py-odfpy/pkg-descr +++ b/devel/py-odfpy/pkg-descr @@ -5,4 +5,4 @@ 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 |
