Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2016 16:26:15 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409953 - head/print/py-reportlab2
Message-ID:  <201603021626.u22GQFLU069915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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