diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-06 06:19:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-06 06:19:03 +0000 |
commit | 7fbb8d952791a8c4d82b77759fc5fb7accd491fe (patch) | |
tree | 01ab92342ff180527d28ec20c4868e49f3c4def1 /chat | |
parent | 86f92684818eb77da677366cd49b4fa35e87b579 (diff) | |
download | pkgsrc-7fbb8d952791a8c4d82b77759fc5fb7accd491fe.tar.gz |
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/irssi/Makefile | 4 | ||||
-rw-r--r-- | chat/irssi/options.mk | 4 | ||||
-rw-r--r-- | chat/msnre/Makefile | 3 | ||||
-rw-r--r-- | chat/p5-Net-AIM/Makefile | 4 | ||||
-rw-r--r-- | chat/p5-Net-AOLIM/Makefile | 4 | ||||
-rw-r--r-- | chat/p5-Net-Goofey/Makefile | 4 | ||||
-rw-r--r-- | chat/p5-Net-ICQ2000/Makefile | 4 | ||||
-rw-r--r-- | chat/p5-Net-Jabber/Makefile | 4 | ||||
-rw-r--r-- | chat/p5-POE-Component-IRC/Makefile | 4 | ||||
-rw-r--r-- | chat/p5-POE-Filter-IRCD/Makefile | 4 | ||||
-rw-r--r-- | chat/silc-client/options.mk | 5 | ||||
-rw-r--r-- | chat/vicq/Makefile | 4 |
12 files changed, 24 insertions, 24 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index f970bde96cd..e2bcdb86334 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2005/07/21 16:29:45 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2005/08/06 06:19:04 jlam Exp $ DISTNAME= ${IRSSI_DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= chat MASTER_SITES= http://real.irssi.org/files/ EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX} diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk index 2d897a52f7b..08c96afdf0c 100644 --- a/chat/irssi/options.mk +++ b/chat/irssi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2005/07/13 18:01:19 jlam Exp $ +# $NetBSD: options.mk,v 1.3 2005/08/06 06:19:04 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.irssi PKG_SUPPORTED_OPTIONS= inet6 irssi-perl ssl @@ -15,7 +15,7 @@ PERL5_PACKLIST+= auto/Irssi/TextUI/.packlist # actually we don't need --with-perl here, irssi is compiled with it by default # but who knows what may happen in future versions CONFIGURE_ARGS+= --with-perl -CONFIGURE_ARGS+= --with-perl-lib=site +CONFIGURE_ARGS+= --with-perl-lib=vendor .else CONFIGURE_ARGS+= --with-perl=no .endif diff --git a/chat/msnre/Makefile b/chat/msnre/Makefile index 997d5fc34f3..8e4058486d7 100644 --- a/chat/msnre/Makefile +++ b/chat/msnre/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:19 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:04 jlam Exp $ # DISTNAME= msnre-0.91 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msnre/} diff --git a/chat/p5-Net-AIM/Makefile b/chat/p5-Net-AIM/Makefile index 49a1fdadb85..cbbe0776283 100644 --- a/chat/p5-Net-AIM/Makefile +++ b/chat/p5-Net-AIM/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/07/13 18:01:19 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:04 jlam Exp $ # DISTNAME= Net-AIM-1.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/chat/p5-Net-AOLIM/Makefile b/chat/p5-Net-AOLIM/Makefile index 06a5bcdabdc..ac71d28cdc9 100644 --- a/chat/p5-Net-AOLIM/Makefile +++ b/chat/p5-Net-AOLIM/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:19 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:04 jlam Exp $ # DISTNAME= Net-AOLIM-1.4 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/chat/p5-Net-Goofey/Makefile b/chat/p5-Net-Goofey/Makefile index e80aa654de7..fffdfb5c6f3 100644 --- a/chat/p5-Net-Goofey/Makefile +++ b/chat/p5-Net-Goofey/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:19 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:04 jlam Exp $ # DISTNAME= Net-Goofey-1.5 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat perl5 MASTER_SITES= http://tertius.net.au/~gossamer/code/Net-Goofey/ diff --git a/chat/p5-Net-ICQ2000/Makefile b/chat/p5-Net-ICQ2000/Makefile index 5f8dd080a1e..9cdc8d07db2 100644 --- a/chat/p5-Net-ICQ2000/Makefile +++ b/chat/p5-Net-ICQ2000/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/07/13 18:01:19 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:04 jlam Exp $ # DISTNAME= Net-ICQ2000-0.2.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat perl5 MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/ diff --git a/chat/p5-Net-Jabber/Makefile b/chat/p5-Net-Jabber/Makefile index 6a76f530e8d..e05174df056 100644 --- a/chat/p5-Net-Jabber/Makefile +++ b/chat/p5-Net-Jabber/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/07/13 18:01:19 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:04 jlam Exp $ # DISTNAME= Net-Jabber-1.26 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/chat/p5-POE-Component-IRC/Makefile b/chat/p5-POE-Component-IRC/Makefile index d0c7474f63f..fa7fe38d855 100644 --- a/chat/p5-POE-Component-IRC/Makefile +++ b/chat/p5-POE-Component-IRC/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 23:09:30 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:04 jlam Exp $ # DISTNAME= POE-Component-IRC-4.64 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} @@ -18,7 +19,6 @@ DEPENDS+= p5-POE-Filter-IRCD-[0-9]*:../../chat/p5-POE-Filter-IRCD PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_REQD+= 5.8.0 PERL5_PACKLIST= auto/POE/Component/IRC/.packlist .include "../../lang/perl5/module.mk" diff --git a/chat/p5-POE-Filter-IRCD/Makefile b/chat/p5-POE-Filter-IRCD/Makefile index aae8aecca1f..e015355b966 100644 --- a/chat/p5-POE-Filter-IRCD/Makefile +++ b/chat/p5-POE-Filter-IRCD/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 23:08:21 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:04 jlam Exp $ # DISTNAME= POE-Filter-IRCD-1.1 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} @@ -14,7 +15,6 @@ DEPENDS+= p5-POE>=0.17:../../devel/p5-POE PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_REQD+= 5.8.0 PERL5_PACKLIST= auto/POE/Filter/IRCD/.packlist .include "../../lang/perl5/module.mk" diff --git a/chat/silc-client/options.mk b/chat/silc-client/options.mk index b1b86b8cf55..537a7bf04dc 100644 --- a/chat/silc-client/options.mk +++ b/chat/silc-client/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/06/19 01:46:35 salo Exp $ +# $NetBSD: options.mk,v 1.4 2005/08/06 06:19:04 jlam Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.silc-client @@ -17,8 +17,7 @@ CONFIGURE_ARGS+= --enable-ipv6 .if !empty(PKG_OPTIONS:Mperl) CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/${PKGBASE}/perl5 -PERL5_REQD+= 5.6.1nb10 -.include "../../lang/perl5/buildlink3.mk" +. include "../../lang/perl5/buildlink3.mk" DEPENDS+= p5-File-MMagic>=1.20:../../misc/p5-File-MMagic PLIST_SRC+= ${PKGDIR}/PLIST.perl PLIST_SRC+= ${WRKDIR}/PLIST.perl diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile index 1c90471e6e8..7f2b58f40b0 100644 --- a/chat/vicq/Makefile +++ b/chat/vicq/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2005/07/13 18:01:19 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:04 jlam Exp $ DISTNAME= vicq-0.4.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tar.bz2 |