diff options
author | xtraeme <xtraeme> | 2003-10-03 09:48:44 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-10-03 09:48:44 +0000 |
commit | c872411d5ba88866999879e8836d76754a426c1e (patch) | |
tree | 60f990de61951a54b4365d59576d9e93e1369def /devel | |
parent | 98c116b0342157730e002fcd853edf7d38603441 (diff) | |
download | pkgsrc-c872411d5ba88866999879e8836d76754a426c1e.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/loudmouth/Makefile | 12 | ||||
-rw-r--r-- | devel/loudmouth/distinfo | 6 |
2 files changed, 8 insertions, 10 deletions
diff --git a/devel/loudmouth/Makefile b/devel/loudmouth/Makefile index 237f2d5c965..b0fa30fee2c 100644 --- a/devel/loudmouth/Makefile +++ b/devel/loudmouth/Makefile @@ -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 @@ -18,18 +18,16 @@ USE_GMAKE= yes 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 --git a/devel/loudmouth/distinfo b/devel/loudmouth/distinfo index 2435021e3bc..8702c693478 100644 --- a/devel/loudmouth/distinfo +++ b/devel/loudmouth/distinfo @@ -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 |