Date: Tue, 13 May 2003 15:25:54 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/52169: (update) devel/p5-POE-Component-Client-DNS to 0.95 Message-ID: <20030513132554.949C78548@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305131330.h4DDUBqT020549@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52169 >Category: ports >Synopsis: (update) devel/p5-POE-Component-Client-DNS to 0.95 >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: Tue May 13 06:30:10 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.95 >How-To-Repeat: >Fix: --- p5-POE-Component-Client-DNS-0.95.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-DNS/Makefile,v retrieving revision 1.3 diff -u -b -w -r1.3 Makefile --- Makefile 2003/03/07 06:00:58 1.3 +++ Makefile 2003/05/13 13:23:17 @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-DNS -PORTVERSION= 0.94 +PORTVERSION= 0.95 CATEGORIES= devel perl5 net MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://poe.perl.org/poedown/ @@ -16,13 +16,12 @@ MAINTAINER= skv@FreeBSD.org COMMENT= POE component for non-blocking/concurrent DNS queries -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= POE::Component::Client::DNS.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-DNS/distinfo,v retrieving revision 1.2 diff -u -b -w -r1.2 distinfo --- distinfo 2002/08/05 12:57:09 1.2 +++ distinfo 2003/05/13 13:23:17 @@ -1 +1 @@ -MD5 (POE-Component-Client-DNS-0.94.tar.gz) = f1eeee830ce36e2dcf805a979c2a457e +MD5 (POE-Component-Client-DNS-0.95.tar.gz) = ee122434af604b14681ffe60e585f9e3 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-DNS/pkg-plist,v retrieving revision 1.1 diff -u -b -w -r1.1 pkg-plist --- pkg-plist 2001/12/13 12:15:37 1.1 +++ pkg-plist 2003/05/13 13:23:17 @@ -1,9 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/.packlist -lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/DNS.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS -@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%%/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/Component/Client 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%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true +%%SITE_PERL%%/POE/Component/Client/DNS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS +@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-DNS-0.95.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?20030513132554.949C78548>