diff options
author | rm <rm@FreeBSD.org> | 2016-02-13 04:45:00 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-02-13 04:45:00 +0800 |
commit | 35d3b1a5340b5fad2583037924dc80a51eb1a703 (patch) | |
tree | 91b2a8ee1d56d03f8ff41da671406ed93a90a325 /print/py-pollyreports | |
parent | 350841efd737da88d15e8f46cc09c8a512160f64 (diff) | |
download | freebsd-ports-graphics-35d3b1a5340b5fad2583037924dc80a51eb1a703.tar.gz freebsd-ports-graphics-35d3b1a5340b5fad2583037924dc80a51eb1a703.tar.zst freebsd-ports-graphics-35d3b1a5340b5fad2583037924dc80a51eb1a703.zip |
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)
Diffstat (limited to 'print/py-pollyreports')
-rw-r--r-- | print/py-pollyreports/Makefile | 11 | ||||
-rw-r--r-- | print/py-pollyreports/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/print/py-pollyreports/Makefile b/print/py-pollyreports/Makefile index 9c4220760c9..cc6efc536a6 100644 --- a/print/py-pollyreports/Makefile +++ b/print/py-pollyreports/Makefile @@ -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 generation from database query 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> diff --git a/print/py-pollyreports/distinfo b/print/py-pollyreports/distinfo index e0e2219cf77..c76e1fa14c8 100644 --- a/print/py-pollyreports/distinfo +++ b/print/py-pollyreports/distinfo @@ -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 |