Date: Wed, 14 May 2003 15:46:51 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/52230: (update) ftp/p5-POE-Component-Client-FTP to 0.07 Message-ID: <20030514134651.04DEC820E@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305141350.h4EDoDOY053097@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52230 >Category: ports >Synopsis: (update) ftp/p5-POE-Component-Client-FTP to 0.07 >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 14 06:50:12 PDT 2003 >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: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update to 0.07 Works with 5.00503 too. >How-To-Repeat: >Fix: --- p5-POE-Component-Client-FTP-0.07.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/p5-POE-Component-Client-FTP/Makefile,v retrieving revision 1.2 diff -u -b -w -r1.2 Makefile --- Makefile 2003/03/07 06:02:04 1.2 +++ Makefile 2003/05/14 13:45:30 @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-FTP -PORTVERSION= 0.05 +PORTVERSION= 0.07 CATEGORIES= ftp perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -15,14 +15,16 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Implements an FTP client POE Component -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= POE::Component::Client::FTP.3 + +post-patch: + @${PERL} -pi -e '$$_="" if /use warnings/;' \ + ${WRKSRC}/FTP.pm post-install: .ifndef(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/p5-POE-Component-Client-FTP/distinfo,v retrieving revision 1.1 diff -u -b -w -r1.1 distinfo --- distinfo 2002/05/27 15:05:05 1.1 +++ distinfo 2003/05/14 13:45:30 @@ -1 +1 @@ -MD5 (POE-Component-Client-FTP-0.05.tar.gz) = 4ad9dc1e0d3b6aa502d08ee3d83dbb0e +MD5 (POE-Component-Client-FTP-0.07.tar.gz) = 788fd8cbb4ea84c2e17116893cedc944 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/ftp/p5-POE-Component-Client-FTP/pkg-plist,v retrieving revision 1.1 diff -u -b -w -r1.1 pkg-plist --- pkg-plist 2002/05/27 15:05:05 1.1 +++ pkg-plist 2003/05/14 13:45:30 @@ -1,12 +1,13 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/FTP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/FTP.pm +%%SITE_PERL%%/POE/Component/Client/FTP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/FTP/.packlist %%PORTDOCS%%%%EXAMPLESDIR%%/dotfer.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/list.pl %%PORTDOCS%%%%EXAMPLESDIR%%/sync.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/FTP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/FTP +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true --- p5-POE-Component-Client-FTP-0.07.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030514134651.04DEC820E>