svn commit: r463044 - head/www/py-django-picklefield

Antoine Brodin antoine at FreeBSD.org
Mon Feb 26 19:39:25 UTC 2018


Author: antoine
Date: Mon Feb 26 19:39:24 2018
New Revision: 463044
URL: https://svnweb.freebsd.org/changeset/ports/463044

Log:
  Switch django-picklefield back to django 1.8 as all ports depending on it
  use django 1.8
  
  Reported by:	pkg-fallout (via django-constance)
  With hat:	portmgr

Modified:
  head/www/py-django-picklefield/Makefile

Modified: head/www/py-django-picklefield/Makefile
==============================================================================
--- head/www/py-django-picklefield/Makefile	Mon Feb 26 19:33:21 2018	(r463043)
+++ head/www/py-django-picklefield/Makefile	Mon Feb 26 19:39:24 2018	(r463044)
@@ -3,6 +3,7 @@
 
 PORTNAME=	django-picklefield
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Pickled object field for Django
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-head mailing list