diff options
author | gerald <gerald@FreeBSD.org> | 2016-12-07 21:24:56 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-12-07 21:24:56 +0800 |
commit | 62ddc3e0d540c5e473189ec319669a989aaffa08 (patch) | |
tree | 6d5d55da551a842aeccb81af2fbec5d4427e876a /comms | |
parent | 9de7cb1d9f68241ed9c62b6a03b797756169607e (diff) | |
download | freebsd-ports-gnome-62ddc3e0d540c5e473189ec319669a989aaffa08.tar.gz freebsd-ports-gnome-62ddc3e0d540c5e473189ec319669a989aaffa08.tar.zst freebsd-ports-gnome-62ddc3e0d540c5e473189ec319669a989aaffa08.zip |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gr-osmosdr/Makefile | 2 | ||||
-rw-r--r-- | comms/sdr-wspr/Makefile | 1 | ||||
-rw-r--r-- | comms/wsjt/Makefile | 2 | ||||
-rw-r--r-- | comms/wsjtx/Makefile | 1 | ||||
-rw-r--r-- | comms/wspr/Makefile | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 543314b80a9a..90ceaf40ec98 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20150716 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/comms/sdr-wspr/Makefile b/comms/sdr-wspr/Makefile index e7888c52e845..5942e57be929 100644 --- a/comms/sdr-wspr/Makefile +++ b/comms/sdr-wspr/Makefile @@ -3,6 +3,7 @@ PORTNAME= sdr-wspr PORTVERSION= 0.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= comms hamradio diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index f24265e9b342..3aca5a6d29dd 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjt DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/db DISTNAME= wsjt-r${SVN_REV} diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index 7f22f8e19c79..27fa7b5551cb 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -2,6 +2,7 @@ PORTNAME= wsjtx PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index 7de376becaa5..14cb7eb0eb4f 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/Makefile @@ -2,7 +2,7 @@ PORTNAME= wspr DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/db DISTNAME= wspr-r${SVN_REV} |