svn commit: r457802 - head/www/py-jsonfield

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 1 20:58:50 UTC 2018


Author: sunpoet
Date: Mon Jan  1 20:58:47 2018
New Revision: 457802
URL: https://svnweb.freebsd.org/changeset/ports/457802

Log:
  Move to newer Django
  
  - Remove CONFLICTS_INSTALL
  - Bump PORTREVISION for dependency change
  
  PR:		224724
  Submitted by:	sunpoet (myself)
  Approved by:	rene (maintainer)

Modified:
  head/www/py-jsonfield/Makefile

Modified: head/www/py-jsonfield/Makefile
==============================================================================
--- head/www/py-jsonfield/Makefile	Mon Jan  1 20:58:43 2018	(r457801)
+++ head/www/py-jsonfield/Makefile	Mon Jan  1 20:58:47 2018	(r457802)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jsonfield
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +14,7 @@ COMMENT=	Reusable JSONField model for Django to store 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django110>=0:www/py-django110@${FLAVOR}
-
-CONFLICTS_INSTALL=py*-django-jsonfield
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list