git: e259367c29da - main - comms/rtl-433: Fix typo in ports directory name

Rodrigo Osorio rodrigo at FreeBSD.org
Mon Jun 21 20:32:52 UTC 2021


The branch main has been updated by rodrigo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e259367c29da41ce739a5fe76d834519f4d75b9d

commit e259367c29da41ce739a5fe76d834519f4d75b9d
Author:     Rodrigo Osorio <rodrigo at FreeBSD.org>
AuthorDate: 2021-06-21 20:27:14 +0000
Commit:     Rodrigo Osorio <rodrigo at FreeBSD.org>
CommitDate: 2021-06-21 20:27:14 +0000

    comms/rtl-433: Fix typo in ports directory name
    
    PR:             256360
    Reported by:    ports-rtl433 at 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 at sparc64|2021-06-18|Replaced by a flavor
 devel/sparc64-xtoolchain-gcc|devel/freebsd-gcc6 at sparc64|2021-06-18|Replaced by a flavor
 devel/riscv64-xtoolchain-gcc|devel/freebsd-gcc9 at 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


More information about the dev-commits-ports-main mailing list