ports/98338: Update Port: www/p5-HTTP-Proxy 0.17->0.19

Aaron Dalton aaron at FreeBSD.org
Fri Jun 2 00:50:11 UTC 2006


>Number:         98338
>Category:       ports
>Synopsis:       Update Port: www/p5-HTTP-Proxy 0.17->0.19
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 00:50:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v0.17 to v0.19

0.19 Fri Apr 28 19:55:41 CEST 2006
        [ENHANCEMENTS]
	- HTTP::Proxy::HeaderFilter::simple now lets one define an
	  end() method as well
	[FIXES]
	- HTTP::Proxy::(Body|Header)Filter::simple now provide a default
	  filter() that does nothing if their constructor is not given one
	  (thanks to Merijn Brand)
        - close RT ticket #14548 by correcting the 'filename' check
          in HTTP::Proxy::BodyFilter::save (Max Maischein)
        - ERROR messages are always logged (Mark Tilford)
        [TESTS]
        - more tests for log() and logmask() in t/11log.t

0.18 Sun Mar 19 23:49:38 CET 2006
        [ENHANCEMENTS]
        - the new known_methods() method can return all method
          names know to HTTP::Proxy (can be helpful with the
          method parameter of push_filter())
        [FIXES]
        - close RT ticket #14898 by using a per-parent lockfile for
          HTTP::Proxy::Engine::ScoreBoard (Chris Dolan)
        - close RT ticket #18243 by adding missing DeltaV methods
          (Stephen Steneker)
        [EXAMPLES]
        - eg/perlmonks.pl   - redirect perlmonks.com to perlmonks.org
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-Proxy/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	22 Nov 2005 12:05:17 -0000	1.7
+++ Makefile	2 Jun 2006 00:32:42 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTTP-Proxy
-PORTVERSION=	0.17
+PORTVERSION=	0.19
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTTP
@@ -40,8 +40,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500600
-IGNORE=		requires perl 5.8.0 or later. Install lang/perl5.8 then try again
+.if ${PERL_LEVEL} < 500600 #inherited from Module::Build and www/p5-libwww
+IGNORE=	requires perl 5.6 or later. Install lang/perl5.8 then try again
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-Proxy/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	22 Nov 2005 12:05:17 -0000	1.5
+++ distinfo	2 Jun 2006 00:32:42 -0000
@@ -1,3 +1,3 @@
-MD5 (HTTP-Proxy-0.17.tar.gz) = 5f8dee810951840408092c07faccfa1a
-SHA256 (HTTP-Proxy-0.17.tar.gz) = 03e1f9a76db22d313972411880899734817b014b96473f6c3e07cde0a50fe76f
-SIZE (HTTP-Proxy-0.17.tar.gz) = 61483
+MD5 (HTTP-Proxy-0.19.tar.gz) = e702b597f546ad88eed9e3f285f1fff1
+SHA256 (HTTP-Proxy-0.19.tar.gz) = 4f0d9cb3246991fc795f1537466623bcf8f04257bad8cff30a3b159fa77f7331
+SIZE (HTTP-Proxy-0.19.tar.gz) = 63602
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-Proxy/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	23 Mar 2004 17:02:06 -0000	1.1
+++ pkg-descr	2 Jun 2006 00:32:42 -0000
@@ -5,3 +5,4 @@
 HTTP requests and responses through user-defined filters.
 
 WWW: http://search.cpan.org/dist/HTTP-Proxy/
+Author: Philippe "BooK" Bruhat <book at cpan.org>
--- submission.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list