Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 11:04:50 +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: r535459 - in head/www: py-dj22-jsonfield2 py-jsonfield2
Message-ID:  <202005161104.04GB4oXs029076@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 16 11:04:50 2020
New Revision: 535459
URL: https://svnweb.freebsd.org/changeset/ports/535459

Log:
  Update to 4.0.0
  
  - Update RUN_DEPENDS: use Django 2.2
  - Mark www/py-dj22-jsonfield2 as DEPRECATED
  
  Changes:	https://github.com/rpkilby/jsonfield2/blob/master/CHANGES.rst
  PR:		245901
  Submitted by:	kai

Modified:
  head/www/py-dj22-jsonfield2/Makefile
  head/www/py-jsonfield2/Makefile
  head/www/py-jsonfield2/distinfo

Modified: head/www/py-dj22-jsonfield2/Makefile
==============================================================================
--- head/www/py-dj22-jsonfield2/Makefile	Sat May 16 11:04:45 2020	(r535458)
+++ head/www/py-dj22-jsonfield2/Makefile	Sat May 16 11:04:50 2020	(r535459)
@@ -13,6 +13,8 @@ COMMENT=	Reusable Django field to store validated JSON
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Obsolete, please use www/py-jsonfield2 instead
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
 
 USES=		python:3.5+

Modified: head/www/py-jsonfield2/Makefile
==============================================================================
--- head/www/py-jsonfield2/Makefile	Sat May 16 11:04:45 2020	(r535458)
+++ head/www/py-jsonfield2/Makefile	Sat May 16 11:04:50 2020	(r535459)
@@ -2,8 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	jsonfield2
-PORTVERSION=	3.0.3
+PORTVERSION=	4.0.0
 CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -12,19 +13,13 @@ COMMENT=	Reusable Django field to store validated JSON
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}dj22-jsonfield2
-
-# jsonfield2 3.1.0+ requires Django 2.2+
-PORTSCOUT=	limit:^3\.0\.
-
-GH_ACCOUNT=	rpkilby
-USE_GITHUB=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-jsonfield2/distinfo
==============================================================================
--- head/www/py-jsonfield2/distinfo	Sat May 16 11:04:45 2020	(r535458)
+++ head/www/py-jsonfield2/distinfo	Sat May 16 11:04:50 2020	(r535459)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571923614
-SHA256 (rpkilby-jsonfield2-3.0.3_GH0.tar.gz) = 4b79ac28738671fe27cadbd537d50130c35a286207d31d8320c7b48b6cda36ca
-SIZE (rpkilby-jsonfield2-3.0.3_GH0.tar.gz) = 11068
+TIMESTAMP = 1589487671
+SHA256 (jsonfield2-4.0.0.tar.gz) = 7bd43edd85d203ad6edb0ecb39870a1c7a4fadaf7e807b0feeca3da64b086b5d
+SIZE (jsonfield2-4.0.0.tar.gz) = 12684



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