diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-15 01:09:18 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-15 01:09:18 +0000 |
commit | eef71c773a15f5f8872b1e1ed1a40585f0e8a788 (patch) | |
tree | 80275f892110af94389de2ecc622f43805029dd5 /irc | |
parent | 83e98511fb53f77e48d4848cb4cf69d160faaebb (diff) | |
download | FreeBSD-ports-eef71c773a15f5f8872b1e1ed1a40585f0e8a788.zip FreeBSD-ports-eef71c773a15f5f8872b1e1ed1a40585f0e8a788.tar.gz |
- Update from v4.87 to v4.90
- Update plist to respect NOPORTDOCS
PR: ports/98318
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 10 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 6 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-descr | 1 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 18 |
4 files changed, 21 insertions, 14 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 1d47f1f..067a92d 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 4.87 +PORTVERSION= 4.90 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -55,4 +55,10 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 #inherited from warnings +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 9643175..65b8b97 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-IRC-4.87.tar.gz) = 465173279ff23db886b6c1796ebfae7d -SHA256 (POE-Component-IRC-4.87.tar.gz) = c58e0625405f73a33ef893378e127c14e238c6d9aee2403154fedcd3f7c47f9c -SIZE (POE-Component-IRC-4.87.tar.gz) = 239100 +MD5 (POE-Component-IRC-4.90.tar.gz) = 9c209cc97e5a585755bd202ab6df6b65 +SHA256 (POE-Component-IRC-4.90.tar.gz) = 6ba97277cd4f0dd072ddcd6be938a397fcd89fbf1443f2ca51bbefb85f127877 +SIZE (POE-Component-IRC-4.90.tar.gz) = 240370 diff --git a/irc/p5-POE-Component-IRC/pkg-descr b/irc/p5-POE-Component-IRC/pkg-descr index 783bf9f..8f7996d 100644 --- a/irc/p5-POE-Component-IRC/pkg-descr +++ b/irc/p5-POE-Component-IRC/pkg-descr @@ -6,6 +6,7 @@ interesting IRC events when they happen. You make the client do things by sending it events. WWW: http://search.cpan.org/dist/POE-Component-IRC/ +Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> -- Sergey Skvortsov skv@FreeBSD.org diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index c431f56..e324dab 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -23,15 +23,15 @@ %%SITE_PERL%%/POE/Filter/IRC/Compat.pm %%SITE_PERL%%/POE/Filter/IRC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist -%%EXAMPLESDIR%%/aimproxy.pl -%%EXAMPLESDIR%%/dcctest.pl -%%EXAMPLESDIR%%/dicebot.pl -%%EXAMPLESDIR%%/eliza.pl -%%EXAMPLESDIR%%/ircproxy.pl -%%EXAMPLESDIR%%/moo.pl -%%EXAMPLESDIR%%/simpleclient.pl -%%EXAMPLESDIR%%/tinyurl.pl -@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/eliza.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/ircproxy.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/simpleclient.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin |