diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-18 10:23:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-18 10:23:22 +0000 |
commit | 03cb434cad838ae5acf1e28b6770e48452652cee (patch) | |
tree | 41322bf718e8fa7f2a9ea4afe19cd11205b0ac77 /chat | |
parent | 3418f798e945cdb7d950e4a70218616a0c2b4a1c (diff) | |
download | pkgsrc-03cb434cad838ae5acf1e28b6770e48452652cee.tar.gz |
Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/dircproxy/Makefile | 5 | ||||
-rw-r--r-- | chat/irchat-pj/Makefile | 7 | ||||
-rw-r--r-- | chat/ircservices/Makefile | 3 | ||||
-rw-r--r-- | chat/p5-Net-ICQ2000/Makefile | 7 | ||||
-rw-r--r-- | chat/vicq/Makefile | 4 |
5 files changed, 15 insertions, 11 deletions
diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile index 9fd66159d35..d33d388d733 100644 --- a/chat/dircproxy/Makefile +++ b/chat/dircproxy/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2005/12/29 06:21:32 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2007/11/18 10:30:42 wiz Exp $ DISTNAME= dircproxy-1.0.5 PKGREVISION= 2 CATEGORIES= chat -MASTER_SITES= http://www.securiweb.net/pub/oss/dircproxy/1.0/ +MASTER_SITES= ftp://ftp.netsplit.com/pub/dircproxy/stable/ \ + http://dircproxy.securiweb.net/pub/1.0/ MAINTAINER= sb125499@ohiou.edu HOMEPAGE= http://dircproxy.securiweb.net/ diff --git a/chat/irchat-pj/Makefile b/chat/irchat-pj/Makefile index 2de03103015..4e0b8ac116e 100644 --- a/chat/irchat-pj/Makefile +++ b/chat/irchat-pj/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:24 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2007/11/18 10:30:42 wiz Exp $ DISTNAME= irchat-pj-2.4.24.22 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} PKGREVISION= 1 CATEGORIES= chat -MASTER_SITES= http://irc.fan.gr.jp/pj/src/ +MASTER_SITES= http://his.luky.org/ftp/mirrors/irchat-pj/ \ + http://gouketsu.net/irchat-pj/src/ MAINTAINER= tech-pkg-ja@jp.NetBSD.org -HOMEPAGE= http://irc.fan.gr.jp/pj/ +HOMEPAGE= http://gouketsu.net/irchat-pj/ COMMENT= Emacs lisp interface to Internet Relay Chat .include "../../mk/emacs.mk" diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile index 98285aae741..325e73ce74d 100644 --- a/chat/ircservices/Makefile +++ b/chat/ircservices/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2007/04/09 12:51:22 adrianp Exp $ +# $NetBSD: Makefile,v 1.30 2007/11/18 10:30:42 wiz Exp $ # DISTNAME= ircservices-5.0.61 CATEGORIES= chat MASTER_SITES= http://www.ircservices.za.net/download/ \ + http://www.ircservices.za.net/download/old/ \ ftp://ftp.esper.net/ircservices/ \ ftp://ftp.esper.net/ircservices/old/ \ ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/ diff --git a/chat/p5-Net-ICQ2000/Makefile b/chat/p5-Net-ICQ2000/Makefile index 38e35888c97..25ed2200615 100644 --- a/chat/p5-Net-ICQ2000/Makefile +++ b/chat/p5-Net-ICQ2000/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.10 2007/09/30 17:45:23 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2007/11/18 10:30:42 wiz Exp $ # DISTNAME= Net-ICQ2000-0.2.1 PKGNAME= p5-${DISTNAME} PKGREVISION= 2 CATEGORIES= chat perl5 -MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/ +MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ +# ${MASTER_SITE_SOURCEFORGE:=neticq2k/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://icq2000.phase3solutions.com/ +HOMEPAGE= http://gonzo.kiev.ua/projects/vicq.old/ COMMENT= Perl5 modules for the ICQv7 protocol realisation PERL5_PACKLIST= auto/Net/ICQ2000/.packlist diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile index 934e2bb8ebf..8ccebe30101 100644 --- a/chat/vicq/Makefile +++ b/chat/vicq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/10/08 22:13:07 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2007/11/18 10:30:42 wiz Exp $ DISTNAME= vicq-0.4.1 PKGREVISION= 3 @@ -7,7 +7,7 @@ MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://gonzo.kiev.ua/projects/vicq/ +HOMEPAGE= http://gonzo.kiev.ua/projects/vicq.old/ COMMENT= Simple icq client written in perl DEPENDS+= p5-Term-ReadLine>=1.11:../../devel/p5-Term-ReadLine |