svn commit: r349709 - head/comms/gr-osmosdr

Ganael LAPLANCHE martymac at FreeBSD.org
Mon Mar 31 06:38:59 UTC 2014


Author: martymac
Date: Mon Mar 31 06:38:58 2014
New Revision: 349709
URL: http://svnweb.freebsd.org/changeset/ports/349709
QAT: https://qat.redports.org/buildarchive/r349709/

Log:
  Update to 20140314

Modified:
  head/comms/gr-osmosdr/Makefile
  head/comms/gr-osmosdr/distinfo
  head/comms/gr-osmosdr/pkg-plist

Modified: head/comms/gr-osmosdr/Makefile
==============================================================================
--- head/comms/gr-osmosdr/Makefile	Mon Mar 31 06:33:54 2014	(r349708)
+++ head/comms/gr-osmosdr/Makefile	Mon Mar 31 06:38:58 2014	(r349709)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gr-osmosdr
-PORTVERSION=	20130509
-PORTREVISION=	6
+PORTVERSION=	20140314
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac
@@ -15,9 +14,9 @@ LICENSE=	GPLv3
 
 BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13 \
 		cheetah:${PORTSDIR}/devel/py-cheetah
-LIB_DEPENDS=	libgnuradio-core.so:${PORTSDIR}/comms/gnuradio \
-		libgnuradio-fcd.so:${PORTSDIR}/comms/gnuradio \
-		libgruel.so:${PORTSDIR}/comms/gnuradio \
+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
 
@@ -25,9 +24,11 @@ USES=	pkgconfig cmake
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes
 
+# See lib/CMakeLists.txt to enable more components
 CMAKE_ARGS+=	-DENABLE_DEFAULT:BOOL=OFF \
 		-DENABLE_FCD:BOOL=ON \
-		-DENABLE_FILE:BOOL=ON
+		-DENABLE_FILE:BOOL=ON \
+		-DENABLE_PYTHON=ON
 
 OPTIONS_DEFINE=	RTLSDR
 RTLSDR_DESC=	Enable rtl-sdr (RTL2832) support

Modified: head/comms/gr-osmosdr/distinfo
==============================================================================
--- head/comms/gr-osmosdr/distinfo	Mon Mar 31 06:33:54 2014	(r349708)
+++ head/comms/gr-osmosdr/distinfo	Mon Mar 31 06:38:58 2014	(r349709)
@@ -1,2 +1,2 @@
-SHA256 (gr-osmosdr-20130509.tgz) = cb05c11c2b36a22105c925dd8bf972bbf1d6af0c4d68753edf0ba702d4dd715d
-SIZE (gr-osmosdr-20130509.tgz) = 194496
+SHA256 (gr-osmosdr-20140314.tgz) = 2411b80d95e93ed8439e94b6de4a1b5c33cb4fe340952ebf20a28afa959f99f8
+SIZE (gr-osmosdr-20140314.tgz) = 227392

Modified: head/comms/gr-osmosdr/pkg-plist
==============================================================================
--- head/comms/gr-osmosdr/pkg-plist	Mon Mar 31 06:33:54 2014	(r349708)
+++ head/comms/gr-osmosdr/pkg-plist	Mon Mar 31 06:38:58 2014	(r349709)
@@ -4,19 +4,19 @@ bin/osmocom_siggen_nogui
 bin/osmocom_spectrum_sense
 include/osmosdr/swig/osmosdr_swig.i
 include/osmosdr/swig/osmosdr_swig_doc.i
-include/osmosdr/osmosdr_api.h
-include/osmosdr/osmosdr_pimpl.h
-include/osmosdr/osmosdr_ranges.h
-include/osmosdr/osmosdr_device.h
-include/osmosdr/osmosdr_sink_c.h
-include/osmosdr/osmosdr_source_c.h
-lib/libgnuradio-osmosdr.so.0.0.1git
+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
 lib/libgnuradio-osmosdr.so
 libdata/pkgconfig/gnuradio-osmosdr.pc
-share/gnuradio/grc/blocks/rtlsdr_source_c.xml
-share/gnuradio/grc/blocks/osmosdr_sink_c.xml
-share/gnuradio/grc/blocks/osmosdr_source_c.xml
+share/gnuradio/grc/blocks/rtlsdr_source.xml
+share/gnuradio/grc/blocks/osmosdr_sink.xml
+share/gnuradio/grc/blocks/osmosdr_source.xml
 %%PYTHON_SITELIBDIR%%/osmosdr/_osmosdr_swig.so
 %%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyo
 %%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyc


More information about the svn-ports-head mailing list