svn commit: r553919 - in head/comms/gqrx: . files
Ganael LAPLANCHE
martymac at FreeBSD.org
Mon Nov 2 17:47:27 UTC 2020
Author: martymac
Date: Mon Nov 2 17:47:26 2020
New Revision: 553919
URL: https://svnweb.freebsd.org/changeset/ports/553919
Log:
Update to 2.13.3
Modified:
head/comms/gqrx/Makefile
head/comms/gqrx/distinfo
head/comms/gqrx/files/patch-gqrx.pro
Modified: head/comms/gqrx/Makefile
==============================================================================
--- head/comms/gqrx/Makefile Mon Nov 2 17:40:42 2020 (r553918)
+++ head/comms/gqrx/Makefile Mon Nov 2 17:47:26 2020 (r553919)
@@ -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 \
Modified: head/comms/gqrx/distinfo
==============================================================================
--- head/comms/gqrx/distinfo Mon Nov 2 17:40:42 2020 (r553918)
+++ head/comms/gqrx/distinfo Mon Nov 2 17:47:26 2020 (r553919)
@@ -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
Modified: head/comms/gqrx/files/patch-gqrx.pro
==============================================================================
--- head/comms/gqrx/files/patch-gqrx.pro Mon Nov 2 17:40:42 2020 (r553918)
+++ head/comms/gqrx/files/patch-gqrx.pro Mon Nov 2 17:47:26 2020 (r553919)
@@ -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
}
More information about the svn-ports-all
mailing list