Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2019 20:06:26 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492510 - in head: . comms comms/soapysdrhackrf misc misc/soapysdr-hackrf
Message-ID:  <201902092006.x19K6Qh8052979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb  9 20:06:26 2019
New Revision: 492510
URL: https://svnweb.freebsd.org/changeset/ports/492510

Log:
  Move misc/soapysdr-hackrf -> comms/soapysdrhackrf: comms is a correct category for it

Added:
  head/comms/soapysdrhackrf/
     - copied from r492509, head/misc/soapysdr-hackrf/
Deleted:
  head/misc/soapysdr-hackrf/
Modified:
  head/MOVED
  head/comms/Makefile
  head/comms/soapysdrhackrf/Makefile
  head/misc/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Feb  9 19:59:53 2019	(r492509)
+++ head/MOVED	Sat Feb  9 20:06:26 2019	(r492510)
@@ -11590,3 +11590,4 @@ net-mgmt/pnp-icinga||2019-02-04|Removed, depends on ex
 sysutils/atf-allwinner|devel/atf-sun50i_a64|2019-02-05|Respect the ARM TF-A platform name
 sysutils/yum||2019-02-07|Has expired: Abandoned upstream, does not work with python3
 sysutils/createrepo||2019-02-07|Has expired: Abandoned upstream, does not work with python3
+misc/soapysdr-hackrf|comms/soapysdrhackrf|2019-02-09|Move to the proper category/name

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Sat Feb  9 19:59:53 2019	(r492509)
+++ head/comms/Makefile	Sat Feb  9 20:06:26 2019	(r492510)
@@ -169,6 +169,7 @@
     SUBDIR += soapyairspy
     SUBDIR += soapyplutosdr
     SUBDIR += soapyremote
+    SUBDIR += soapysdrhackrf
     SUBDIR += soapyuhd
     SUBDIR += spandsp
     SUBDIR += splat

Modified: head/comms/soapysdrhackrf/Makefile
==============================================================================
--- head/misc/soapysdr-hackrf/Makefile	Sat Feb  9 19:59:53 2019	(r492509)
+++ head/comms/soapysdrhackrf/Makefile	Sat Feb  9 20:06:26 2019	(r492510)
@@ -3,7 +3,7 @@
 PORTNAME=	SoapyHackRF
 DISTVERSIONPREFIX=	soapy-hackrf-
 DISTVERSION=	0.3.3
-CATEGORIES=	misc hamradio
+CATEGORIES=	comms hamradio
 
 MAINTAINER=	hamradio@FreeBSD.org
 COMMENT=	Soapy SDR module for Hack RF

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sat Feb  9 19:59:53 2019	(r492509)
+++ head/misc/Makefile	Sat Feb  9 20:06:26 2019	(r492510)
@@ -458,7 +458,6 @@
     SUBDIR += smssend
     SUBDIR += snakemake
     SUBDIR += soapysdr
-    SUBDIR += soapysdr-hackrf
     SUBDIR += soapysdr-rtlsdr
     SUBDIR += solarized
     SUBDIR += spamcalc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902092006.x19K6Qh8052979>