diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-05-19 09:34:34 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-05-19 09:34:34 +0000 |
commit | 5dc764e28626c80042a70a871a48d6c5047055f5 (patch) | |
tree | 65c38f396b8199693cb0038957f9d301f4b73b59 /chat/loudmouth/Makefile | |
parent | 9ec017102a818b26b3ed06e03d53e005118f231e (diff) | |
download | pkgsrc-5dc764e28626c80042a70a871a48d6c5047055f5.tar.gz |
Apply a number of changes:
* Install a dummy log handler to avoid spamming e.g. the irssi-xmpp console
window in non-debug mode, patch from:
https://github.com/mcabber/loudmouth/commit/65fda2c884f2cd70096def29fde5c6b9c1e70ecb
* Fix build on Darwin
* Add patch comments and LICENSE.
Bump PKGREVISION.
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r-- | chat/loudmouth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 35be07c04ef..d486f3546d8 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2014/02/12 23:17:37 tron Exp $ +# $NetBSD: Makefile,v 1.41 2014/05/19 09:34:34 jperkin Exp $ DISTNAME= loudmouth-1.4.3 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.loudmouth-project.org/ COMMENT= Lightweight Jabber client library +LICENSE= gnu-lgpl-v2.1 USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |