diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-12 20:45:00 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-12 20:45:00 +0000 |
commit | 8a8e1be6d5f1e6a84d87fca8ff06eb8c9f3bdec7 (patch) | |
tree | 91b2a8ee1d56d03f8ff41da671406ed93a90a325 /print | |
parent | 69ee3103181dfab14153a6158d1a9e2b37c98149 (diff) | |
download | ports-8a8e1be6d5f1e6a84d87fca8ff06eb8c9f3bdec7.tar.gz ports-8a8e1be6d5f1e6a84d87fca8ff06eb8c9f3bdec7.zip |
Notes
Diffstat (limited to 'print')
-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 9c4220760c9e..cc6efc536a6f 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 e0e2219cf77a..c76e1fa14c8b 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 |