diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-19 08:59:35 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-19 08:59:35 +0800 |
commit | 4e6112abaf9018e46752584159e878b584e0b071 (patch) | |
tree | 6b3220212f04f48b57862b0650397578c74114f7 | |
parent | 19f56453087fa7f01103c8187fb34cc2f30bff00 (diff) | |
download | freebsd-ports-gnome-4e6112abaf9018e46752584159e878b584e0b071.tar.gz freebsd-ports-gnome-4e6112abaf9018e46752584159e878b584e0b071.tar.zst freebsd-ports-gnome-4e6112abaf9018e46752584159e878b584e0b071.zip |
- update to 4.96
- original maintainer pass maintainership to submitter
PR: ports/100487
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by: maintainer (original, Christopher Nehren)
-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 |