Index: head/comms/gr-osmosdr/Makefile =================================================================== --- head/comms/gr-osmosdr/Makefile (revision 400341) +++ head/comms/gr-osmosdr/Makefile (revision 400342) @@ -1,42 +1,37 @@ # $FreeBSD$ PORTNAME= gr-osmosdr -PORTVERSION= 20140314 -PORTREVISION= 1 +PORTVERSION= 20150716 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= GNU Radio OsmoSDR module LICENSE= GPLv3 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \ cheetah:${PORTSDIR}/devel/py-cheetah LIB_DEPENDS= libgnuradio-runtime.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-pmt.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-blocks.so:${PORTSDIR}/comms/gnuradio \ libboost_system.so:${PORTSDIR}/devel/boost-libs \ libboost_thread.so:${PORTSDIR}/devel/boost-libs -USES= pkgconfig cmake tar:tgz python +USES= cmake pkgconfig python tar:tgz USE_LDCONFIG= yes # See lib/CMakeLists.txt to enable more components CMAKE_ARGS+= -DENABLE_DEFAULT:BOOL=OFF \ -DENABLE_FCD:BOOL=ON \ -DENABLE_FILE:BOOL=ON \ -DENABLE_PYTHON=ON OPTIONS_DEFINE= RTLSDR RTLSDR_DESC= Enable rtl-sdr (RTL2832) support OPTIONS_DEFAULT= RTLSDR RTLSDR_LIB_DEPENDS= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr RTLSDR_CMAKE_ON= -DENABLE_RTL:BOOL=ON -DENABLE_RTL_TCP:BOOL=ON - -post-install: - @${LN} -sf libgnuradio-osmosdr.so.0.0.1git \ - ${STAGEDIR}${PREFIX}/lib/libgnuradio-osmosdr.so.0 .include Index: head/comms/gr-osmosdr/distinfo =================================================================== --- head/comms/gr-osmosdr/distinfo (revision 400341) +++ head/comms/gr-osmosdr/distinfo (revision 400342) @@ -1,2 +1,2 @@ -SHA256 (gr-osmosdr-20140314.tgz) = 2411b80d95e93ed8439e94b6de4a1b5c33cb4fe340952ebf20a28afa959f99f8 -SIZE (gr-osmosdr-20140314.tgz) = 227392 +SHA256 (gr-osmosdr-20150716.tgz) = 217e3f96022fa6bf7fe9645ae12c6c8e0eb11836afca0cad5281b7c9bbb23288 +SIZE (gr-osmosdr-20150716.tgz) = 250857 Index: head/comms/gr-osmosdr/pkg-plist =================================================================== --- head/comms/gr-osmosdr/pkg-plist (revision 400341) +++ head/comms/gr-osmosdr/pkg-plist (revision 400342) @@ -1,29 +1,30 @@ bin/osmocom_fft bin/osmocom_siggen bin/osmocom_siggen_nogui bin/osmocom_spectrum_sense -include/osmosdr/swig/osmosdr_swig.i -include/osmosdr/swig/osmosdr_swig_doc.i include/osmosdr/api.h include/osmosdr/device.h include/osmosdr/pimpl.h include/osmosdr/ranges.h include/osmosdr/sink.h include/osmosdr/source.h -lib/libgnuradio-osmosdr.so.0.1.1git -lib/libgnuradio-osmosdr.so.0 +include/osmosdr/swig/osmosdr_swig.i +include/osmosdr/swig/osmosdr_swig_doc.i +include/osmosdr/time_spec.h lib/libgnuradio-osmosdr.so -libdata/pkgconfig/gnuradio-osmosdr.pc -share/gnuradio/grc/blocks/rtlsdr_source.xml -share/gnuradio/grc/blocks/osmosdr_sink.xml -share/gnuradio/grc/blocks/osmosdr_source.xml +lib/libgnuradio-osmosdr.so.0 +lib/libgnuradio-osmosdr.so.0.1.5git +%%PYTHON_SITELIBDIR%%/osmosdr/__init__.py +%%PYTHON_SITELIBDIR%%/osmosdr/__init__.pyc +%%PYTHON_SITELIBDIR%%/osmosdr/__init__.pyo %%PYTHON_SITELIBDIR%%/osmosdr/_osmosdr_swig.so -%%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyo -%%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyc %%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.py +%%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyc +%%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyo %%PYTHON_SITELIBDIR%%/osmosdr/osmosdr_swig.py %%PYTHON_SITELIBDIR%%/osmosdr/osmosdr_swig.pyc %%PYTHON_SITELIBDIR%%/osmosdr/osmosdr_swig.pyo -%%PYTHON_SITELIBDIR%%/osmosdr/__init__.py -%%PYTHON_SITELIBDIR%%/osmosdr/__init__.pyc -%%PYTHON_SITELIBDIR%%/osmosdr/__init__.pyo +libdata/pkgconfig/gnuradio-osmosdr.pc +share/gnuradio/grc/blocks/osmosdr_sink.xml +share/gnuradio/grc/blocks/osmosdr_source.xml +share/gnuradio/grc/blocks/rtlsdr_source.xml