diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:38:08 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:38:08 +0000 |
commit | 89f8b052147a980faa4f4419d8444f0c7073c997 (patch) | |
tree | e94768205025f539f2698d8d84810ab33e0ca57f /comms | |
parent | 64bbcf8b752771c4cfd64dfa9cfd5d59bbd977b4 (diff) |
Notes
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} |