diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2023-04-25 15:15:30 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2023-04-25 15:17:15 +0000 |
commit | feb1fa34f58ea796656b86a81c2a2996b0b03c96 (patch) | |
tree | e79f501fbac85d3800abbc2796349f85e210f570 /irc | |
parent | ffa50ba20a61a2daa3bd44dceaf76061683acebd (diff) |
audio/opus: bump consumers after update to 1.4
Diffstat (limited to 'irc')
-rw-r--r-- | irc/konversation/Makefile | 1 | ||||
-rw-r--r-- | irc/kvirc/Makefile | 1 | ||||
-rw-r--r-- | irc/quassel/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index 97a31656c033..bff4a5780f01 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -1,5 +1,6 @@ PORTNAME= konversation DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= irc kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index a1dbd87474d5..72c95c8df1fd 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -1,6 +1,7 @@ PORTNAME= KVIrc DISTVERSION= 5.0.0-102 DISTVERSIONSUFFIX= -geb3fdd6b1 +PORTREVISION= 1 CATEGORIES= irc kde MAINTAINER= kde@FreeBSD.org diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index f09b80d39653..621ee83773b3 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -1,6 +1,6 @@ PORTNAME= quassel DISTVERSION= 0.14.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSION}/ |