1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Update to 2.13.3

This commit is contained in:
Ganael LAPLANCHE 2020-11-02 17:47:26 +00:00
parent 0c4cda23b3
commit 460efe506a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553919
3 changed files with 7 additions and 8 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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
}