From owner-svn-ports-head@freebsd.org Wed Mar 2 16:26:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CD89AC16F8; Wed, 2 Mar 2016 16:26:16 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A7B41297; Wed, 2 Mar 2016 16:26:16 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u22GQFS4069916; Wed, 2 Mar 2016 16:26:15 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u22GQFLU069915; Wed, 2 Mar 2016 16:26:15 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603021626.u22GQFLU069915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 2 Mar 2016 16:26:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409953 - head/print/py-reportlab2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 16:26:16 -0000 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 (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