diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-12-12 08:15:49 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-12-12 08:15:49 +0800 |
commit | 9450dbc10a4ffaf3052b6ac70c9dca088a5b123c (patch) | |
tree | d48522d464e1ff041584b2a31f9ed94d0a22776f /comms | |
parent | badcc048a62299a44785187daa93c985df9972b3 (diff) | |
download | freebsd-ports-gnome-9450dbc10a4ffaf3052b6ac70c9dca088a5b123c.tar.gz freebsd-ports-gnome-9450dbc10a4ffaf3052b6ac70c9dca088a5b123c.tar.zst freebsd-ports-gnome-9450dbc10a4ffaf3052b6ac70c9dca088a5b123c.zip |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fldigi/Makefile | 1 | ||||
-rw-r--r-- | comms/gnuradio/Makefile | 2 | ||||
-rw-r--r-- | comms/gqrx/Makefile | 2 | ||||
-rw-r--r-- | comms/gr-osmosdr/Makefile | 2 | ||||
-rw-r--r-- | comms/uhd/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index b6fad15ac81c..1626ef59672e 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -2,6 +2,7 @@ PORTNAME= fldigi PORTVERSION= 4.0.18 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 6476fc4aee93..fe853f549ed4 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 043d6e62fe6c..42f69317006c 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -4,7 +4,7 @@ PORTNAME= gqrx PORTVERSION= 2.11.5 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 41d92e937ebe..6618a184b857 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -4,7 +4,7 @@ PORTNAME= gr-osmosdr DISTVERSIONPREFIX= v DISTVERSION= 0.1.4-99 DISTVERSIONSUFFIX= -gc98be5d -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile index 83b8ca37865d..e4d8a24c160c 100644 --- a/comms/uhd/Makefile +++ b/comms/uhd/Makefile @@ -2,7 +2,7 @@ PORTNAME= uhd PORTVERSION= 3.10.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= http://files.ettus.com/binaries/images/ DISTFILES= ${IMAGE_FILE} |