diff options
author | obache <obache@pkgsrc.org> | 2010-07-15 11:48:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-15 11:48:21 +0000 |
commit | 80df3709fb75fc107f7a51062ef480bc9b6b303e (patch) | |
tree | 5b52cf2572df5e0ab1379dcc78a8d51a8d971e49 /chat/ircservices/Makefile | |
parent | 37400734ec19d035f83589237a329d68803bd902 (diff) | |
download | pkgsrc-80df3709fb75fc107f7a51062ef480bc9b6b303e.tar.gz |
Update ircservices to 5.0.64.
While here, fixes PR#43618 (getline) and set LICENSE=gnu-gpl-v2.
Version 5.0
-----------
2009/07/31 .64 ChanServ DEPROTECT no longer removes channel owner mode, to
prevent abuse by rogue users. Reported by Kieron
Thwaites <ron2k.za@gmail.com>
Diffstat (limited to 'chat/ircservices/Makefile')
-rw-r--r-- | chat/ircservices/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile index 7a0fb7009bd..6af250a5ebb 100644 --- a/chat/ircservices/Makefile +++ b/chat/ircservices/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2010/02/19 20:20:32 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2010/07/15 11:48:21 obache Exp $ # -DISTNAME= ircservices-5.0.63 +DISTNAME= ircservices-5.0.64 CATEGORIES= chat MASTER_SITES= http://www.ircservices.za.net/download/old/ \ ftp://ftp.esper.net/ircservices/old/ @@ -9,6 +9,7 @@ MASTER_SITES= http://www.ircservices.za.net/download/old/ \ MAINTAINER= virtus@wanadoo.nl HOMEPAGE= http://www.ircservices.za.net/ COMMENT= Services for IRC networks +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |