svn commit: r408692 - head/graphics/py-imaging

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Feb 11 17:22:01 UTC 2016


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 at 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


More information about the svn-ports-all mailing list