git: 0cfd6d9e47f7 - main - misc/soapysdr-rtlsdr: Move to comms/soapysdr-rtlsdr
Yuri Victorovich
yuri at FreeBSD.org
Wed Apr 28 17:24:58 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0cfd6d9e47f71c653fa28dd7bb73fbc53dfb22b9
commit 0cfd6d9e47f71c653fa28dd7bb73fbc53dfb22b9
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-28 17:24:14 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-28 17:24:55 +0000
misc/soapysdr-rtlsdr: Move to comms/soapysdr-rtlsdr
---
MOVED | 1 +
comms/Makefile | 1 +
{misc => comms}/soapysdr-rtlsdr/Makefile | 2 +-
{misc => comms}/soapysdr-rtlsdr/distinfo | 0
{misc => comms}/soapysdr-rtlsdr/pkg-descr | 0
misc/Makefile | 1 -
6 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/MOVED b/MOVED
index e135615b5936..cd8280f15fa7 100644
--- a/MOVED
+++ b/MOVED
@@ -16302,3 +16302,4 @@ net/samba411|net/samba412|2021-04-24|Has expired: Security Support ends on 03 De
net-im/cordless||2021-04-24|Has expired: Unmaintained and dead upstream, uses the old Discord API which notably has got users banned
news/plor||2021-04-24|Has expired: listed as "Alpha-release" but last update in 2001; unmaintained
security/certificate-transparency||2021-04-24|Has expired: Broken for more than 6 months
+misc/soapysdr-rtlsdr|comms/soapysdr-rtlsdr|2021-04-28|Move port to a proper category
diff --git a/comms/Makefile b/comms/Makefile
index f21011815fd2..dfde5f36c6b8 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -169,6 +169,7 @@
SUBDIR += soapyplutosdr
SUBDIR += soapyredpitaya
SUBDIR += soapyremote
+ SUBDIR += soapysdr-rtlsdr
SUBDIR += soapysdrhackrf
SUBDIR += soapyuhd
SUBDIR += spandsp
diff --git a/misc/soapysdr-rtlsdr/Makefile b/comms/soapysdr-rtlsdr/Makefile
similarity index 94%
rename from misc/soapysdr-rtlsdr/Makefile
rename to comms/soapysdr-rtlsdr/Makefile
index 5605a2b77073..bfdd9644ca53 100644
--- a/misc/soapysdr-rtlsdr/Makefile
+++ b/comms/soapysdr-rtlsdr/Makefile
@@ -2,7 +2,7 @@ PORTNAME= SoapyRTLSDR
DISTVERSIONPREFIX= soapy-rtl-sdr-
DISTVERSION= 0.3.2
PORTREVISION= 1
-CATEGORIES= misc hamradio
+CATEGORIES= comms hamradio
MAINTAINER= hamradio at FreeBSD.org
COMMENT= Soapy SDR module for RTLSDR
diff --git a/misc/soapysdr-rtlsdr/distinfo b/comms/soapysdr-rtlsdr/distinfo
similarity index 100%
rename from misc/soapysdr-rtlsdr/distinfo
rename to comms/soapysdr-rtlsdr/distinfo
diff --git a/misc/soapysdr-rtlsdr/pkg-descr b/comms/soapysdr-rtlsdr/pkg-descr
similarity index 100%
rename from misc/soapysdr-rtlsdr/pkg-descr
rename to comms/soapysdr-rtlsdr/pkg-descr
diff --git a/misc/Makefile b/misc/Makefile
index 3473b35d1647..e340ded552f7 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -465,7 +465,6 @@
SUBDIR += smssend
SUBDIR += snakemake
SUBDIR += soapysdr
- SUBDIR += soapysdr-rtlsdr
SUBDIR += solarized
SUBDIR += sshbuddy
SUBDIR += sssnips
More information about the dev-commits-ports-all
mailing list