svn commit: r534460 - head/www/py-beautifulsoup460

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 8 20:53:34 UTC 2020


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
 


More information about the svn-ports-head mailing list