diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-19 00:59:35 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-19 00:59:35 +0000 |
commit | 98674709781c98094e7032ac4651d9a5cd334d8e (patch) | |
tree | 23e427397f13143d365d7129c5775e685f40f2eb /irc | |
parent | 42949f5672db7434829a47844a491716893d5cb5 (diff) | |
download | ports-98674709781c98094e7032ac4651d9a5cd334d8e.tar.gz ports-98674709781c98094e7032ac4651d9a5cd334d8e.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 8 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 6 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index fe171aea8b77..6bcb43c1fc3d 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,17 +7,17 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 4.93 +PORTVERSION= 4.96 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= apeiron+ports@coitusmentis.info +MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= A fully event-driven IRC client module -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Filter/IRCD.pm:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ +BUILD_DEPENDS= p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \ + p5-POE-Filter-IRCD>=1.7:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ ${SITE_PERL}/POE/Component/Client/DNS.pm:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ ${SITE_PERL}/POE/Component/Client/Ident.pm:${PORTSDIR}/net/p5-POE-Component-Client-Ident \ ${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 27bf2ab8fb1f..5c058547efd3 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-IRC-4.93.tar.gz) = 01db08ef81f64e640a7eb7f4ef9f85b3 -SHA256 (POE-Component-IRC-4.93.tar.gz) = a638b5ea5de8f57da8bd2cbd597632a33945708da7862a4d31da624b4b3fb8dd -SIZE (POE-Component-IRC-4.93.tar.gz) = 243905 +MD5 (POE-Component-IRC-4.96.tar.gz) = e57f2fbcce0aecf07062b8bf83b7bd96 +SHA256 (POE-Component-IRC-4.96.tar.gz) = 346771af5af5ac1819fdbbab1e9d35b6126de47e69ddaa418b4b90558cf6e1bf +SIZE (POE-Component-IRC-4.96.tar.gz) = 246999 diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index e324dab67b37..3910e1461dae 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -34,8 +34,12 @@ %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE @dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin @dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet @dirrm %%SITE_PERL%%/POE/Component/IRC/Test @dirrm %%SITE_PERL%%/POE/Component/IRC @dirrm %%SITE_PERL%%/POE/Filter/IRC +@dirrmtry %%SITE_PERL%%/POE/Component +@dirrmtry %%SITE_PERL%%/POE/Filter +@dirrmtry %%SITE_PERL%%/POE |