diff options
-rw-r--r-- | print/py-reportlab/Makefile | 10 | ||||
-rw-r--r-- | print/py-reportlab/distinfo | 6 | ||||
-rw-r--r-- | print/py-reportlab/pkg-descr | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 10b7822577a5..490b6a89a6ed 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= reportlab -PORTVERSION= 3.5.21 -PORTREVISION= 1 +PORTVERSION= 3.5.53 CATEGORIES= print python MASTER_SITES= CHEESESHOP \ https://www.reportlab.com/ftp/ @@ -26,7 +25,7 @@ CONFLICTS= py*-reportlab[^3]-[^3].* \ py*-reportlab-[^3].* PFBFER_VERSION= 20180109 -PFBFER= pfbfer-${PFBFER_VERSION}.zip +PFBFER= pfbfer-${PFBFER_VERSION}.zip MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" @@ -35,7 +34,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= reportlab-userguide.pdf OPTIONS_DEFINE= CJK FREETYPE DOCS -OPTIONS_DEFAULT= CJK FREETYPE +OPTIONS_DEFAULT=CJK FREETYPE # XXX disable this 20190809 while linimon investigates why having it # enabled consumes all memory and swap during poudriere builds. OPTIONS_EXCLUDE_powerpc64= DOCS @@ -65,4 +64,7 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor +do-test: + @(cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ./runAll.py) + .include <bsd.port.mk> diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo index 78ced07a724f..8b031d9529c3 100644 --- a/print/py-reportlab/distinfo +++ b/print/py-reportlab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1556978419 -SHA256 (reportlab-3.5.21.tar.gz) = 08e6e63a4502d3a00062ba9ff9669f95577fbdb1a5f8c6cdb1230c5ee295273a -SIZE (reportlab-3.5.21.tar.gz) = 2854950 +TIMESTAMP = 1603484985 +SHA256 (reportlab-3.5.53.tar.gz) = 49e32586d3a814a5f77407c0590504a72743ca278518b3c0f90182430f2d87af +SIZE (reportlab-3.5.53.tar.gz) = 2897496 SHA256 (pfbfer-20180109.zip) = 851b431550e866b217317d09dd33b5535ae081200975ad4dd25e80be2af10fec SIZE (pfbfer-20180109.zip) = 737561 diff --git a/print/py-reportlab/pkg-descr b/print/py-reportlab/pkg-descr index 62d3a84d2b85..a7adc1b63d44 100644 --- a/print/py-reportlab/pkg-descr +++ b/print/py-reportlab/pkg-descr @@ -19,4 +19,4 @@ following contexts: scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/ +WWW: http://www.reportlab.com/ |