Index: head/www/py-django-storages/Makefile =================================================================== --- head/www/py-django-storages/Makefile (revision 425949) +++ head/www/py-django-storages/Makefile (revision 425950) @@ -1,17 +1,18 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= django-storages -PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Generic storages for Django + +LICENSE= BSD3CLAUSE USES= python USE_PYTHON= distutils autoplist .include Index: head/www/py-django-storages/distinfo =================================================================== --- head/www/py-django-storages/distinfo (revision 425949) +++ head/www/py-django-storages/distinfo (revision 425950) @@ -1,2 +1,3 @@ -SHA256 (django-storages-1.1.8.tar.gz) = 0c71f7719c0009648cde1f346975359565fb0af33bc4b5fc69cb0bbf597d93ee -SIZE (django-storages-1.1.8.tar.gz) = 26342 +TIMESTAMP = 1478956075 +SHA256 (django-storages-1.5.1.tar.gz) = e2779eecc4dabab6b6c614790df9f26fe87416626491e0ec6c38148a3c6472bc +SIZE (django-storages-1.5.1.tar.gz) = 60184 Index: head/www/py-django-storages/pkg-descr =================================================================== --- head/www/py-django-storages/pkg-descr (revision 425949) +++ head/www/py-django-storages/pkg-descr (revision 425950) @@ -1,4 +1,4 @@ Generic storages for Django. Support for many storages (S3, MogileFS, etc) in Django -WWW: http://code.welldev.org/django-storages/ +WWW: https://github.com/jschneier/django-storages