From owner-svn-ports-head@freebsd.org Thu Dec 21 17:41:13 2017 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 3A7D7EA5952; Thu, 21 Dec 2017 17:41:13 +0000 (UTC) (envelope-from sunpoet@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 24BE66F56B; Thu, 21 Dec 2017 17:41:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBLHfBlb053187; Thu, 21 Dec 2017 17:41:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBLHfBC1053185; Thu, 21 Dec 2017 17:41:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712211741.vBLHfBC1053185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 21 Dec 2017 17:41:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456923 - head/print/py-relatorio X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/print/py-relatorio X-SVN-Commit-Revision: 456923 X-SVN-Commit-Repository: ports 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.25 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: Thu, 21 Dec 2017 17:41:13 -0000 Author: sunpoet Date: Thu Dec 21 17:41:10 2017 New Revision: 456923 URL: https://svnweb.freebsd.org/changeset/ports/456923 Log: Update to 0.8.0 - Add LICENSE - Add NO_ARCH - Relax USES=python - Take maintainership Changes: https://groups.google.com/forum/#!forum/python-relatorio Modified: head/print/py-relatorio/Makefile head/print/py-relatorio/distinfo Modified: head/print/py-relatorio/Makefile ============================================================================== --- head/print/py-relatorio/Makefile Thu Dec 21 17:41:06 2017 (r456922) +++ head/print/py-relatorio/Makefile Thu Dec 21 17:41:10 2017 (r456923) @@ -2,20 +2,25 @@ # $FreeBSD$ PORTNAME= relatorio -PORTVERSION= 0.6.4 +PORTVERSION= 0.8.0 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Templating library able to output odt and pdf files -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=2.2:devel/py-lxml@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycha>=0.5.0:graphics/py-pycha@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.07:devel/py-yaml@${FLAVOR} +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2.7 -USE_PYTHON= distutils autoplist +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.0:devel/py-lxml@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}magic>=0:devel/py-magic@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycha>=0.4.0:graphics/py-pycha@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/print/py-relatorio/distinfo ============================================================================== --- head/print/py-relatorio/distinfo Thu Dec 21 17:41:06 2017 (r456922) +++ head/print/py-relatorio/distinfo Thu Dec 21 17:41:10 2017 (r456923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482915148 -SHA256 (relatorio-0.6.4.tar.gz) = 9fa0e93c8c2a1d39a645f40e940fb2832528976f81c0971affeafd9a0e663652 -SIZE (relatorio-0.6.4.tar.gz) = 949912 +TIMESTAMP = 1513861301 +SHA256 (relatorio-0.8.0.tar.gz) = bddf85d029c5c85a0f976d73907e14e4c3093065fe8527170c91abf0218546d9 +SIZE (relatorio-0.8.0.tar.gz) = 1096794