From owner-svn-ports-head@freebsd.org Tue Dec 15 13:07:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7A29A43F46; Tue, 15 Dec 2015 13:07:05 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BFC418D0; Tue, 15 Dec 2015 13:07:05 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFD74Vj035120; Tue, 15 Dec 2015 13:07:04 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFD74SH035117; Tue, 15 Dec 2015 13:07:04 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512151307.tBFD74SH035117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 Dec 2015 13:07:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403773 - head/devel/py-odfpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 13:07:05 -0000 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 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