From owner-svn-ports-all@freebsd.org Sun Jun 24 01:46:05 2018 Return-Path: Delivered-To: svn-ports-all@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 77D0F100EDD3; Sun, 24 Jun 2018 01:46:05 +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 2946872314; Sun, 24 Jun 2018 01:46:05 +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 0B08D18063; Sun, 24 Jun 2018 01:46:05 +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 w5O1k40c081512; Sun, 24 Jun 2018 01:46:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5O1k4vM081511; Sun, 24 Jun 2018 01:46:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806240146.w5O1k4vM081511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 24 Jun 2018 01:46:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473174 - head/comms/gnuradio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/comms/gnuradio X-SVN-Commit-Revision: 473174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2018 01:46:05 -0000 Author: yuri Date: Sun Jun 24 01:46:04 2018 New Revision: 473174 URL: https://svnweb.freebsd.org/changeset/ports/473174 Log: comms/gnuradio: Add missing library to LIB_DEPENDS; Add missing file to pkg-plist Both were reported by the stage-qa. Approved by: portmgr Modified: head/comms/gnuradio/Makefile head/comms/gnuradio/pkg-plist Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Sun Jun 24 01:36:11 2018 (r473173) +++ head/comms/gnuradio/Makefile Sun Jun 24 01:46:04 2018 (r473174) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.13.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db @@ -34,6 +34,7 @@ LIB_DEPENDS= libcppunit.so:devel/cppunit \ libfftw3f.so:math/fftw3-float \ libqwt.so:x11-toolkits/qwt5 \ ${PY_BOOST} \ + liblog4cpp.so:devel/log4cpp \ libportaudio.so:audio/portaudio \ libjack.so:audio/jack \ libasound.so:audio/alsa-lib \ Modified: head/comms/gnuradio/pkg-plist ============================================================================== --- head/comms/gnuradio/pkg-plist Sun Jun 24 01:36:11 2018 (r473173) +++ head/comms/gnuradio/pkg-plist Sun Jun 24 01:46:04 2018 (r473174) @@ -62,6 +62,7 @@ bin/volk_profile %%ETCDIR%%/conf.d/gr-audio.conf %%ETCDIR%%/conf.d/gr-qtgui.conf %%ETCDIR%%/conf.d/gr-wxgui.conf +%%ETCDIR%%/conf.d/gr_log_default.conf %%ETCDIR%%/conf.d/grc.conf %%ETCDIR%%/conf.d/modtool.conf include/gnuradio/analog/agc.h