diff options
author | recht <recht@pkgsrc.org> | 2003-12-16 07:48:19 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-16 07:48:19 +0000 |
commit | 64c20b36ace85ae22ae71d8ddf8dd43ed8bba380 (patch) | |
tree | 0393dc060558f84fd982d5e34c7d43c1b9f2ac20 /devel | |
parent | 029f86c906b25d576da1ef8e099af74d089b4890 (diff) | |
download | pkgsrc-64c20b36ace85ae22ae71d8ddf8dd43ed8bba380.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/loudmouth/Makefile | 7 | ||||
-rw-r--r-- | devel/loudmouth/buildlink2.mk | 5 | ||||
-rw-r--r-- | devel/loudmouth/distinfo | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/loudmouth/Makefile b/devel/loudmouth/Makefile index 122d758d876..4bce10cfc98 100644 --- a/devel/loudmouth/Makefile +++ b/devel/loudmouth/Makefile @@ -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 -HOMEPAGE= http://www.imendio.com/projects/loudmouth/ +HOMEPAGE= http://loudmouth.imendio.org/ COMMENT= Lightweight Jabber client library USE_BUILDLINK2= yes diff --git a/devel/loudmouth/buildlink2.mk b/devel/loudmouth/buildlink2.mk index 60091a43133..d23fe386e16 100644 --- a/devel/loudmouth/buildlink2.mk +++ b/devel/loudmouth/buildlink2.mk @@ -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 @@ BUILDLINK_FILES.loudmouth+= lib/pkgconfig/loudmouth-1.0.pc .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 --git a/devel/loudmouth/distinfo b/devel/loudmouth/distinfo index 8702c693478..2fd659ea1ff 100644 --- a/devel/loudmouth/distinfo +++ b/devel/loudmouth/distinfo @@ -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 |