diff options
author | gerald <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
commit | 3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a (patch) | |
tree | 44760fb1f02ea408fa8f79bb5c9a29b881768f31 /comms | |
parent | 1f50cac7989450824d832360c9a377ffea5cc6a4 (diff) | |
download | freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.tar.gz freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.tar.zst freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.zip |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 2 | ||||
-rw-r--r-- | comms/gr-osmosdr/Makefile | 2 | ||||
-rw-r--r-- | comms/sdr-wspr/Makefile | 2 | ||||
-rw-r--r-- | comms/wsjtx/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 2a1584650fe5..3a324c0b71e7 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnuradio #MASTER_SITES= http://gnuradio.org/releases/gnuradio/ # Temporary git version DISTVERSION= 3.8.g20190309 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms astro hamradio MAINTAINER= hamradio@FreeBSD.org diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 5dea934be971..7f32a99edd1b 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= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/sdr-wspr/Makefile b/comms/sdr-wspr/Makefile index 206847b1cd82..776dcd83c809 100644 --- a/comms/sdr-wspr/Makefile +++ b/comms/sdr-wspr/Makefile @@ -4,7 +4,7 @@ PORTNAME= sdr-wspr PORTVERSION= 0.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms hamradio MAINTAINER= jeff@baitis.net diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index f67f49bc0649..fd02a9c4cc16 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjtx PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} |