diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-30 08:59:58 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-30 08:59:58 +0000 |
commit | 24d49fb3260255578a10abb1879cd7ed904f37ad (patch) | |
tree | d5dc52bcc9009c472e9b3e9610e48d1326f31688 /chat/irssi-icb/Makefile | |
parent | dd2b76b7d9b81876f5cf00b66fe8ae6760d4d4a3 (diff) | |
download | pkgsrc-24d49fb3260255578a10abb1879cd7ed904f37ad.tar.gz |
Update irssi-icb to version 0.15. Requested during the freeze by agc, as
the version number accidentally went backwards in the last irssi update.
This release mainly incorporates most of the pkgsrc patches into the upstream
tarball, so the only real change of note is that /beep output has been fixed.
Diffstat (limited to 'chat/irssi-icb/Makefile')
-rw-r--r-- | chat/irssi-icb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/irssi-icb/Makefile b/chat/irssi-icb/Makefile index e9a73b35ff7..cfb58b90cb8 100644 --- a/chat/irssi-icb/Makefile +++ b/chat/irssi-icb/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.37 2014/06/07 23:49:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.38 2014/09/30 08:59:58 jperkin Exp $ # -DISTNAME= irssi-icb-0.14 +DISTNAME= irssi-icb-0.15 CATEGORIES= chat -MASTER_SITES= http://www.irssi.org/files/plugins/icb/ +MASTER_SITES= https://github.com/downloads/jperkin/irssi-icb/ DISTFILES= ${DISTNAME}.tar.gz ${IRSSI_DISTFILE} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= jperkin@joyent.com HOMEPAGE= http://www.irssi.org/ COMMENT= Irssi plugin to access ICB networks LICENSE= gnu-gpl-v2 |