From owner-svn-ports-all@freebsd.org Tue Nov 8 20:56:26 2016 Return-Path: Delivered-To: svn-ports-all@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 97BE2C37C3B; Tue, 8 Nov 2016 20:56:26 +0000 (UTC) (envelope-from antoine@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 53D5ABA9; Tue, 8 Nov 2016 20:56:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8KuPMe095783; Tue, 8 Nov 2016 20:56:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8KuPNw095778; Tue, 8 Nov 2016 20:56:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611082056.uA8KuPNw095778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 8 Nov 2016 20:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425762 - in head: converters/py-pisa devel/py-itools graphics/ocrfeeder graphics/py-aafigure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 20:56:26 -0000 Author: antoine Date: Tue Nov 8 20:56:24 2016 New Revision: 425762 URL: https://svnweb.freebsd.org/changeset/ports/425762 Log: Chase print/py-reportlab2 expiration Modified: head/converters/py-pisa/Makefile head/devel/py-itools/Makefile head/graphics/ocrfeeder/Makefile head/graphics/py-aafigure/Makefile Modified: head/converters/py-pisa/Makefile ============================================================================== --- head/converters/py-pisa/Makefile Tue Nov 8 20:52:59 2016 (r425761) +++ head/converters/py-pisa/Makefile Tue Nov 8 20:56:24 2016 (r425762) @@ -13,6 +13,9 @@ COMMENT= PDF generator using HTML and CS LICENSE= APACHE20 +DEPRECATED= Deprecated upstream, depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:www/py-html5lib \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:print/py-reportlab2 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ Modified: head/devel/py-itools/Makefile ============================================================================== --- head/devel/py-itools/Makefile Tue Nov 8 20:52:59 2016 (r425761) +++ head/devel/py-itools/Makefile Tue Nov 8 20:56:24 2016 (r425762) @@ -14,6 +14,9 @@ COMMENT= Python library Provides Wide Ra LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + BUILD_DEPENDS= ${LOCALBASE}/include/poppler/goo/gtypes.h:graphics/poppler \ ${LOCALBASE}/include/git2.h:devel/libgit2 \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.3:print/py-reportlab2 \ Modified: head/graphics/ocrfeeder/Makefile ============================================================================== --- head/graphics/ocrfeeder/Makefile Tue Nov 8 20:52:59 2016 (r425761) +++ head/graphics/ocrfeeder/Makefile Tue Nov 8 20:56:24 2016 (r425762) @@ -12,6 +12,9 @@ COMMENT= Document layout analysis and op LICENSE= GPLv3 +DEPRECATED= Depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + BUILD_DEPENDS= goocanvas2>0:graphics/goocanvas2 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}sane>0:graphics/py-sane \ Modified: head/graphics/py-aafigure/Makefile ============================================================================== --- head/graphics/py-aafigure/Makefile Tue Nov 8 20:52:59 2016 (r425761) +++ head/graphics/py-aafigure/Makefile Tue Nov 8 20:56:24 2016 (r425762) @@ -13,6 +13,9 @@ COMMENT= ASCII art to image converter wr LICENSE= BSD2CLAUSE +DEPRECATED= Depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:print/py-reportlab2