From nobody Wed Nov 10 15:59:36 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5938418544D7; Wed, 10 Nov 2021 15:59:36 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hq8gD24XTz4sqt; Wed, 10 Nov 2021 15:59:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 234281B1C9; Wed, 10 Nov 2021 15:59:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AAFxasV046959; Wed, 10 Nov 2021 15:59:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AAFxa3l046958; Wed, 10 Nov 2021 15:59:36 GMT (envelope-from git) Date: Wed, 10 Nov 2021 15:59:36 GMT Message-Id: <202111101559.1AAFxa3l046958@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tilman Keskinoz Subject: git: 80b2ec1a7f35 - main - textproc/retext: Update to 7.2.2 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arved X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 80b2ec1a7f353c5ca3094e2754c6b4bd775f5e13 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by arved: URL: https://cgit.FreeBSD.org/ports/commit/?id=80b2ec1a7f353c5ca3094e2754c6b4bd775f5e13 commit 80b2ec1a7f353c5ca3094e2754c6b4bd775f5e13 Author: Tilman Keskinoz AuthorDate: 2021-11-10 15:57:56 +0000 Commit: Tilman Keskinoz CommitDate: 2021-11-10 15:57:57 +0000 textproc/retext: Update to 7.2.2 Also readd dependency on py-markdown-math accidently removed in previous commit. It is required for the preview[1] Reported by: xin3qu[1] PR: 258571 [1] --- textproc/retext/Makefile | 3 ++- textproc/retext/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/textproc/retext/Makefile b/textproc/retext/Makefile index 79323716470c..9ec7e398ccdd 100644 --- a/textproc/retext/Makefile +++ b/textproc/retext/Makefile @@ -1,5 +1,5 @@ PORTNAME= retext -DISTVERSION= 7.2.1 +DISTVERSION= 7.2.2 CATEGORIES= textproc MAINTAINER= arved@FreeBSD.org @@ -10,6 +10,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_GPL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}markdown-math>=0.6:textproc/py-markdown-math@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} diff --git a/textproc/retext/distinfo b/textproc/retext/distinfo index d9d8468a9dee..9bb2f6b0f1bd 100644 --- a/textproc/retext/distinfo +++ b/textproc/retext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630607245 -SHA256 (retext-project-retext-7.2.1_GH0.tar.gz) = a1e8784fcb4e186a6e6e42a0f2be4098c27bedb96a9711aa17a9846278e7d932 -SIZE (retext-project-retext-7.2.1_GH0.tar.gz) = 334029 +TIMESTAMP = 1636562442 +SHA256 (retext-project-retext-7.2.2_GH0.tar.gz) = 91345b130eb55c09aae454de821ade9b1437b4614576cbb71ad9c77cde8e1c64 +SIZE (retext-project-retext-7.2.2_GH0.tar.gz) = 334098