diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-02-20 12:45:07 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-02-20 12:45:07 +0000 |
commit | f0de3df405b2e6f2628296777c72d3093e509db2 (patch) | |
tree | f5d1756cfc9d68c6835758652f547a637be7a6ef /chat/riece/Makefile | |
parent | b4cd48c73e6dc0c099471f7f641360b9b1c1c3c5 (diff) | |
download | pkgsrc-f0de3df405b2e6f2628296777c72d3093e509db2.tar.gz |
Update riece to 3.1.2.
* Major changes in 3.1.2
** Message catalog. (ueno)
* Major changes in 3.1.1
** riece-async works again. (ueno)
** riece-shrink-buffer is now enabled by default. (ueno)
** New window layout "spiral". (URABE Shyouhei)
Diffstat (limited to 'chat/riece/Makefile')
-rw-r--r-- | chat/riece/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile index 15a795ca377..c794930c6a1 100644 --- a/chat/riece/Makefile +++ b/chat/riece/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/10/07 05:27:50 uebayasi Exp $ +# $NetBSD: Makefile,v 1.11 2007/02/20 12:45:07 uebayasi Exp $ # -DISTNAME= riece-3.1.0 +DISTNAME= riece-3.1.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} CATEGORIES= chat japanese MASTER_SITES= http://savannah.nongnu.org/download/riece/ @@ -11,7 +11,7 @@ HOMEPAGE= http://www.nongnu.org/riece/ COMMENT= IRC client for Emacs EMACS_VERSIONS_ACCEPTED= \ - emacs21 emacs21nox xemacs214 + emacs21 emacs21nox emacs22 emacs22nox xemacs214 WRKSRC= ${WRKDIR}/${DISTNAME:C|[^0-9]$||} |