From owner-svn-ports-all@freebsd.org Wed Feb 12 19:24:38 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 584B3241176; Wed, 12 Feb 2020 19:24:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48HqMn5wK6z3MRg; Wed, 12 Feb 2020 19:24:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0E0752651E; Wed, 12 Feb 2020 19:24:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01CJOa5x082724; Wed, 12 Feb 2020 19:24:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01CJOa6g082723; Wed, 12 Feb 2020 19:24:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002121924.01CJOa6g082723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 12 Feb 2020 19:24:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525941 - head/www/py-jsonfield X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-jsonfield X-SVN-Commit-Revision: 525941 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2020 19:24:38 -0000 Author: sunpoet Date: Wed Feb 12 19:24:36 2020 New Revision: 525941 URL: https://svnweb.freebsd.org/changeset/ports/525941 Log: Update to 2.1.0 Changes: https://github.com/dmkoch/django-jsonfield/releases https://github.com/dmkoch/django-jsonfield/blob/master/CHANGES.rst Modified: head/www/py-jsonfield/Makefile head/www/py-jsonfield/distinfo Modified: head/www/py-jsonfield/Makefile ============================================================================== --- head/www/py-jsonfield/Makefile Wed Feb 12 19:24:31 2020 (r525940) +++ head/www/py-jsonfield/Makefile Wed Feb 12 19:24:36 2020 (r525941) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jsonfield -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,8 @@ COMMENT= Reusable JSONField model for Django to store LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/www/py-jsonfield/distinfo ============================================================================== --- head/www/py-jsonfield/distinfo Wed Feb 12 19:24:31 2020 (r525940) +++ head/www/py-jsonfield/distinfo Wed Feb 12 19:24:36 2020 (r525941) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547919434 -SHA256 (jsonfield-2.0.2.tar.gz) = beb1cd4850d6d6351c32daefcb826c01757744e9c863228a642f87a1a4acb834 -SIZE (jsonfield-2.0.2.tar.gz) = 10806 +TIMESTAMP = 1581519183 +SHA256 (jsonfield-2.1.0.tar.gz) = 11fd69f83a7f44de749f91beea0d41871a893178cdb8ff5564cfeb3e12d7ff9e +SIZE (jsonfield-2.1.0.tar.gz) = 8972