diff options
author | nia <nia@pkgsrc.org> | 2021-05-02 10:19:20 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-02 10:19:20 +0000 |
commit | f56fb7cf5da9b7fd2c2132afcaa9d87ce125f5f9 (patch) | |
tree | a5973d99cc3d3374ae6bd227930fef27b8dd2d04 /chat/finch | |
parent | 0fc1e81d0a9b584fa6ffda5bf6e4fb212c510972 (diff) | |
download | pkgsrc-f56fb7cf5da9b7fd2c2132afcaa9d87ce125f5f9.tar.gz |
pidgin: update to 2.14.4
changes:
https://pidgin.im/posts/2021-04-2.14.4-released/
Diffstat (limited to 'chat/finch')
-rw-r--r-- | chat/finch/DESCR | 6 | ||||
-rw-r--r-- | chat/finch/Makefile | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/chat/finch/DESCR b/chat/finch/DESCR index a071e84a906..8abd0def1c0 100644 --- a/chat/finch/DESCR +++ b/chat/finch/DESCR @@ -1,4 +1,4 @@ Finch is a command line instant messaging program for Windows, Linux, -BSD, and other Unixes. You can talk to your friends using AIM, ICQ, -Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell -GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, and Zephyr. +BSD, and other Unixes. You can talk to your friends using Jabber/XMPP, +Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, Lotus Sametime, +SILC, SIMPLE, and Zephyr. diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 09d44f51977..17bbc0ca09e 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.79 2021/04/21 11:41:04 adam Exp $ +# $NetBSD: Makefile,v 1.80 2021/05/02 10:19:20 nia Exp $ PKGNAME= finch-${PIDGIN_VERSION} -PKGREVISION= 5 -COMMENT= Multi-protocol Instant Messaging client console frontend +COMMENT= Multi-protocol console instant messaging client .include "../../chat/libpurple/Makefile.common" |