ports/52170: (update) devel/p5-POE-Component-Client-HTTP to 0.53

Mathieu Arnold m at absolight.net
Tue May 13 14:00:28 UTC 2003


>Number:         52170
>Category:       ports
>Synopsis:       (update) devel/p5-POE-Component-Client-HTTP to 0.53
>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 07:00:25 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 at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
Update to 0.53
	
>How-To-Repeat:
	
>Fix:

	

--- p5-POE-Component-Client-HTTP-0.53.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-HTTP/Makefile,v
retrieving revision 1.4
diff -u -b -w -r1.4 Makefile
--- Makefile	2003/03/07 06:00:58	1.4
+++ Makefile	2003/05/13 13:52:30
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	POE-Component-Client-HTTP
-PORTVERSION=	0.43
+PORTVERSION=	0.53
 CATEGORIES=	devel perl5 www
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN} \
 		http://poe.perl.org/poedown/
@@ -16,15 +16,14 @@
 MAINTAINER=	skv at FreeBSD.org
 COMMENT=	POE component for non-blocking/concurrent HTTP queries
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+		${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
+		${SITE_PERL}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \
+		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		POE::Component::Client::HTTP.3 POE::Component::Client::SSL.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-HTTP/distinfo,v
retrieving revision 1.3
diff -u -b -w -r1.3 distinfo
--- distinfo	2002/07/05 13:33:56	1.3
+++ distinfo	2003/05/13 13:52:30
@@ -1 +1 @@
-MD5 (POE-Component-Client-HTTP-0.43.tar.gz) = 0d9b9f7dc6d26eab333daf04f0c4434a
+MD5 (POE-Component-Client-HTTP-0.53.tar.gz) = f6417b749036bfc026361f7760770665
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-HTTP/pkg-plist,v
retrieving revision 1.2
diff -u -b -w -r1.2 pkg-plist
--- pkg-plist	2002/07/05 13:33:56	1.2
+++ pkg-plist	2003/05/13 13:52:30
@@ -1,11 +1,11 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP.pm
-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP/SSL.pm
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
+%%SITE_PERL%%/POE/Component/Client/HTTP.pm
+%%SITE_PERL%%/POE/Component/Client/HTTP/SSL.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP
+ at dirrm %%SITE_PERL%%/POE/Component/Client/HTTP
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
--- p5-POE-Component-Client-HTTP-0.53.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list