diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
commit | d99ff5b1ddd4f5357b0098385052809ba9baaba7 (patch) | |
tree | e2a84f68e77dbe7865813a025397d0b883ae5cec /chat | |
parent | 214095554a40171225b6b1310485e06aea975e57 (diff) | |
download | pkgsrc-d99ff5b1ddd4f5357b0098385052809ba9baaba7.tar.gz |
Comment out dead MASTER_SITES/HOMEPAGEs.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/fisg/Makefile | 4 | ||||
-rw-r--r-- | chat/mu-conference/Makefile | 4 | ||||
-rw-r--r-- | chat/p5-Net-AIM/Makefile | 4 | ||||
-rw-r--r-- | chat/p5-Net-ICQ2000/Makefile | 6 | ||||
-rw-r--r-- | chat/vicq/Makefile | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/chat/fisg/Makefile b/chat/fisg/Makefile index 22e62efe0e1..25284549d70 100644 --- a/chat/fisg/Makefile +++ b/chat/fisg/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2017/08/01 14:58:53 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/03 08:36:50 wiz Exp $ DISTNAME= fisg-0.3.12 CATEGORIES= chat textproc MASTER_SITES= http://www.tnsp.org/files/ MAINTAINER= snj@NetBSD.org -HOMEPAGE= https://www.tnsp.org/fisg.php +#HOMEPAGE= https://www.tnsp.org/fisg.php COMMENT= Fast IRC statistics generator WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/chat/mu-conference/Makefile b/chat/mu-conference/Makefile index b35a0e06c37..5068107ce16 100644 --- a/chat/mu-conference/Makefile +++ b/chat/mu-conference/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/06/14 20:16:02 gdt Exp $ +# $NetBSD: Makefile,v 1.32 2017/09/03 08:36:50 wiz Exp $ DISTNAME= mu-conference-0.8.81 #The DISTFILE used to have _ separating name and version, @@ -8,7 +8,7 @@ CATEGORIES= chat MASTER_SITES= http://download.gna.org/mu-conference/ MAINTAINER= gdt@NetBSD.org -HOMEPAGE= https://gna.org/projects/mu-conference/ +#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/p5-Net-AIM/Makefile b/chat/p5-Net-AIM/Makefile index ba859360ef3..d6730e02923 100644 --- a/chat/p5-Net-AIM/Makefile +++ b/chat/p5-Net-AIM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2017/06/05 14:22:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2017/09/03 08:36:50 wiz Exp $ DISTNAME= Net-AIM-1.22 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.aryeh.net/netaim.php +#HOMEPAGE= http://www.aryeh.net/netaim.php COMMENT= Implementation of the AOL Instant Messenger TOC protocol LICENSE= ${PERL5_LICENSE} diff --git a/chat/p5-Net-ICQ2000/Makefile b/chat/p5-Net-ICQ2000/Makefile index 90d96c37045..897613f24bf 100644 --- a/chat/p5-Net-ICQ2000/Makefile +++ b/chat/p5-Net-ICQ2000/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.22 2017/06/05 14:22:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.23 2017/09/03 08:36:50 wiz Exp $ DISTNAME= Net-ICQ2000-0.2.1 PKGNAME= p5-${DISTNAME} PKGREVISION= 11 CATEGORIES= chat perl5 -MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ +#MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ # ${MASTER_SITE_SOURCEFORGE:=neticq2k/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://gonzo.kiev.ua/projects/vicq.old/ +#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 846911fb295..8ab1a0c65f9 100644 --- a/chat/vicq/Makefile +++ b/chat/vicq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/07/09 06:37:54 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2017/09/03 08:36:51 wiz Exp $ DISTNAME= vicq-0.4.1 PKGREVISION= 12 @@ -7,7 +7,7 @@ MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://gonzo.kiev.ua/projects/vicq.old/ +#HOMEPAGE= http://gonzo.kiev.ua/projects/vicq.old/ COMMENT= Simple icq client written in perl LICENSE= gnu-gpl-v2 |