From owner-svn-ports-head@freebsd.org Thu Feb 11 17:22:01 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 D9396AA5A0A; Thu, 11 Feb 2016 17:22:01 +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 AB314FC4; Thu, 11 Feb 2016 17:22:01 +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 u1BHM0NE046730; Thu, 11 Feb 2016 17:22:00 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BHM0cg046729; Thu, 11 Feb 2016 17:22:00 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602111722.u1BHM0cg046729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 11 Feb 2016 17:22:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408692 - head/graphics/py-imaging 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: Thu, 11 Feb 2016 17:22:01 -0000 Author: rakuco Date: Thu Feb 11 17:22:00 2016 New Revision: 408692 URL: https://svnweb.freebsd.org/changeset/ports/408692 Log: Deprecate and expire in 1 month. No ports currently depend on graphics/py-imaging, and graphics/py-pillow tracks the fork that is actually being maintained (PIL's last release is from 2009). PR: 207111 Approved by: mainland@apeiron.net (maintainer) Modified: head/graphics/py-imaging/Makefile Modified: head/graphics/py-imaging/Makefile ============================================================================== --- head/graphics/py-imaging/Makefile Thu Feb 11 17:12:11 2016 (r408691) +++ head/graphics/py-imaging/Makefile Thu Feb 11 17:22:00 2016 (r408692) @@ -16,6 +16,9 @@ COMMENT= The Python Imaging Library LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms \ libfreetype.so:${PORTSDIR}/print/freetype2 +DEPRECATED= Unmaintained upstream; use graphics/py-pillow +EXPIRATION_DATE=2016-03-11 + USES= jpeg python DIST_SUBDIR= python USE_PYTHON= distutils autoplist concurrent