From owner-dev-commits-ports-all@freebsd.org Mon Jun 21 20:32:52 2021 Return-Path: Delivered-To: dev-commits-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 D3C6B64ECF0; Mon, 21 Jun 2021 20:32:52 +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 4G81S45TStz4mBy; Mon, 21 Jun 2021 20:32:52 +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 A46D323876; Mon, 21 Jun 2021 20:32:52 +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 15LKWq5X053959; Mon, 21 Jun 2021 20:32:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LKWqQ2053958; Mon, 21 Jun 2021 20:32:52 GMT (envelope-from git) Date: Mon, 21 Jun 2021 20:32:52 GMT Message-Id: <202106212032.15LKWqQ2053958@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rodrigo Osorio Subject: git: e259367c29da - main - comms/rtl-433: Fix typo in ports directory name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rodrigo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e259367c29da41ce739a5fe76d834519f4d75b9d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 20:32:52 -0000 The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e259367c29da41ce739a5fe76d834519f4d75b9d commit e259367c29da41ce739a5fe76d834519f4d75b9d Author: Rodrigo Osorio AuthorDate: 2021-06-21 20:27:14 +0000 Commit: Rodrigo Osorio CommitDate: 2021-06-21 20:27:14 +0000 comms/rtl-433: Fix typo in ports directory name PR: 256360 Reported by: ports-rtl433@shalott.net --- MOVED | 1 + comms/Makefile | 2 +- comms/{rtl-443 => rtl-433}/Makefile | 0 comms/{rtl-443 => rtl-433}/distinfo | 0 comms/{rtl-443 => rtl-433}/pkg-descr | 0 comms/{rtl-443 => rtl-433}/pkg-plist | 0 6 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MOVED b/MOVED index 5632d8c16cef..106e5c446dbb 100644 --- a/MOVED +++ b/MOVED @@ -16414,3 +16414,4 @@ devel/sparc64-gcc|devel/freebsd-gcc6@sparc64|2021-06-18|Replaced by a flavor devel/sparc64-xtoolchain-gcc|devel/freebsd-gcc6@sparc64|2021-06-18|Replaced by a flavor devel/riscv64-xtoolchain-gcc|devel/freebsd-gcc9@riscv64|2021-06-19|Replaced by a flavor www/py-beautifulsoup448|www/py-beautifulsoup|2021-06-20|Remove obsoleted port. Use www/py-beautifulsoup instead +comms/rtl-443|comms/rtl-433|2021-06-21|Fix typo in port directory name diff --git a/comms/Makefile b/comms/Makefile index 292366f08766..ed430ecc19cb 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -151,7 +151,7 @@ SUBDIR += qtel SUBDIR += redsea SUBDIR += remserial - SUBDIR += rtl-443 + SUBDIR += rtl-433 SUBDIR += rtl-sdr SUBDIR += rubygem-callsign SUBDIR += rubygem-ruby-termios diff --git a/comms/rtl-443/Makefile b/comms/rtl-433/Makefile similarity index 100% rename from comms/rtl-443/Makefile rename to comms/rtl-433/Makefile diff --git a/comms/rtl-443/distinfo b/comms/rtl-433/distinfo similarity index 100% rename from comms/rtl-443/distinfo rename to comms/rtl-433/distinfo diff --git a/comms/rtl-443/pkg-descr b/comms/rtl-433/pkg-descr similarity index 100% rename from comms/rtl-443/pkg-descr rename to comms/rtl-433/pkg-descr diff --git a/comms/rtl-443/pkg-plist b/comms/rtl-433/pkg-plist similarity index 100% rename from comms/rtl-443/pkg-plist rename to comms/rtl-433/pkg-plist