Date: Fri, 8 May 2020 20:53:31 +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: r534460 - head/www/py-beautifulsoup460 Message-ID: <202005082053.048KrVr1011011@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 8 20:53:31 2020 New Revision: 534460 URL: https://svnweb.freebsd.org/changeset/ports/534460 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2020-05-31 Modified: head/www/py-beautifulsoup460/Makefile Modified: head/www/py-beautifulsoup460/Makefile ============================================================================== --- head/www/py-beautifulsoup460/Makefile Fri May 8 20:53:26 2020 (r534459) +++ head/www/py-beautifulsoup460/Makefile Fri May 8 20:53:31 2020 (r534460) @@ -14,6 +14,9 @@ COMMENT= HTML/XML Parser for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.txt +DEPRECATED= Use www/py-beautifulsoup448 instead +EXPIRATION_DATE=2020-05-31 + USES= python USE_PYTHON= autoplist concurrent distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005082053.048KrVr1011011>