From nobody Mon Oct 25 16:01:24 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 740071819CAD; Mon, 25 Oct 2021 16:01:35 +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 4HdKSt20mmz3LVB; Mon, 25 Oct 2021 16:01:34 +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 E87B7387F; Mon, 25 Oct 2021 16:01:24 +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 19PG1O2e073734; Mon, 25 Oct 2021 16:01:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PG1Ofo073733; Mon, 25 Oct 2021 16:01:24 GMT (envelope-from git) Date: Mon, 25 Oct 2021 16:01:24 GMT Message-Id: <202110251601.19PG1Ofo073733@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 82591ed620fe - main - devel/py-tomli-w: Move devel/py-tomli_w to devel/py-tomli-w 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: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 82591ed620fef5ccc201323bbe65a6b0bce008cf Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=82591ed620fef5ccc201323bbe65a6b0bce008cf commit 82591ed620fef5ccc201323bbe65a6b0bce008cf Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 15:05:07 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 15:57:12 +0000 devel/py-tomli-w: Move devel/py-tomli_w to devel/py-tomli-w - Bump PORTREVISION of dependent ports for dependency change --- MOVED | 1 + devel/py-flit/Makefile | 3 ++- textproc/Makefile | 2 +- textproc/{py-tomli_w => py-tomli-w}/Makefile | 3 ++- textproc/{py-tomli_w => py-tomli-w}/distinfo | 0 textproc/{py-tomli_w => py-tomli-w}/pkg-descr | 0 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/MOVED b/MOVED index 82febe766929..e354d8bbf9d0 100644 --- a/MOVED +++ b/MOVED @@ -16542,3 +16542,4 @@ devel/geany-plugin-workbench@gtk2|devel/geany-plugin-workbench|2021-10-10|Projec devel/geany-plugin-xmlsnippets@gtk2|devel/geany-plugin-xmlsnippets|2021-10-10|Project dropped GTK2 support net-mgmt/unifi5|net-mgmt/unifi6|2021-10-16|Has expired: Use net-mgmt/unifi6 instead net/asterisk13|net/asterisk18|2021-10-24|Has expired: Asterisk 13.x will reach EOL on 2021-10-24. Please migrate to net/asterisk18 +textproc/py-tomli_w|textproc/py-tomli-w|2021-10-25|Rename to match upstream naming diff --git a/devel/py-flit/Makefile b/devel/py-flit/Makefile index a608e35b0d2d..42f310684de6 100644 --- a/devel/py-flit/Makefile +++ b/devel/py-flit/Makefile @@ -2,6 +2,7 @@ PORTNAME= flit PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}:devel/py-flit-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli_w>=0:textproc/py-tomli_w@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tomli-w>=0:textproc/py-tomli-w@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/textproc/Makefile b/textproc/Makefile index 68be334c1f27..8e8d60300fec 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1488,7 +1488,7 @@ SUBDIR += py-tinycss2 SUBDIR += py-toml SUBDIR += py-tomli - SUBDIR += py-tomli_w + SUBDIR += py-tomli-w SUBDIR += py-tomlkit SUBDIR += py-toronado SUBDIR += py-towncrier diff --git a/textproc/py-tomli_w/Makefile b/textproc/py-tomli-w/Makefile similarity index 87% rename from textproc/py-tomli_w/Makefile rename to textproc/py-tomli-w/Makefile index 3d1eb21090db..a3c6a238f8d2 100644 --- a/textproc/py-tomli_w/Makefile +++ b/textproc/py-tomli-w/Makefile @@ -1,10 +1,11 @@ # Created by: Po-Chuan Hsieh -PORTNAME= tomli_w +PORTNAME= tomli-w PORTVERSION= 0.3.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= tomli_w-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lil' TOML writer diff --git a/textproc/py-tomli_w/distinfo b/textproc/py-tomli-w/distinfo similarity index 100% rename from textproc/py-tomli_w/distinfo rename to textproc/py-tomli-w/distinfo diff --git a/textproc/py-tomli_w/pkg-descr b/textproc/py-tomli-w/pkg-descr similarity index 100% rename from textproc/py-tomli_w/pkg-descr rename to textproc/py-tomli-w/pkg-descr