svn commit: r425950 - head/www/py-django-storages

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Nov 12 13:09:31 UTC 2016


Author: lwhsu
Date: Sat Nov 12 13:09:30 2016
New Revision: 425950
URL: https://svnweb.freebsd.org/changeset/ports/425950

Log:
  - Update to 1.5.1

Modified:
  head/www/py-django-storages/Makefile
  head/www/py-django-storages/distinfo
  head/www/py-django-storages/pkg-descr

Modified: head/www/py-django-storages/Makefile
==============================================================================
--- head/www/py-django-storages/Makefile	Sat Nov 12 13:08:14 2016	(r425949)
+++ head/www/py-django-storages/Makefile	Sat Nov 12 13:09:30 2016	(r425950)
@@ -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 at FreeBSD.org
 COMMENT=	Generic storages for Django
 
+LICENSE=	BSD3CLAUSE
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 

Modified: head/www/py-django-storages/distinfo
==============================================================================
--- head/www/py-django-storages/distinfo	Sat Nov 12 13:08:14 2016	(r425949)
+++ head/www/py-django-storages/distinfo	Sat Nov 12 13:09:30 2016	(r425950)
@@ -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

Modified: head/www/py-django-storages/pkg-descr
==============================================================================
--- head/www/py-django-storages/pkg-descr	Sat Nov 12 13:08:14 2016	(r425949)
+++ head/www/py-django-storages/pkg-descr	Sat Nov 12 13:09:30 2016	(r425950)
@@ -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


More information about the svn-ports-all mailing list