Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2020 06:44:07 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523281 - head/www/py-django-statici18n
Message-ID:  <202001170644.00H6i7EL079844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Fri Jan 17 06:44:07 2020
New Revision: 523281
URL: https://svnweb.freebsd.org/changeset/ports/523281

Log:
  Update to 1.9.0
  
  Changes: https://django-statici18n.readthedocs.io/en/latest/changelog.html

Modified:
  head/www/py-django-statici18n/Makefile
  head/www/py-django-statici18n/distinfo

Modified: head/www/py-django-statici18n/Makefile
==============================================================================
--- head/www/py-django-statici18n/Makefile	Fri Jan 17 06:42:28 2020	(r523280)
+++ head/www/py-django-statici18n/Makefile	Fri Jan 17 06:44:07 2020	(r523281)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-statici18n
-PORTVERSION=	1.8.3
+PORTVERSION=	1.9.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django-appconf>=0.6:www/py-django-appconf@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}django-appconf>=0.6:www/py-django-appconf@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils

Modified: head/www/py-django-statici18n/distinfo
==============================================================================
--- head/www/py-django-statici18n/distinfo	Fri Jan 17 06:42:28 2020	(r523280)
+++ head/www/py-django-statici18n/distinfo	Fri Jan 17 06:44:07 2020	(r523281)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557086560
-SHA256 (django-statici18n-1.8.3.tar.gz) = b92aead4837772fa9eb4dc711f37f70e40e82f6fbb51d3e461eee5afbab5f735
-SIZE (django-statici18n-1.8.3.tar.gz) = 7785
+TIMESTAMP = 1579233218
+SHA256 (django-statici18n-1.9.0.tar.gz) = 913dd056c1abcbe129b1db806cb4cfb821c4077d7e857d6eb29043ea64f4d1d0
+SIZE (django-statici18n-1.9.0.tar.gz) = 7791



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