diff options
author | wiz <wiz@pkgsrc.org> | 2021-04-14 07:28:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-04-14 07:28:16 +0000 |
commit | 6907ae1c4a541035df825aa70633fd04dfbed3ef (patch) | |
tree | b969e4cecfa612355a2ff195f09997125819023c /chat | |
parent | cd12e5c2a8ece7f0d8a5492f74de0b5f6de12ed8 (diff) | |
download | pkgsrc-6907ae1c4a541035df825aa70633fd04dfbed3ef.tar.gz |
*: bump for vala 0.52
Diffstat (limited to 'chat')
-rw-r--r-- | chat/dino/Makefile | 3 | ||||
-rw-r--r-- | chat/libfolks/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-glib/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/chat/dino/Makefile b/chat/dino/Makefile index a1bfb1b8d3d..54605dc4168 100644 --- a/chat/dino/Makefile +++ b/chat/dino/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2021/01/19 22:44:26 nia Exp $ +# $NetBSD: Makefile,v 1.9 2021/04/14 07:28:17 wiz Exp $ DISTNAME= dino-0.2.0 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=dino/} GITHUB_PROJECT= dino diff --git a/chat/libfolks/Makefile b/chat/libfolks/Makefile index d807011cfd4..81d3ba9f033 100644 --- a/chat/libfolks/Makefile +++ b/chat/libfolks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/11/05 09:07:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2021/04/14 07:28:17 wiz Exp $ DISTNAME= folks-0.14.0 PKGNAME= lib${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GNOME:=sources/folks/0.14/} EXTRACT_SUFX= .tar.xz diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 1786eff3620..b2668da0ac4 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2020/11/05 09:07:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.69 2021/04/14 07:28:17 wiz Exp $ DISTNAME= telepathy-glib-0.24.1 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/ |