From owner-svn-ports-head@freebsd.org Mon Jul 2 01:09:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2099FF81B5; Mon, 2 Jul 2018 01:09:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A67688489; Mon, 2 Jul 2018 01:09:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C6DD26586; Mon, 2 Jul 2018 01:09:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6219SJK040049; Mon, 2 Jul 2018 01:09:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6219SQ1040045; Mon, 2 Jul 2018 01:09:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807020109.w6219SQ1040045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 2 Jul 2018 01:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473693 - in head/misc: py-SimpleSoapy py-soapy_power soapysdr urh X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: py-SimpleSoapy py-soapy_power soapysdr urh X-SVN-Commit-Revision: 473693 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2018 01:09:30 -0000 Author: yuri Date: Mon Jul 2 01:09:27 2018 New Revision: 473693 URL: https://svnweb.freebsd.org/changeset/ports/473693 Log: misc/py-SimpleSoapy misc/urh misc/soapysdr misc/py-soapy_power: Add the hamradio category Reported by: Diane Bruce Modified: head/misc/py-SimpleSoapy/Makefile head/misc/py-soapy_power/Makefile head/misc/soapysdr/Makefile head/misc/urh/Makefile Modified: head/misc/py-SimpleSoapy/Makefile ============================================================================== --- head/misc/py-SimpleSoapy/Makefile Mon Jul 2 00:47:14 2018 (r473692) +++ head/misc/py-SimpleSoapy/Makefile Mon Jul 2 01:09:27 2018 (r473693) @@ -3,7 +3,7 @@ PORTNAME= SimpleSoapy DISTVERSION= 1.5.1 PORTREVISION= 1 -CATEGORIES= misc python +CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-soapy_power/Makefile ============================================================================== --- head/misc/py-soapy_power/Makefile Mon Jul 2 00:47:14 2018 (r473692) +++ head/misc/py-soapy_power/Makefile Mon Jul 2 01:09:27 2018 (r473693) @@ -2,7 +2,7 @@ PORTNAME= soapy_power DISTVERSION= 1.6.1 -CATEGORIES= misc python +CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/soapysdr/Makefile ============================================================================== --- head/misc/soapysdr/Makefile Mon Jul 2 00:47:14 2018 (r473692) +++ head/misc/soapysdr/Makefile Mon Jul 2 01:09:27 2018 (r473693) @@ -4,7 +4,7 @@ PORTNAME= SoapySDR DISTVERSIONPREFIX= soapy-sdr- DISTVERSION= 0.6.1-71 DISTVERSIONSUFFIX= -g69c16e9 -CATEGORIES= misc +CATEGORIES= misc hamradio MAINTAINER= yuri@FreeBSD.org COMMENT= Vendor and platform neutral SDR support library Modified: head/misc/urh/Makefile ============================================================================== --- head/misc/urh/Makefile Mon Jul 2 00:47:14 2018 (r473692) +++ head/misc/urh/Makefile Mon Jul 2 01:09:27 2018 (r473693) @@ -2,7 +2,7 @@ PORTNAME= urh DISTVERSION= 2.2.0 -CATEGORIES= misc python +CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP MAINTAINER= yuri@FreeBSD.org