diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-22 14:01:21 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-22 14:01:21 +0800 |
commit | f236948a268f537255406b0cac10a36e77bc903d (patch) | |
tree | 23f65546e5b89963b2acf6ad3ca0f8e836ce96d6 /irc | |
parent | bc7d2e0fce7fdda833cdf34a521a4e54c5c1302a (diff) | |
download | freebsd-ports-gnome-f236948a268f537255406b0cac10a36e77bc903d.tar.gz freebsd-ports-gnome-f236948a268f537255406b0cac10a36e77bc903d.tar.zst freebsd-ports-gnome-f236948a268f537255406b0cac10a36e77bc903d.zip |
- Update to 4.98
- Not to use RUN_DEPENDS=${BUILD_DEPENDS} to avoid p5-Module-Build
into run-depends-list
PR: ports/102241
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (Jin-Shan Tseng)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 6 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 0f8a0a34f17f..e026f246e41b 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.97 +PORTVERSION= 4.98 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -16,12 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= A fully event-driven IRC client module -BUILD_DEPENDS= p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \ +RUN_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 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 06e7a319ef7f..65e0ceda06c1 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-IRC-4.97.tar.gz) = 0e7287d52f51fd4eedd561e288c1f7a7 -SHA256 (POE-Component-IRC-4.97.tar.gz) = 0013107abe66f6ba7dc6ecd5db38a5a848feba7bffae10aa29e2adf1ca3d1cd3 -SIZE (POE-Component-IRC-4.97.tar.gz) = 247237 +MD5 (POE-Component-IRC-4.98.tar.gz) = 0fe340809ed24e45a96fc669fa528db6 +SHA256 (POE-Component-IRC-4.98.tar.gz) = 2eaa4ecc204468248024896de47906fe2bd149481cf8447856c8ca2859466d99 +SIZE (POE-Component-IRC-4.98.tar.gz) = 247727 |