diff options
author | rezny <rezny@FreeBSD.org> | 2017-05-23 13:03:14 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-05-23 13:03:14 +0800 |
commit | ce4bebc9fdf356c107303011ee9e4d9a9bdece82 (patch) | |
tree | 2fcffe2c100e92346e147bad6c6d39f2d6aef063 /comms | |
parent | 805dc042f19dec3800df2fed6a0aba294aafba72 (diff) | |
download | freebsd-ports-gnome-ce4bebc9fdf356c107303011ee9e4d9a9bdece82.tar.gz freebsd-ports-gnome-ce4bebc9fdf356c107303011ee9e4d9a9bdece82.tar.zst freebsd-ports-gnome-ce4bebc9fdf356c107303011ee9e4d9a9bdece82.zip |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gqrx/Makefile | 2 | ||||
-rw-r--r-- | comms/py-qt5-serialport/Makefile | 1 | ||||
-rw-r--r-- | comms/qsstv/Makefile | 2 | ||||
-rw-r--r-- | comms/wsjtx/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 271fc5b64767..e135030b8cfd 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -4,7 +4,7 @@ PORTNAME= gqrx PORTVERSION= 2.6.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/py-qt5-serialport/Makefile b/comms/py-qt5-serialport/Makefile index 3d78d4b44d32..e16c64955b0a 100644 --- a/comms/py-qt5-serialport/Makefile +++ b/comms/py-qt5-serialport/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PORTNAME= serialport +PORTREVISION= 1 CATEGORIES= comms devel python MAINTAINER= kde@FreeBSD.org diff --git a/comms/qsstv/Makefile b/comms/qsstv/Makefile index 532af47da147..b90bfe444ec2 100644 --- a/comms/qsstv/Makefile +++ b/comms/qsstv/Makefile @@ -2,7 +2,7 @@ PORTNAME= qsstv PORTVERSION= 9.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://users.telenet.be/on4qz/qsstv/downloads/ \ LOCAL/db diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index fbfcc44db2d3..0f32cd5375e0 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjtx PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} |