Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2003 16:53:40 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@protey.ru
Subject:   ports/52175: (update) devel/p5-POE-Component-Client-UserAgent to 0.05
Message-ID:  <20030513145340.A2D638548@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200305131500.h4DF0UbL095591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52175
>Category:       ports
>Synopsis:       (update) devel/p5-POE-Component-Client-UserAgent to 0.05
>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 08:00:29 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.05
	
>How-To-Repeat:
	
>Fix:

	

--- p5-POE-Component-Client-UserAgent-0.05.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-UserAgent/Makefile,v
retrieving revision 1.4
diff -u -b -w -r1.4 Makefile
--- Makefile	2003/02/21 11:22:48	1.4
+++ Makefile	2003/05/13 14:52:27
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	POE-Component-Client-UserAgent
-PORTVERSION=	0.04
+PORTVERSION=	0.05
 CATEGORIES=	devel perl5 www
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/R/RC/RCAPUTO
@@ -15,13 +15,12 @@
 MAINTAINER=	skv@protey.ru
 COMMENT=	LWP and LWP::Parallel based POE component
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA
+BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+		${SITE_PERL}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		POE::Component::Client::UserAgent.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-UserAgent/distinfo,v
retrieving revision 1.2
diff -u -b -w -r1.2 distinfo
--- distinfo	2002/04/08 16:28:39	1.2
+++ distinfo	2003/05/13 14:52:27
@@ -1 +1 @@
-MD5 (POE-Component-Client-UserAgent-0.04.tar.gz) = baa3b7f8a4446e208c9e322e2c9cff23
+MD5 (POE-Component-Client-UserAgent-0.05.tar.gz) = 15dbf9137dd6f3788d4f5b7fe56596a9
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-UserAgent/pkg-plist,v
retrieving revision 1.1
diff -u -b -w -r1.1 pkg-plist
--- pkg-plist	2001/12/13 12:32:46	1.1
+++ pkg-plist	2003/05/13 14:52:27
@@ -1,9 +1,9 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/UserAgent.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent
-@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/UserAgent.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent
+@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-UserAgent-0.05.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?20030513145340.A2D638548>