svn commit: r508328 - head/www/py-django-modelcluster

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 7 16:43:09 UTC 2019


Author: sunpoet
Date: Wed Aug  7 16:43:07 2019
New Revision: 508328
URL: https://svnweb.freebsd.org/changeset/ports/508328

Log:
  Update to 5.0
  
  Changes:	https://github.com/wagtail/django-modelcluster/releases

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

Modified: head/www/py-django-modelcluster/Makefile
==============================================================================
--- head/www/py-django-modelcluster/Makefile	Wed Aug  7 16:43:02 2019	(r508327)
+++ head/www/py-django-modelcluster/Makefile	Wed Aug  7 16:43:07 2019	(r508328)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-modelcluster
-PORTVERSION=	4.4
+PORTVERSION=	5.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=2015.2:devel/py-pytz@${PY_FLAVOR}
 
-USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.5+
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 

Modified: head/www/py-django-modelcluster/distinfo
==============================================================================
--- head/www/py-django-modelcluster/distinfo	Wed Aug  7 16:43:02 2019	(r508327)
+++ head/www/py-django-modelcluster/distinfo	Wed Aug  7 16:43:07 2019	(r508328)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554486027
-SHA256 (django-modelcluster-4.4.tar.gz) = 59672386191d38c69d6f994c3f9aaab3ff93910ec71e78a0bb6aa9abd4d1b90a
-SIZE (django-modelcluster-4.4.tar.gz) = 22244
+TIMESTAMP = 1565190851
+SHA256 (django-modelcluster-5.0.tar.gz) = a293a1875cb97c1b6e131f53857f0c47e297330c1b5df47737afa54bc10a967d
+SIZE (django-modelcluster-5.0.tar.gz) = 22123


More information about the svn-ports-all mailing list