Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2016 13:09:30 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425950 - head/www/py-django-storages
Message-ID:  <201611121309.uACD9UvL024120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611121309.uACD9UvL024120>