diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-09-21 03:58:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-09-21 03:58:36 +0800 |
commit | 84606af75c1cf5ac125bf0416aa40b38e734481b (patch) | |
tree | a51739299eb50775d07449156a9b1480d39889ef /comms | |
parent | 8fcff6d0af5ffe673a91ee45ee7afb1e8ea952ed (diff) | |
download | freebsd-ports-gnome-84606af75c1cf5ac125bf0416aa40b38e734481b.tar.gz freebsd-ports-gnome-84606af75c1cf5ac125bf0416aa40b38e734481b.tar.zst freebsd-ports-gnome-84606af75c1cf5ac125bf0416aa40b38e734481b.zip |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 1922f9dcd02b..1fad5149bb8a 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.8.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ |