pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/loudmouth Updated to 0.14.
details: https://anonhg.NetBSD.org/pkgsrc/rev/206e4a68ee01
branches: trunk
changeset: 462452:206e4a68ee01
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Oct 03 09:48:44 2003 +0000
description:
Updated to 0.14.
Changes in 0.14:
----------------
* Added information about building on Windows
* Bug when using GnuTLS fixed.
* Fixed a bug that could cause replies to be overlooked when using
blocking mode.
* Added IPv6-support, patch from Sjoerd Simons.
* Made it easier to build RPMs without SSL-support.
* Fixed a memleak when destroying a connection.
diffstat:
devel/loudmouth/Makefile | 12 +++++-------
devel/loudmouth/distinfo | 6 +++---
2 files changed, 8 insertions(+), 10 deletions(-)
diffs (48 lines):
diff -r 74f530f0623e -r 206e4a68ee01 devel/loudmouth/Makefile
--- a/devel/loudmouth/Makefile Fri Oct 03 09:35:38 2003 +0000
+++ b/devel/loudmouth/Makefile Fri Oct 03 09:48:44 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 07:27:58 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2003/10/03 09:48:44 xtraeme Exp $
#
-DISTNAME= loudmouth-${VERSION}
+DISTNAME= loudmouth-0.14
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/${DIST_VER}/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/0.14/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= xtraeme%NetBSD.org@localhost
@@ -18,18 +18,16 @@
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/loudmouth-1.0.pc.in
-CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --disable-debug
-DIST_VER= 0.13
-VERSION= 0.13.2
-
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= LOUDMOUTH_USE_SSL
.if defined(LOUDMOUTH_USE_SSL) && !empty(LOUDMOUTH_USE_SSL:M[Yy][Ee][Ss])
.include "../../security/gnutls/buildlink2.mk"
+.else
+CONFIGURE_ARGS+= --with-ssl=no
.endif
.include "../../devel/glib2/buildlink2.mk"
diff -r 74f530f0623e -r 206e4a68ee01 devel/loudmouth/distinfo
--- a/devel/loudmouth/distinfo Fri Oct 03 09:35:38 2003 +0000
+++ b/devel/loudmouth/distinfo Fri Oct 03 09:48:44 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/02 07:27:58 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2003/10/03 09:48:44 xtraeme Exp $
-SHA1 (loudmouth-0.13.2.tar.bz2) = d1808df75eb3786c8a67921be63b5f280dd0e0a5
-Size (loudmouth-0.13.2.tar.bz2) = 259640 bytes
+SHA1 (loudmouth-0.14.tar.bz2) = 258cddeea7b7533d02707806a6855e7b1ff74aa4
+Size (loudmouth-0.14.tar.bz2) = 192372 bytes
Home |
Main Index |
Thread Index |
Old Index