svn commit: r553051 - head/www/py-cheroot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 22 17:56:28 UTC 2020


Author: sunpoet
Date: Thu Oct 22 17:56:23 2020
New Revision: 553051
URL: https://svnweb.freebsd.org/changeset/ports/553051

Log:
  Update to 8.4.5
  
  - Take maintainership
  
  Changes:	https://github.com/cherrypy/cheroot/releases
  PR:		250120
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 18 days)

Modified:
  head/www/py-cheroot/Makefile
  head/www/py-cheroot/distinfo

Modified: head/www/py-cheroot/Makefile
==============================================================================
--- head/www/py-cheroot/Makefile	Thu Oct 22 17:56:17 2020	(r553050)
+++ head/www/py-cheroot/Makefile	Thu Oct 22 17:56:23 2020	(r553051)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	cheroot
-PORTVERSION=	8.3.0
+PORTVERSION=	8.4.5
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	k at stereochro.me
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Highly-optimized, pure-python HTTP server
 
 LICENSE=	BSD3CLAUSE
@@ -29,7 +29,8 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functoo
 .endif
 
 .if ${PYTHON_REL} < 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}more-itertools5>=2.6:devel/py-more-itertools5@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}more-itertools5>=2.6:devel/py-more-itertools5@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}selectors2>=0:devel/py-selectors2@${PY_FLAVOR}
 .else
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}more-itertools>=2.6:devel/py-more-itertools@${PY_FLAVOR}
 .endif

Modified: head/www/py-cheroot/distinfo
==============================================================================
--- head/www/py-cheroot/distinfo	Thu Oct 22 17:56:17 2020	(r553050)
+++ head/www/py-cheroot/distinfo	Thu Oct 22 17:56:23 2020	(r553051)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581445433
-SHA256 (cheroot-8.3.0.tar.gz) = a0577e1f28661727d472671a7cc4e0c12ea0cbc5220265e70f00a8b8cb628931
-SIZE (cheroot-8.3.0.tar.gz) = 100557
+TIMESTAMP = 1601022321
+SHA256 (cheroot-8.4.5.tar.gz) = b6c18caf5f79cdae668c35fc8309fc88ea4a964cce9e2ca8504fab13bcf57301
+SIZE (cheroot-8.4.5.tar.gz) = 109443


More information about the svn-ports-all mailing list