From owner-svn-ports-head@freebsd.org Fri May 8 08:50:22 2020 Return-Path: Delivered-To: svn-ports-head@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 2F64A2D1418; Fri, 8 May 2020 08:50:22 +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 49JPDD1ssxz4SkX; Fri, 8 May 2020 08:50:20 +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 88B4627922; Fri, 8 May 2020 08:50:17 +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 0488oHg6036192; Fri, 8 May 2020 08:50:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0488oHpG036190; Fri, 8 May 2020 08:50:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005080850.0488oHpG036190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 8 May 2020 08:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534367 - in head/www/py-wagtail: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/py-wagtail: . files X-SVN-Commit-Revision: 534367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 08:50:22 -0000 Author: sunpoet Date: Fri May 8 08:50:16 2020 New Revision: 534367 URL: https://svnweb.freebsd.org/changeset/ports/534367 Log: Convert REINPLACE_CMD to patch file Modified: head/www/py-wagtail/Makefile head/www/py-wagtail/files/patch-setup.py Modified: head/www/py-wagtail/Makefile ============================================================================== --- head/www/py-wagtail/Makefile Fri May 8 08:50:11 2020 (r534366) +++ head/www/py-wagtail/Makefile Fri May 8 08:50:16 2020 (r534367) @@ -36,7 +36,4 @@ CPE_VENDOR= torchbox SHEBANG_FILES= wagtail/project_template/manage.py -post-patch: - @${REINPLACE_CMD} -e '/draftjs_exporter/ s|>=2.1.5,<3.0|>=2.1.5|' ${WRKSRC}/setup.py - .include Modified: head/www/py-wagtail/files/patch-setup.py ============================================================================== --- head/www/py-wagtail/files/patch-setup.py Fri May 8 08:50:11 2020 (r534366) +++ head/www/py-wagtail/files/patch-setup.py Fri May 8 08:50:16 2020 (r534367) @@ -1,10 +1,12 @@ ---- setup.py.orig 2020-01-08 11:30:31 UTC +--- setup.py.orig 2020-04-14 08:29:39 UTC +++ setup.py -@@ -27,7 +27,7 @@ install_requires = [ +@@ -26,8 +26,8 @@ install_requires = [ + "django-taggit>=1.0,<2.0", "django-treebeard>=4.2.0,<5.0", "djangorestframework>=3.7.4,<4.0", - "draftjs_exporter>=2.1.5,<3.0", +- "draftjs_exporter>=2.1.5,<3.0", - "Pillow>=4.0.0,<7.0.0", ++ "draftjs_exporter>=2.1.5", + "Pillow>=4.0.0,<8.0.0", "beautifulsoup4>=4.5.1,<4.6.1", "html5lib>=0.999,<2",