diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-08-11 05:08:00 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-08-11 05:08:00 +0000 |
commit | b86113774bead4a7bcbe0bca0697f8bc97feb532 (patch) | |
tree | 42b9f67bb5d03c9556d48c766cce1b11e1a7b614 /chat | |
parent | dd5600119f9915b2e94ffd731c66674e080c2dcc (diff) | |
download | pkgsrc-b86113774bead4a7bcbe0bca0697f8bc97feb532.tar.gz |
Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/coyim/Makefile | 4 | ||||
-rw-r--r-- | chat/dino/Makefile | 4 | ||||
-rw-r--r-- | chat/gajim/Makefile | 4 | ||||
-rw-r--r-- | chat/hexchat/Makefile | 4 | ||||
-rw-r--r-- | chat/srain/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/chat/coyim/Makefile b/chat/coyim/Makefile index 0e16a9d6dc4..183d498fc4b 100644 --- a/chat/coyim/Makefile +++ b/chat/coyim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2022/07/13 16:03:03 bsiegert Exp $ +# $NetBSD: Makefile,v 1.42 2022/08/11 05:08:05 gutteridge Exp $ DISTNAME= coyim-0.3.11 MASTER_SITES= ${MASTER_SITE_GITHUB:=coyim/} -PKGREVISION= 39 +PKGREVISION= 40 CATEGORIES= chat GITHUB_TAG= v${PKGVERSION_NOREV} EXTRACT_USING= bsdtar diff --git a/chat/dino/Makefile b/chat/dino/Makefile index 2e1e5536a6b..d527708dc07 100644 --- a/chat/dino/Makefile +++ b/chat/dino/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2022/07/22 17:07:10 micha Exp $ +# $NetBSD: Makefile,v 1.19 2022/08/11 05:08:06 gutteridge Exp $ DISTNAME= dino-0.3.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=dino/} GITHUB_PROJECT= dino diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index dfbd9b3ddf8..17731e5cfe0 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2022/06/30 11:18:05 nia Exp $ +# $NetBSD: Makefile,v 1.65 2022/08/11 05:08:06 gutteridge Exp $ DISTNAME= gajim-1.3.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= https://www.gajim.org/downloads/${PKGVERSION_NOREV:R}/ diff --git a/chat/hexchat/Makefile b/chat/hexchat/Makefile index 7e15124ac94..753d4833b2a 100644 --- a/chat/hexchat/Makefile +++ b/chat/hexchat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2022/06/28 11:31:03 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2022/08/11 05:08:06 gutteridge Exp $ DISTNAME= hexchat-2.16.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= https://dl.hexchat.net/hexchat/ EXTRACT_SUFX= .tar.xz diff --git a/chat/srain/Makefile b/chat/srain/Makefile index e449f647497..85af20d13c3 100644 --- a/chat/srain/Makefile +++ b/chat/srain/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2022/07/10 17:20:33 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/08/11 05:08:06 gutteridge Exp $ DISTNAME= srain-1.3.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=SrainApp/} |