svn commit: r473174 - head/comms/gnuradio

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 24 01:46:05 UTC 2018


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


More information about the svn-ports-all mailing list