diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2015-10-27 20:12:49 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2015-10-27 20:12:49 +0000 |
commit | e0622e7419884d54bd3b287c27b950dd01f3e4e3 (patch) | |
tree | 9fe0c8f7fe5059b52bd6b8bce99178da1fc5c3ef /comms | |
parent | 347cd583d29cbe76a22b619d604e199f00c26f54 (diff) | |
download | ports-e0622e7419884d54bd3b287c27b950dd01f3e4e3.tar.gz ports-e0622e7419884d54bd3b287c27b950dd01f3e4e3.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gr-osmosdr/Makefile | 9 | ||||
-rw-r--r-- | comms/gr-osmosdr/distinfo | 4 | ||||
-rw-r--r-- | comms/gr-osmosdr/pkg-plist | 27 |
3 files changed, 18 insertions, 22 deletions
diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 3cac2397dcc6..7ee60cb5c635 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gr-osmosdr -PORTVERSION= 20140314 -PORTREVISION= 1 +PORTVERSION= 20150716 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -20,7 +19,7 @@ LIB_DEPENDS= libgnuradio-runtime.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 @@ -35,8 +34,4 @@ 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 <bsd.port.mk> diff --git a/comms/gr-osmosdr/distinfo b/comms/gr-osmosdr/distinfo index d65512139eae..fd750b7d00bb 100644 --- a/comms/gr-osmosdr/distinfo +++ b/comms/gr-osmosdr/distinfo @@ -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 diff --git a/comms/gr-osmosdr/pkg-plist b/comms/gr-osmosdr/pkg-plist index 2976698dace6..4aa80a84e489 100644 --- a/comms/gr-osmosdr/pkg-plist +++ b/comms/gr-osmosdr/pkg-plist @@ -2,28 +2,29 @@ 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 |