Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 20:45:01 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408758 - head/print/py-pollyreports
Message-ID:  <201602122045.u1CKj1tJ029571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Feb 12 20:45:00 2016
New Revision: 408758
URL: https://svnweb.freebsd.org/changeset/ports/408758

Log:
  print/py-pollyreports: update to 1.7.7
  
  - update to 1.7.7
  
  while here:
  - add NO_ARCH and sort USE_PYTHON
  - drop python version limit, because it builds fine both with 2.x and 3.x
  
  PR:		206871
  Submitted by:	jjachuf@gmail.com (maintainer)

Modified:
  head/print/py-pollyreports/Makefile
  head/print/py-pollyreports/distinfo

Modified: head/print/py-pollyreports/Makefile
==============================================================================
--- head/print/py-pollyreports/Makefile	Fri Feb 12 20:43:31 2016	(r408757)
+++ head/print/py-pollyreports/Makefile	Fri Feb 12 20:45:00 2016	(r408758)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	PollyReports
-PORTVERSION=	1.7.6
+PORTVERSION=	1.7.7
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,13 @@ COMMENT=	Band-oriented PDF report genera
 
 LICENSE=	BSD2CLAUSE
 
-USES=		python:2
-USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 OPTIONS_DEFINE=	REPORTLAB
 
-REPORTLAB_DESC=	Install Reportlab2
-REPORTLAB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2
+REPORTLAB_DESC=	Install Reportlab
+REPORTLAB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}reportlab>=3.0:${PORTSDIR}/print/py-reportlab
 
 .include <bsd.port.mk>

Modified: head/print/py-pollyreports/distinfo
==============================================================================
--- head/print/py-pollyreports/distinfo	Fri Feb 12 20:43:31 2016	(r408757)
+++ head/print/py-pollyreports/distinfo	Fri Feb 12 20:45:00 2016	(r408758)
@@ -1,2 +1,2 @@
-SHA256 (PollyReports-1.7.6.tar.gz) = cc6cbb4a33d8f4b55b98390606b4f1fe8fa4c4a43ebbaca2734fc584fa317b40
-SIZE (PollyReports-1.7.6.tar.gz) = 21619
+SHA256 (PollyReports-1.7.7.tar.gz) = 942ea8970ba8eb03d5f2999d7d8ed2164b19b7e5f574ff1d8a44ed17f58de53b
+SIZE (PollyReports-1.7.7.tar.gz) = 22250



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