diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-11-02 17:47:26 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-11-02 17:47:26 +0000 |
commit | 460efe506acdcc2cfc438a0b341806a29666da84 (patch) | |
tree | 7827e5bdd1fd388b517574d479b117e898f114dc /comms/gqrx | |
parent | 0c4cda23b394fb563d24bbb0f7a461799b82a56a (diff) |
Notes
Diffstat (limited to 'comms/gqrx')
-rw-r--r-- | comms/gqrx/Makefile | 3 | ||||
-rw-r--r-- | comms/gqrx/distinfo | 6 | ||||
-rw-r--r-- | comms/gqrx/files/patch-gqrx.pro | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index f56ba4662f0c..414ec2a11b8e 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 2.13.2 +PORTVERSION= 2.13.3 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= comms hamradio @@ -22,7 +22,6 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libgnuradio-pmt.so:comms/gnuradio \ libgnuradio-osmosdr.so:comms/gr-osmosdr \ libboost_system.so:devel/boost-libs \ - libboost_program_options.so:devel/boost-libs \ liblog4cpp.so:devel/log4cpp \ libgmpxx.so:math/gmp \ libgmp.so:math/gmp \ diff --git a/comms/gqrx/distinfo b/comms/gqrx/distinfo index de22007483b4..74d9e6e09bae 100644 --- a/comms/gqrx/distinfo +++ b/comms/gqrx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603790300 -SHA256 (csete-gqrx-v2.13.2_GH0.tar.gz) = ff3a9e350f730823dec8edb38cddfd72f602c909cc4ac39082c445eb66f88d96 -SIZE (csete-gqrx-v2.13.2_GH0.tar.gz) = 1344587 +TIMESTAMP = 1604265739 +SHA256 (csete-gqrx-v2.13.3_GH0.tar.gz) = 347eece092f11dea2a21155156e923b184b28f6a383546593964932a5a68dd91 +SIZE (csete-gqrx-v2.13.3_GH0.tar.gz) = 1344334 diff --git a/comms/gqrx/files/patch-gqrx.pro b/comms/gqrx/files/patch-gqrx.pro index c43a585e063b..09730e2d136e 100644 --- a/comms/gqrx/files/patch-gqrx.pro +++ b/comms/gqrx/files/patch-gqrx.pro @@ -1,9 +1,9 @@ ---- gqrx.pro.orig 2020-01-27 20:45:16 UTC +--- gqrx.pro.orig 2020-11-01 13:40:49 UTC +++ gqrx.pro -@@ -290,7 +290,7 @@ INCPATH += src/ +@@ -294,7 +294,7 @@ INCPATH += src/ unix:!macx { - LIBS += -lboost_system$$BOOST_SUFFIX -lboost_program_options$$BOOST_SUFFIX + LIBS += -lboost_system$$BOOST_SUFFIX - LIBS += -lrt # need to include on some distros + LIBS += -llog4cpp } |