pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/loudmouth Changes 1.0.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21cfd2144a70
branches:  trunk
changeset: 511468:21cfd2144a70
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 15 06:56:24 2006 +0000

description:
Changes 1.0.3:
* Quick build fix release when building without SSL, LM-25.

Changes 1.0.2:
* Fixed issue when opening in blocking mode failed, LM-15
* Unregister sources when connection fails to avoid later segfault, LM-16
* Fixed an issue where large messages would get trunkated, LM-17

diffstat:

 chat/loudmouth/Makefile |  12 +++++-------
 chat/loudmouth/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 3b95181e15f8 -r 21cfd2144a70 chat/loudmouth/Makefile
--- a/chat/loudmouth/Makefile   Sat Apr 15 04:41:08 2006 +0000
+++ b/chat/loudmouth/Makefile   Sat Apr 15 06:56:24 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2006/04/06 06:21:39 reed Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/15 06:56:24 adam Exp $
 
-DISTNAME=      loudmouth-1.0.1
-PKGREVISION=   3
+DISTNAME=      loudmouth-1.0.3
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/loudmouth/1.0/}
 EXTRACT_SUFX=  .tar.bz2
@@ -10,16 +9,15 @@
 HOMEPAGE=      http://loudmouth.imendio.org/
 COMMENT=       Lightweight Jabber client library
 
+USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
-USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-
-PKGCONFIG_OVERRIDE+=    loudmouth-1.0.pc.in
-
 CONFIGURE_ARGS+=       --disable-debug
 CONFIGURE_ARGS+=       --disable-gtk-doc
 CONFIGURE_ARGS+=       --disable-mono
 
+PKGCONFIG_OVERRIDE+=   loudmouth-1.0.pc.in
+
 BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.2.0
 
 .include "../../converters/libiconv/buildlink3.mk"
diff -r 3b95181e15f8 -r 21cfd2144a70 chat/loudmouth/distinfo
--- a/chat/loudmouth/distinfo   Sat Apr 15 04:41:08 2006 +0000
+++ b/chat/loudmouth/distinfo   Sat Apr 15 06:56:24 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/09/05 14:44:28 adam Exp $
+$NetBSD: distinfo,v 1.9 2006/04/15 06:56:24 adam Exp $
 
-SHA1 (loudmouth-1.0.1.tar.bz2) = 5b7ecdce4cac8a9a2c666bc6247b84e683603792
-RMD160 (loudmouth-1.0.1.tar.bz2) = 8b8a9575db3a0b3681904e607f5fccd12df495f8
-Size (loudmouth-1.0.1.tar.bz2) = 259440 bytes
+SHA1 (loudmouth-1.0.3.tar.bz2) = fbc65c34986d2e6697e531d2e2649749d4fcd4d0
+RMD160 (loudmouth-1.0.3.tar.bz2) = 36a11a951ad09a872f11655ee0a91a524c1192a4
+Size (loudmouth-1.0.3.tar.bz2) = 272468 bytes



Home | Main Index | Thread Index | Old Index