diff options
author | gdt <gdt@pkgsrc.org> | 2013-06-14 20:13:17 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-06-14 20:13:17 +0000 |
commit | 60e88ad25c474049e431504cd40503b09de00f84 (patch) | |
tree | b4541e5c2e3b75e53bff66748c5ae49417ddaa22 /chat | |
parent | ce38b8484bf93f4042c48c646b92d5843eedcbea (diff) | |
download | pkgsrc-60e88ad25c474049e431504cd40503b09de00f84.tar.gz |
Update to 0.80.81.
Upstream did not provide NEWS. But, this is ~4 years of assorted
bugfixes and minor improvements. Most notably there is a fix that is
critical for stream startup in a timing-dependent case which seems to
hit reliably on netbsd-5/i386-xen, jabberd2.
Take MAINTAINERSHIP, as I appear to also be the upstream maintainer
now.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/mu-conference/Makefile | 10 | ||||
-rw-r--r-- | chat/mu-conference/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/chat/mu-conference/Makefile b/chat/mu-conference/Makefile index 42715ed44df..9b32f4370a7 100644 --- a/chat/mu-conference/Makefile +++ b/chat/mu-conference/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.29 2013/03/16 16:53:33 gdt Exp $ +# $NetBSD: Makefile,v 1.30 2013/06/14 20:13:17 gdt Exp $ -DISTNAME= mu-conference_0.8 -PKGNAME= ${DISTNAME:S/_/-/} +DISTNAME= mu-conference-0.8.81 +#The DISTFILE used to have _ separating name and version, +#but gdt accidentally didn't do that when making 0.8.81 +#PKGNAME= ${DISTNAME:S/_/-/} PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= http://download.gna.org/mu-conference/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= gdt@NetBSD.org HOMEPAGE= https://gna.org/projects/mu-conference/ COMMENT= Implementation of the XEP-0045 Multi-User Chat protocol LICENSE= gnu-gpl-v2 diff --git a/chat/mu-conference/distinfo b/chat/mu-conference/distinfo index db965263754..ebdd550454b 100644 --- a/chat/mu-conference/distinfo +++ b/chat/mu-conference/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2011/02/04 12:05:45 adam Exp $ +$NetBSD: distinfo,v 1.5 2013/06/14 20:13:17 gdt Exp $ -SHA1 (mu-conference_0.8.tar.gz) = 99b9c68a6415eea3b0c8e840b4ec91e9cc48f2cb -RMD160 (mu-conference_0.8.tar.gz) = a60f8a367b791306c595f63694de1624a52e7b46 -Size (mu-conference_0.8.tar.gz) = 110356 bytes +SHA1 (mu-conference-0.8.81.tar.gz) = 8d40a7e36c4bb5ca9d8290f12eda6a3b10993447 +RMD160 (mu-conference-0.8.81.tar.gz) = dcb036b3679eaba2a405f6f7f79b8ec1b4fa3391 +Size (mu-conference-0.8.81.tar.gz) = 247649 bytes SHA1 (patch-src_Makefile) = afd3f211c7a9d53c482531303ad8e2125d77a395 SHA1 (patch-src_jabberd_Makefile) = 4ee5ee36e5fe63af88bfb7f7c92dd5deb8ab594d SHA1 (patch-src_jcomp_Makefile) = 7d99e2a682dcbfc68976761646b834593184131e |