diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2016-11-12 21:09:30 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2016-11-12 21:09:30 +0800 |
commit | 83c09bdb4adda1a275b7bdcc15b785696d7867c2 (patch) | |
tree | 12ab6e492aeedcda6f1855578eb53f8c9d338bee /www | |
parent | 25bb1ead4da1883d30eac64221c81aedeb5504cf (diff) | |
download | freebsd-ports-gnome-83c09bdb4adda1a275b7bdcc15b785696d7867c2.tar.gz freebsd-ports-gnome-83c09bdb4adda1a275b7bdcc15b785696d7867c2.tar.zst freebsd-ports-gnome-83c09bdb4adda1a275b7bdcc15b785696d7867c2.zip |
- Update to 1.5.1
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-storages/Makefile | 5 | ||||
-rw-r--r-- | www/py-django-storages/distinfo | 5 | ||||
-rw-r--r-- | www/py-django-storages/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/www/py-django-storages/Makefile b/www/py-django-storages/Makefile index 59fadd2d83d4..16794dc2f226 100644 --- a/www/py-django-storages/Makefile +++ b/www/py-django-storages/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-storages -PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Generic storages for Django +LICENSE= BSD3CLAUSE + USES= python USE_PYTHON= distutils autoplist diff --git a/www/py-django-storages/distinfo b/www/py-django-storages/distinfo index 8099431a523c..91703ac6f9bd 100644 --- a/www/py-django-storages/distinfo +++ b/www/py-django-storages/distinfo @@ -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 diff --git a/www/py-django-storages/pkg-descr b/www/py-django-storages/pkg-descr index 9472da704770..77933ac8ccb8 100644 --- a/www/py-django-storages/pkg-descr +++ b/www/py-django-storages/pkg-descr @@ -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 |