Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 09:18:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521690 - head/graphics/py-imgurpython
Message-ID:  <202001010918.0019IhAR060442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  1 09:18:43 2020
New Revision: 521690
URL: https://svnweb.freebsd.org/changeset/ports/521690

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

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

Modified: head/graphics/py-imgurpython/Makefile
==============================================================================
--- head/graphics/py-imgurpython/Makefile	Wed Jan  1 09:18:39 2020	(r521689)
+++ head/graphics/py-imgurpython/Makefile	Wed Jan  1 09:18:43 2020	(r521690)
@@ -11,6 +11,9 @@ COMMENT=	Python client for the Imgur API
 
 LICENSE=	MIT
 
+DEPRECATED=	No longer supported by upstream
+EXPIRATION_DATE=2020-01-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 
 NO_ARCH=	yes

Modified: head/graphics/py-imgurpython/pkg-descr
==============================================================================
--- head/graphics/py-imgurpython/pkg-descr	Wed Jan  1 09:18:39 2020	(r521689)
+++ head/graphics/py-imgurpython/pkg-descr	Wed Jan  1 09:18:43 2020	(r521690)
@@ -1,4 +1,4 @@
-Imgurpython is a Python client for the Imgur API.  It can be used to 
+Imgurpython is a Python client for the Imgur API.  It can be used to
 interact with the Imgur API in your projects.
 
 WWW: https://github.com/Imgur/imgurpython



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001010918.0019IhAR060442>