pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/loudmouth update to 0.14.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b687bf3e6bfd
branches:  trunk
changeset: 464830:b687bf3e6bfd
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Dec 16 07:48:19 2003 +0000

description:
update to 0.14.1
Patch provided by Soren Jacobsen in PR 23767

0.14.1 fixes "a problem" (whatever that means) when using gnutls.
Also, HOMEPAGE changed.

diffstat:

 devel/loudmouth/Makefile      |  7 +++----
 devel/loudmouth/buildlink2.mk |  5 ++++-
 devel/loudmouth/distinfo      |  6 +++---
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 47f35f963b63 -r b687bf3e6bfd devel/loudmouth/Makefile
--- a/devel/loudmouth/Makefile  Tue Dec 16 07:47:43 2003 +0000
+++ b/devel/loudmouth/Makefile  Tue Dec 16 07:48:19 2003 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2003/10/18 08:15:37 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/16 07:48:19 recht Exp $
 #
 
-DISTNAME=      loudmouth-0.14
-PKGREVISION=   1
+DISTNAME=      loudmouth-0.14.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/loudmouth/0.14/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    xtraeme%NetBSD.org@localhost
-HOMEPAGE=      http://www.imendio.com/projects/loudmouth/
+HOMEPAGE=      http://loudmouth.imendio.org/
 COMMENT=       Lightweight Jabber client library
 
 USE_BUILDLINK2=                yes
diff -r 47f35f963b63 -r b687bf3e6bfd devel/loudmouth/buildlink2.mk
--- a/devel/loudmouth/buildlink2.mk     Tue Dec 16 07:47:43 2003 +0000
+++ b/devel/loudmouth/buildlink2.mk     Tue Dec 16 07:48:19 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/09/02 07:27:58 xtraeme Exp $
+# $NetBSD: buildlink2.mk,v 1.2 2003/12/16 07:48:19 recht Exp $
 #
 # This Makefile fragment is included by packages that use loudmouth.
 #
@@ -21,6 +21,9 @@
 .include "../../devel/glib2/buildlink2.mk"
 .include "../../devel/pkgconfig/buildlink2.mk"
 .include "../../converters/libiconv/buildlink2.mk"
+.if defined(LOUDMOUTH_USE_SSL) && !empty(LOUDMOUTH_USE_SSL:M[Yy][Ee][Ss])
+.include "../../security/gnutls/buildlink2.mk"
+.endif
 
 BUILDLINK_TARGETS+=    loudmouth-buildlink
 
diff -r 47f35f963b63 -r b687bf3e6bfd devel/loudmouth/distinfo
--- a/devel/loudmouth/distinfo  Tue Dec 16 07:47:43 2003 +0000
+++ b/devel/loudmouth/distinfo  Tue Dec 16 07:48:19 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/10/03 09:48:44 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2003/12/16 07:48:19 recht Exp $
 
-SHA1 (loudmouth-0.14.tar.bz2) = 258cddeea7b7533d02707806a6855e7b1ff74aa4
-Size (loudmouth-0.14.tar.bz2) = 192372 bytes
+SHA1 (loudmouth-0.14.1.tar.bz2) = 0f70f2e27eec0e7e973608c0cb69afe9b499d1ca
+Size (loudmouth-0.14.1.tar.bz2) = 192333 bytes



Home | Main Index | Thread Index | Old Index