diff options
author | adam <adam@pkgsrc.org> | 2006-04-15 06:56:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-15 06:56:24 +0000 |
commit | 1718a36563817485c16ec403674888aa7f88e424 (patch) | |
tree | b7c0df2facc727762598a43e492a85d6cb0f52ca /chat/loudmouth | |
parent | 0a8a7fd62a3a335cd8810d08aecf70b776b77cbe (diff) | |
download | pkgsrc-1718a36563817485c16ec403674888aa7f88e424.tar.gz |
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 (limited to 'chat/loudmouth')
-rw-r--r-- | chat/loudmouth/Makefile | 12 | ||||
-rw-r--r-- | chat/loudmouth/distinfo | 8 |
2 files changed, 9 insertions, 11 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index e12be7a99a1..1f8dd6b448e 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://loudmouth.imendio.org/ COMMENT= Lightweight Jabber client library -USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config 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 --git a/chat/loudmouth/distinfo b/chat/loudmouth/distinfo index a5bbdb2592d..a2caedb0c81 100644 --- a/chat/loudmouth/distinfo +++ b/chat/loudmouth/distinfo @@ -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 |