Index: head/www/py-routes/Makefile =================================================================== --- head/www/py-routes/Makefile (revision 552806) +++ head/www/py-routes/Makefile (revision 552807) @@ -1,22 +1,22 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= routes -PORTVERSION= 2.4.1 +PORTVERSION= 2.5.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP/source/R/Routes PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Routes-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Routing package for Python that matches URLs to dicts and vice versa LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.3:devel/py-repoze.lru@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils .include Index: head/www/py-routes/distinfo =================================================================== --- head/www/py-routes/distinfo (revision 552806) +++ head/www/py-routes/distinfo (revision 552807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483406220 -SHA256 (Routes-2.4.1.tar.gz) = 26ee43340fca5a32769ffe0c58edcb396ccce6bc1dfa689ddf844d50877355fd -SIZE (Routes-2.4.1.tar.gz) = 182403 +TIMESTAMP = 1603210464 +SHA256 (Routes-2.5.1.tar.gz) = b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053 +SIZE (Routes-2.5.1.tar.gz) = 190905 Index: head/www/py-routes/pkg-descr =================================================================== --- head/www/py-routes/pkg-descr (revision 552806) +++ head/www/py-routes/pkg-descr (revision 552807) @@ -1,9 +1,9 @@ Routes is a Python re-implementation of the Rails routes system for mapping URL's to Controllers/Actions and generating URL's. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort. Speedy and dynamic URL generation means you get a URL with minimal cruft (no big dangling query args). Shortcut features like Named Routes cut down on repetitive typing. -WWW: http://routes.groovie.org/ +WWW: https://routes.readthedocs.io/