Index: head/www/py-django-redis/Makefile =================================================================== --- head/www/py-django-redis/Makefile (revision 422593) +++ head/www/py-django-redis/Makefile (revision 422594) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= django-redis -PORTVERSION= 4.4.4 +PORTVERSION= 4.5.0 CATEGORIES= www databases MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rene@FreeBSD.org COMMENT= Full featured Redis cache/session backend for Django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3:www/py-django18 \ ${PYTHON_PKGNAMEPREFIX}redis>=2.9.0:databases/py-redis USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/www/py-django-redis/distinfo =================================================================== --- head/www/py-django-redis/distinfo (revision 422593) +++ head/www/py-django-redis/distinfo (revision 422594) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469561578 -SHA256 (django-redis-4.4.4.tar.gz) = 76166b32062d57ae1a5ecc0afc15799b54094559712c8ddf47f28e79b5e6d04a -SIZE (django-redis-4.4.4.tar.gz) = 53934 +TIMESTAMP = 1474532216 +SHA256 (django-redis-4.5.0.tar.gz) = 57dfc7300fde5a091c63996b0b2bacdd3752fe37678c5a6eafe0b5cac35c0d9c +SIZE (django-redis-4.5.0.tar.gz) = 53568 Index: head/www/py-django-redis/pkg-descr =================================================================== --- head/www/py-django-redis/pkg-descr (revision 422593) +++ head/www/py-django-redis/pkg-descr (revision 422594) @@ -1,17 +1,17 @@ Django-redis is a BSD Licensed, full featured Redis cache/session backend for Django. Why use django-redis? * Modular client system (pluggable clients). * Master-Slave support in the default client. * Used in production in several projects as cache and session storage. * Supports infinite timeouts. * Python 3 support in same code base. * Facilities for raw access to Redis client/connection pool. * Highly configurable (can emulate memcached exception behavior, for example). * Unix sockets supported by default. * Pluggable parsers. -WWW: http://niwibe.github.io/django-redis +WWW: https://github.com/niwinz/django-redis/