Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 13:07:04 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403773 - head/devel/py-odfpy
Message-ID:  <201512151307.tBFD74SH035117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Dec 15 13:07:04 2015
New Revision: 403773
URL: https://svnweb.freebsd.org/changeset/ports/403773

Log:
  - Update to 1.3.1
  - Add LICENSE
  - Update WWW

Modified:
  head/devel/py-odfpy/Makefile
  head/devel/py-odfpy/distinfo
  head/devel/py-odfpy/pkg-descr

Modified: head/devel/py-odfpy/Makefile
==============================================================================
--- head/devel/py-odfpy/Makefile	Tue Dec 15 11:04:46 2015	(r403772)
+++ head/devel/py-odfpy/Makefile	Tue Dec 15 13:07:04 2015	(r403773)
@@ -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>

Modified: head/devel/py-odfpy/distinfo
==============================================================================
--- head/devel/py-odfpy/distinfo	Tue Dec 15 11:04:46 2015	(r403772)
+++ head/devel/py-odfpy/distinfo	Tue Dec 15 13:07:04 2015	(r403773)
@@ -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

Modified: head/devel/py-odfpy/pkg-descr
==============================================================================
--- head/devel/py-odfpy/pkg-descr	Tue Dec 15 11:04:46 2015	(r403772)
+++ head/devel/py-odfpy/pkg-descr	Tue Dec 15 13:07:04 2015	(r403773)
@@ -5,4 +5,4 @@ invalid documents. It has checks that ra
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512151307.tBFD74SH035117>