Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2020 10:35:25 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553249 - head/print/py-reportlab
Message-ID:  <202010251035.09PAZPDo071993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sun Oct 25 10:35:25 2020
New Revision: 553249
URL: https://svnweb.freebsd.org/changeset/ports/553249

Log:
  print/py-reportlab: Update version 3.5.21=>3.5.53
  
  - Add TEST framework
  - Update WWW
  
  PR:		250420
  Submitted by:	osidorkin@gmail.com

Modified:
  head/print/py-reportlab/Makefile
  head/print/py-reportlab/distinfo
  head/print/py-reportlab/pkg-descr

Modified: head/print/py-reportlab/Makefile
==============================================================================
--- head/print/py-reportlab/Makefile	Sun Oct 25 10:35:00 2020	(r553248)
+++ head/print/py-reportlab/Makefile	Sun Oct 25 10:35:25 2020	(r553249)
@@ -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}${PORTNAM
 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
@@ -64,5 +63,8 @@ post-install-DOCS-on:
 .for i in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
+
+do-test:
+	@(cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ./runAll.py)
 
 .include <bsd.port.mk>

Modified: head/print/py-reportlab/distinfo
==============================================================================
--- head/print/py-reportlab/distinfo	Sun Oct 25 10:35:00 2020	(r553248)
+++ head/print/py-reportlab/distinfo	Sun Oct 25 10:35:25 2020	(r553249)
@@ -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

Modified: head/print/py-reportlab/pkg-descr
==============================================================================
--- head/print/py-reportlab/pkg-descr	Sun Oct 25 10:35:00 2020	(r553248)
+++ head/print/py-reportlab/pkg-descr	Sun Oct 25 10:35:25 2020	(r553249)
@@ -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/



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