Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2019 16:20:28 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491579 - head/www/py-django-timezone-field
Message-ID:  <201901291620.x0TGKSWb069890@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Jan 29 16:20:27 2019
New Revision: 491579
URL: https://svnweb.freebsd.org/changeset/ports/491579

Log:
  - Update to 3.0
  - Switch to py-django111
  
  Changes by upstream:
  - https://github.com/mfogel/django-timezone-field/blob/3.0/README.rst
  
  PR:		234617
  Submitted by:	maintainer
  Sponsored by:	iXsystems Inc.

Modified:
  head/www/py-django-timezone-field/Makefile
  head/www/py-django-timezone-field/distinfo

Modified: head/www/py-django-timezone-field/Makefile
==============================================================================
--- head/www/py-django-timezone-field/Makefile	Tue Jan 29 16:18:37 2019	(r491578)
+++ head/www/py-django-timezone-field/Makefile	Tue Jan 29 16:20:27 2019	(r491579)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-timezone-field
-DISTVERSION=	2.1
+DISTVERSION=	3.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,12 @@ COMMENT=	Provides database and form fields for pytz ti
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-django-timezone-field/distinfo
==============================================================================
--- head/www/py-django-timezone-field/distinfo	Tue Jan 29 16:18:37 2019	(r491578)
+++ head/www/py-django-timezone-field/distinfo	Tue Jan 29 16:20:27 2019	(r491579)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521979237
-SHA256 (django-timezone-field-2.1.tar.gz) = 826c046758de29fd199657c113a1886f2bf951d8568554466f666b51e097e1c2
-SIZE (django-timezone-field-2.1.tar.gz) = 5986
+TIMESTAMP = 1542121057
+SHA256 (django-timezone-field-3.0.tar.gz) = 7d7a37cfeacec5b1e81cd2f0aa334d46ebaa369cd516028579ed343cbc676c38
+SIZE (django-timezone-field-3.0.tar.gz) = 6217



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