ports/66277: Update irc/p5-IRC to 0.75
Mathieu Arnold
mat at FreeBSD.org
Wed May 5 08:30:27 UTC 2004
>Number: 66277
>Category: ports
>Synopsis: Update irc/p5-IRC to 0.75
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed May 05 01:30:26 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Mathieu Arnold
>Release: FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Sep 3 12:54:37 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/src/sys/compile/ARAGORN i386
>Description:
>How-To-Repeat:
>Fix:
--- p5-Net-IRC-0.75.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/p5-IRC/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile 30 Apr 2004 12:43:25 -0000 1.16
+++ Makefile 5 May 2004 08:22:59 -0000
@@ -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 @@
.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>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/irc/p5-IRC/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo 31 Mar 2004 03:08:33 -0000 1.8
+++ distinfo 5 May 2004 08:22:59 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/irc/p5-IRC/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist 2 Oct 2003 16:04:30 -0000 1.4
+++ pkg-plist 5 May 2004 08:22:59 -0000
@@ -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
+ at dirrm %%SITE_PERL%%/Net/IRC/EventQueue
@dirrm %%SITE_PERL%%/Net/IRC
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
--- p5-Net-IRC-0.75.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list