diff options
author | wiz <wiz> | 2008-08-17 14:14:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-08-17 14:14:11 +0000 |
commit | ce6857e0f2956a29f401a9561f905f4d0fabec1e (patch) | |
tree | 1741b2c5b5aa9444d47011b6cfe2bbd2ea61378e /chat/loudmouth/Makefile | |
parent | f745b9dddc473889020e9941a2a899a12029ab38 (diff) | |
download | pkgsrc-ce6857e0f2956a29f401a9561f905f4d0fabec1e.tar.gz |
Update to 1.4.1:
Loudmouth 1.4.1
Loudmouth 1.4.1 contains a bugfix from 1.4.0 causing some clients to be disconnected if connected through a NAT firewall.
Loudmouth 1.4.0 contains no changes from 1.3.4 but is simply a release to mark it as the new stable branch.
Loudmouth 1.3.4
Loudmouth 1.3.4 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.
Loudmouth 1.3.3 released
Loudmouth 1.3.3 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.
Loudmouth 1.3.2 released
Loudmouth 1.3.2 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r-- | chat/loudmouth/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 2285e651be5..087d966b8e4 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.27 2008/07/14 12:55:59 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2008/08/17 14:14:11 wiz Exp $ -DISTNAME= loudmouth-1.2.3 -PKGREVISION= 1 +DISTNAME= loudmouth-1.4.1 CATEGORIES= chat -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} \ + http://ftp.imendio.com/pub/imendio/loudmouth/src/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://loudmouth.imendio.org/ +HOMEPAGE= http://www.loudmouth-project.org/ COMMENT= Lightweight Jabber client library PKG_DESTDIR_SUPPORT= user-destdir |