Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2018 20:58:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457802 - head/www/py-jsonfield
Message-ID:  <201801012058.w01KwmLV044585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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