svn commit: r409953 - head/print/py-reportlab2

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Mar 2 16:26:16 UTC 2016


Author: rakuco
Date: Wed Mar  2 16:26:15 2016
New Revision: 409953
URL: https://svnweb.freebsd.org/changeset/ports/409953

Log:
  Mark BROKEN, DEPRECATED and expire in 2 months.
  
  Reportlab2 has been unsupported for a long time, and it isn't compatible with
  the current graphics/py-pillow version. Users should use print/py-reportlab
  instead.
  
  PR:		207601
  Submitted by:	Sergey Kozlov <kozlov.sergey.404 at gmail.com> (maintainer)

Modified:
  head/print/py-reportlab2/Makefile

Modified: head/print/py-reportlab2/Makefile
==============================================================================
--- head/print/py-reportlab2/Makefile	Wed Mar  2 16:22:09 2016	(r409952)
+++ head/print/py-reportlab2/Makefile	Wed Mar  2 16:26:15 2016	(r409953)
@@ -17,6 +17,10 @@ COMMENT=	Library to create PDF documents
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		is not compatible with the current version of pillow
+DEPRECATED=	no longer supported - use reportlab 3.x (py-reportlab) instead
+EXPIRATION_DATE=2016-05-02
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-head mailing list