From owner-svn-ports-all@freebsd.org Sun Oct 20 17:12:56 2019 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 9EF0C1647C9; Sun, 20 Oct 2019 17:12:56 +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 46x5tw32F3z41fF; Sun, 20 Oct 2019 17:12:56 +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 4CD8DF094; Sun, 20 Oct 2019 17:12:56 +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 x9KHCuSv073328; Sun, 20 Oct 2019 17:12:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9KHCtcK073327; Sun, 20 Oct 2019 17:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910201712.x9KHCtcK073327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Oct 2019 17:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514957 - 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: 514957 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: Sun, 20 Oct 2019 17:12:56 -0000 Author: sunpoet Date: Sun Oct 20 17:12:55 2019 New Revision: 514957 URL: https://svnweb.freebsd.org/changeset/ports/514957 Log: Update to 2.6.2 Changes: https://docs.wagtail.io/en/latest/releases/index.html https://github.com/wagtail/wagtail/releases Deleted: head/www/py-wagtail/files/ Modified: head/www/py-wagtail/Makefile head/www/py-wagtail/distinfo Modified: head/www/py-wagtail/Makefile ============================================================================== --- head/www/py-wagtail/Makefile Sun Oct 20 17:12:50 2019 (r514956) +++ head/www/py-wagtail/Makefile Sun Oct 20 17:12:55 2019 (r514957) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wagtail -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.6.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup460>= ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1<3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11<2.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.14<2.0:converters/py-unidecode@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}willow>=1.1<1.2:graphics/py-willow@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}willow11>=1.1<1.2:graphics/py-willow11@${PY_FLAVOR} USES= python:3.5+ shebangfix USE_PYTHON= autoplist distutils Modified: head/www/py-wagtail/distinfo ============================================================================== --- head/www/py-wagtail/distinfo Sun Oct 20 17:12:50 2019 (r514956) +++ head/www/py-wagtail/distinfo Sun Oct 20 17:12:55 2019 (r514957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564757703 -SHA256 (wagtail-2.5.2.tar.gz) = 07e3adb1a3ed3385a803257859482c364a7fb37929b22a214e5a93df0725b402 -SIZE (wagtail-2.5.2.tar.gz) = 7989828 +TIMESTAMP = 1571483903 +SHA256 (wagtail-2.6.2.tar.gz) = c1f0c32f1b52ab61e4015ea1585c241ec6c043a15cc561f687815f2d3e204936 +SIZE (wagtail-2.6.2.tar.gz) = 8126277