summaryrefslogtreecommitdiff
path: root/irc/p5-IRC
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-05-24 13:45:20 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-05-24 13:45:20 +0000
commit45723e5d6d373f879298926cf50c214e26b433ed (patch)
tree96091d3d0de0b5b0100a18870e45eca464a5adc1 /irc/p5-IRC
parentUpdate to 3.01 (diff)
Update to 0.75
Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=109867
Diffstat (limited to 'irc/p5-IRC')
-rw-r--r--irc/p5-IRC/Makefile6
-rw-r--r--irc/p5-IRC/distinfo4
-rw-r--r--irc/p5-IRC/pkg-plist3
3 files changed, 9 insertions, 4 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile
index 404f4b0cfa5e..e328713d011f 100644
--- a/irc/p5-IRC/Makefile
+++ b/irc/p5-IRC/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Net-IRC
-PORTVERSION= 0.74
-PORTREVISION= 1
+PORTVERSION= 0.75
CATEGORIES= irc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net/JMUHLICH
@@ -28,6 +27,9 @@ MAN3= Net::Connection.3 \
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-IO
+post-patch:
+ @${PERL} -pi -e '$$_ = "" if /(use|no) warnings/' ${WRKSRC}/EventQueue.pm
+ @${PERL} -pi -e 's/^our (\S+);/use vars qw($$1);/' ${WRKSRC}/Event.pm
.endif
.include <bsd.port.post.mk>
diff --git a/irc/p5-IRC/distinfo b/irc/p5-IRC/distinfo
index 93ccf29a98f7..637d5890aea9 100644
--- a/irc/p5-IRC/distinfo
+++ b/irc/p5-IRC/distinfo
@@ -1,2 +1,2 @@
-MD5 (Net-IRC-0.74.tar.gz) = 641f5afb334582e9812798de83808329
-SIZE (Net-IRC-0.74.tar.gz) = 58240
+MD5 (Net-IRC-0.75.tar.gz) = 57587a48ddece7a995c6b138003ee798
+SIZE (Net-IRC-0.75.tar.gz) = 48651
diff --git a/irc/p5-IRC/pkg-plist b/irc/p5-IRC/pkg-plist
index 6d8ce733f7df..c825b379247d 100644
--- a/irc/p5-IRC/pkg-plist
+++ b/irc/p5-IRC/pkg-plist
@@ -2,8 +2,11 @@
%%SITE_PERL%%/Net/IRC/Connection.pm
%%SITE_PERL%%/Net/IRC/DCC.pm
%%SITE_PERL%%/Net/IRC/Event.pm
+%%SITE_PERL%%/Net/IRC/EventQueue.pm
+%%SITE_PERL%%/Net/IRC/EventQueue/Entry.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRC
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Net/IRC/EventQueue
@dirrm %%SITE_PERL%%/Net/IRC
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true