diff options
author | petef <petef@FreeBSD.org> | 2003-01-03 13:44:25 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-03 13:44:25 +0800 |
commit | 72afc5843dafc78667287bbcf97902b84c8c0c9a (patch) | |
tree | 40861b34654be4be3efe3c17ae37d214b90d69da /irc | |
parent | 62d3ff638ad4fc3de43c6a54e62304f46675845e (diff) | |
download | freebsd-ports-gnome-72afc5843dafc78667287bbcf97902b84c8c0c9a.tar.gz freebsd-ports-gnome-72afc5843dafc78667287bbcf97902b84c8c0c9a.tar.zst freebsd-ports-gnome-72afc5843dafc78667287bbcf97902b84c8c0c9a.zip |
- update to 2.6
- submitter is now the maintainer (from ports@)
PR: 46710
Submitted by: Daniel B. Hemmerich <dan-freebsd@spot.org>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 4 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 2 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 4c69cdd4d1e3..fd190f9ce6b9 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,13 +7,13 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dan-freebsd@spot.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 9c87f4c3ffbf..3649594bd320 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1 +1 @@ -MD5 (POE-Component-IRC-2.5.tar.gz) = a4d3d8161f1d38589e25db066f93230d +MD5 (POE-Component-IRC-2.6.tar.gz) = c38360cddd0a20eb8f660c1044d45cce diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index 936835a90fc5..be1fef347400 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -2,10 +2,12 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IRC.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/CTCP.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/IRC.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl %%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl %%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl %%PORTDOCS%%%%EXAMPLESDIR%%/eliza.pl %%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true |