svn commit: r456923 - head/print/py-relatorio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 21 17:41:13 UTC 2017


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list