diff options
author | martymac <martymac@FreeBSD.org> | 2016-10-13 19:33:58 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2016-10-13 19:33:58 +0800 |
commit | 6b5404b03a1f4681f9067b86885a1a3157820547 (patch) | |
tree | 146307c52970d7d18d0b25eb0236b9488a52e23e /comms | |
parent | 37eef02bf4b190f799704db4c611880f5b3671bc (diff) | |
download | freebsd-ports-gnome-6b5404b03a1f4681f9067b86885a1a3157820547.tar.gz freebsd-ports-gnome-6b5404b03a1f4681f9067b86885a1a3157820547.tar.zst freebsd-ports-gnome-6b5404b03a1f4681f9067b86885a1a3157820547.zip |
Update to 2.6.0
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gqrx/Makefile | 17 | ||||
-rw-r--r-- | comms/gqrx/distinfo | 5 |
2 files changed, 10 insertions, 12 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index e66a11dfe730..a023f71d3398 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 2.5.3 -DISTVERSIONPREFIX= v +PORTVERSION= 2.6.0 PORTEPOCH= 1 CATEGORIES= comms hamradio @@ -23,20 +22,18 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libgnuradio-pmt.so:comms/gnuradio \ libgnuradio-osmosdr.so:comms/gr-osmosdr \ libpulse.so:audio/pulseaudio \ - libpulse-simple.so:audio/pulseaudio + libpulse-simple.so:audio/pulseaudio \ + libboost_system.so:devel/boost-libs \ + libboost_program_options.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= csete +GH_TAGNAME= v${PORTVERSION:S/.0$//} USES= pkgconfig qmake -OPTIONS_SINGLE= GUI -OPTIONS_SINGLE_GUI= QT4 QT5 - -QT4_USE= QT4=corelib,gui,network -QT5_USE= QT5=buildtools_build,core,gui,svg,network,widgets - -OPTIONS_DEFAULT= QT5 +USE_GL= gl +USE_QT5= buildtools_build core gui svg network widgets PLIST_FILES= bin/gqrx share/applications/gqrx.desktop diff --git a/comms/gqrx/distinfo b/comms/gqrx/distinfo index 2c68709675ce..c64e99e79e24 100644 --- a/comms/gqrx/distinfo +++ b/comms/gqrx/distinfo @@ -1,2 +1,3 @@ -SHA256 (csete-gqrx-v2.5.3_GH0.tar.gz) = a6aa5419af7c8d59a39e749f9f9fd1bff44e84f246000e0d113b1e4a93e3f05c -SIZE (csete-gqrx-v2.5.3_GH0.tar.gz) = 1175584 +TIMESTAMP = 1475750932 +SHA256 (csete-gqrx-2.6.0-v2.6_GH0.tar.gz) = 53d25db8d987a41ccccaf6fd85262bd7770cdfab5539b5901c4558756483c9db +SIZE (csete-gqrx-2.6.0-v2.6_GH0.tar.gz) = 1195638 |