diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2023-04-25 17:15:30 +0200 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2023-04-25 17:17:15 +0200 |
commit | feb1fa34f58ea796656b86a81c2a2996b0b03c96 (patch) | |
tree | e79f501fbac85d3800abbc2796349f85e210f570 /accessibility | |
parent | ffa50ba20a61a2daa3bd44dceaf76061683acebd (diff) | |
download | freebsd-ports-feb1fa34f58ea796656b86a81c2a2996b0b03c96.zip |
audio/opus: bump consumers after update to 1.4
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/kdeaccessibility/Makefile | 1 | ||||
-rw-r--r-- | accessibility/kmag/Makefile | 1 | ||||
-rw-r--r-- | accessibility/kmousetool/Makefile | 1 | ||||
-rw-r--r-- | accessibility/kmouth/Makefile | 1 | ||||
-rw-r--r-- | accessibility/orca/Makefile | 2 | ||||
-rw-r--r-- | accessibility/py-speech-dispatcher/Makefile | 2 | ||||
-rw-r--r-- | accessibility/qt5-speech/Makefile | 1 | ||||
-rw-r--r-- | accessibility/qt6-speech/Makefile | 1 | ||||
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 2 |
9 files changed, 9 insertions, 3 deletions
diff --git a/accessibility/kdeaccessibility/Makefile b/accessibility/kdeaccessibility/Makefile index ae9577cc5bc8..aef27f210ca7 100644 --- a/accessibility/kdeaccessibility/Makefile +++ b/accessibility/kdeaccessibility/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdeaccessibility DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility kde MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile index e65e9a0ba598..88676f41bfa1 100644 --- a/accessibility/kmag/Makefile +++ b/accessibility/kmag/Makefile @@ -1,5 +1,6 @@ PORTNAME= kmag DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index 09163dad44e1..07d4cd31f355 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -1,5 +1,6 @@ PORTNAME= kmousetool DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index 4993bce19ec2..ca87955e7d55 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/Makefile @@ -1,5 +1,6 @@ PORTNAME= kmouth DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index d08ea1174486..e4ecd22d44ed 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -1,6 +1,6 @@ PORTNAME= orca PORTVERSION= 43.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/accessibility/py-speech-dispatcher/Makefile b/accessibility/py-speech-dispatcher/Makefile index 7c961beba66f..65683363f22e 100644 --- a/accessibility/py-speech-dispatcher/Makefile +++ b/accessibility/py-speech-dispatcher/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= accessibility audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/accessibility/qt5-speech/Makefile b/accessibility/qt5-speech/Makefile index e4d9491da5da..536443664079 100644 --- a/accessibility/qt5-speech/Makefile +++ b/accessibility/qt5-speech/Makefile @@ -1,5 +1,6 @@ PORTNAME= speech PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} +PORTREVISION= 1 CATEGORIES= accessibility PKGNAMEPREFIX= qt5- diff --git a/accessibility/qt6-speech/Makefile b/accessibility/qt6-speech/Makefile index 8b7b629f9a13..a32698900a05 100644 --- a/accessibility/qt6-speech/Makefile +++ b/accessibility/qt6-speech/Makefile @@ -1,5 +1,6 @@ PORTNAME= speech PORTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility PKGNAMEPREFIX= qt6- diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile index cb2fef33f512..fec1d665a43f 100644 --- a/accessibility/speech-dispatcher/Makefile +++ b/accessibility/speech-dispatcher/Makefile @@ -1,6 +1,6 @@ PORTNAME= speech-dispatcher DISTVERSION= 0.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= accessibility audio MASTER_SITES= https://github.com/brailcom/speechd/releases/download/${PORTVERSION}/ |