svn commit: r557928 - head/graphics/py-imageio24

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:43:15 UTC 2020


Author: sunpoet
Date: Sun Dec 13 14:43:04 2020
New Revision: 557928
URL: https://svnweb.freebsd.org/changeset/ports/557928

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-12-31

Modified:
  head/graphics/py-imageio24/Makefile
  head/graphics/py-imageio24/pkg-descr

Modified: head/graphics/py-imageio24/Makefile
==============================================================================
--- head/graphics/py-imageio24/Makefile	Sun Dec 13 14:42:59 2020	(r557927)
+++ head/graphics/py-imageio24/Makefile	Sun Dec 13 14:43:04 2020	(r557928)
@@ -14,6 +14,9 @@ COMMENT=	Python library for reading and writing image,
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use graphics/py-imageio instead
+EXPIRATION_DATE=2020-12-31
+
 LIB_DEPENDS=	libfreeimage.so:graphics/freeimage
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
 		${PY_ENUM34} \

Modified: head/graphics/py-imageio24/pkg-descr
==============================================================================
--- head/graphics/py-imageio24/pkg-descr	Sun Dec 13 14:42:59 2020	(r557927)
+++ head/graphics/py-imageio24/pkg-descr	Sun Dec 13 14:43:04 2020	(r557928)
@@ -1,4 +1,4 @@
-Imageio is a Python library that provides an easy interface to read and 
+Imageio is a Python library that provides an easy interface to read and
 write a wide range of image data, including animated images, volumetric data,
 and scientific formats.
 


More information about the svn-ports-all mailing list