Date: Sun, 6 Apr 2014 19:43:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r350405 - in branches/2014Q2/comms/gqrx: . files Message-ID: <201404061943.s36JhmDs055086@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Apr 6 19:43:47 2014 New Revision: 350405 URL: http://svnweb.freebsd.org/changeset/ports/350405 QAT: https://qat.redports.org/buildarchive/r350405/ Log: MFH: r349975 - Update to 20140313 (and use QT5) - Update WWW Approved by: portmgr (self) Added: branches/2014Q2/comms/gqrx/files/ - copied from r349975, head/comms/gqrx/files/ Modified: branches/2014Q2/comms/gqrx/Makefile branches/2014Q2/comms/gqrx/distinfo branches/2014Q2/comms/gqrx/pkg-descr Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/comms/gqrx/Makefile ============================================================================== --- branches/2014Q2/comms/gqrx/Makefile Sun Apr 6 19:37:35 2014 (r350404) +++ branches/2014Q2/comms/gqrx/Makefile Sun Apr 6 19:43:47 2014 (r350405) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 20130504 -PORTREVISION= 4 +PORTVERSION= 20140313 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -14,7 +13,11 @@ COMMENT= Qt-based software defined radio LICENSE= GPLv3 -LIB_DEPENDS= libgnuradio-core.so:${PORTSDIR}/comms/gnuradio \ +LIB_DEPENDS= libgnuradio-runtime.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-analog.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-blocks.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-filter.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-fft.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-audio.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-osmosdr.so:${PORTSDIR}/comms/gr-osmosdr \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ @@ -23,7 +26,9 @@ LIB_DEPENDS= libgnuradio-core.so:${PORTS libboost_program_options.so:${PORTSDIR}/devel/boost-libs USES= pkgconfig qmake -USE_QT4= moc_build rcc_build uic_build corelib gui svg +USE_QT5= buildtools core gui svg network widgets + +QMAKE_ARGS+= VER="${PORTVERSION}" PLIST_FILES= bin/gqrx Modified: branches/2014Q2/comms/gqrx/distinfo ============================================================================== --- branches/2014Q2/comms/gqrx/distinfo Sun Apr 6 19:37:35 2014 (r350404) +++ branches/2014Q2/comms/gqrx/distinfo Sun Apr 6 19:43:47 2014 (r350405) @@ -1,2 +1,2 @@ -SHA256 (gqrx-20130504.tgz) = 6f432a8e7828cd84232728bc6640968403145488dadcb47186b79eb59d96ffe0 -SIZE (gqrx-20130504.tgz) = 891521 +SHA256 (gqrx-20140313.tgz) = a5c0da6243d8216966082ded75a45e0168415bf28878c4c0a1839bcf22737297 +SIZE (gqrx-20140313.tgz) = 1113769 Modified: branches/2014Q2/comms/gqrx/pkg-descr ============================================================================== --- branches/2014Q2/comms/gqrx/pkg-descr Sun Apr 6 19:37:35 2014 (r350404) +++ branches/2014Q2/comms/gqrx/pkg-descr Sun Apr 6 19:43:47 2014 (r350405) @@ -4,4 +4,4 @@ Radio and the Qt GUI toolkit. It can use the Funcube Dongle, RTL2832U-based DVB-T dongles, OsmoSDR devices and USRP devices as input source. -WWW: https://github.com/csete/gqrx +WWW: http://gqrx.dk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061943.s36JhmDs055086>