diff options
author | gerald <gerald@FreeBSD.org> | 2016-11-20 17:38:08 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-11-20 17:38:08 +0800 |
commit | db5f30a44b64f57dc79943bd0353111f9146dadc (patch) | |
tree | e94768205025f539f2698d8d84810ab33e0ca57f /comms | |
parent | 402295d85eaa6b40d0c3fd478260d4ccd953880e (diff) | |
download | freebsd-ports-gnome-db5f30a44b64f57dc79943bd0353111f9146dadc.tar.gz freebsd-ports-gnome-db5f30a44b64f57dc79943bd0353111f9146dadc.tar.zst freebsd-ports-gnome-db5f30a44b64f57dc79943bd0353111f9146dadc.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).
In particular that is 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.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/aldo/Makefile | 2 | ||||
-rw-r--r-- | comms/dabstick-radio/Makefile | 2 | ||||
-rw-r--r-- | comms/ems-flasher/Makefile | 2 | ||||
-rw-r--r-- | comms/gnuradio/Makefile | 1 | ||||
-rw-r--r-- | comms/gqrx/Makefile | 1 | ||||
-rw-r--r-- | comms/libsdr-gui/Makefile | 1 | ||||
-rw-r--r-- | comms/wsjt/Makefile | 2 |
7 files changed, 7 insertions, 4 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index dcb59d818633..65b4eb0ce1f9 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -3,7 +3,7 @@ PORTNAME= aldo PORTVERSION= 0.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH diff --git a/comms/dabstick-radio/Makefile b/comms/dabstick-radio/Makefile index 24279e618f09..5c5e2505b424 100644 --- a/comms/dabstick-radio/Makefile +++ b/comms/dabstick-radio/Makefile @@ -3,7 +3,7 @@ PORTNAME= dabstick-radio PORTVERSION= 0.96 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms audio hamradio MASTER_SITES= http://www.sdr-j.tk/ \ LOCAL/nox/ diff --git a/comms/ems-flasher/Makefile b/comms/ems-flasher/Makefile index e8aaff0ad527..75e1accd85bb 100644 --- a/comms/ems-flasher/Makefile +++ b/comms/ems-flasher/Makefile @@ -3,7 +3,7 @@ PORTNAME= ems-flasher PORTVERSION= 0.03 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms MASTER_SITES= http://lacklustre.net/projects/ems-flasher/ \ https://cooltrainer.org/freebsd-ports/ems-flasher/ diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index d66e44ea3f02..6ece56ee664c 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.9.2 +PORTREVISION= 1 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index a9a7a97058f7..8399d85d031e 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -3,6 +3,7 @@ PORTNAME= gqrx PORTVERSION= 2.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/libsdr-gui/Makefile b/comms/libsdr-gui/Makefile index e2213ac0f427..4ea169f9e05d 100644 --- a/comms/libsdr-gui/Makefile +++ b/comms/libsdr-gui/Makefile @@ -3,6 +3,7 @@ PORTNAME= libsdr-gui PORTVERSION= 0.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= comms hamradio diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index ba6366b8d7fb..f24265e9b342 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjt DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/db DISTNAME= wsjt-r${SVN_REV} |