Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2006 02:21:49 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mat@FreeBSD.org, gslin@gslin.org
Subject:   ports/102240: [PATCH] www/p5-HTTP-Proxy: update to 0.20
Message-ID:  <20060818182149.9C36D1FD@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608181830.k7IIUD5L075372@freefall.freebsd.org>

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

>Number:         102240
>Category:       ports
>Synopsis:       [PATCH] www/p5-HTTP-Proxy: update to 0.20
>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:   Fri Aug 18 18:30:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.20
- Not use RUN_DEPENDS=${BUILD_DEPENDS} to avoid p5-Module-Build
  into RUN_DEPENDS
- Fix typo about IGNORE

Port maintainer (mat@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-HTTP-Proxy-0.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/p5-HTTP-Proxy/Makefile /home/staff/gslin/work/p5-HTTP-Proxy/Makefile
--- /usr/ports/www/p5-HTTP-Proxy/Makefile	Wed Jun 14 17:06:34 2006
+++ /home/staff/gslin/work/p5-HTTP-Proxy/Makefile	Sat Aug 19 02:19:30 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTTP-Proxy
-PORTVERSION=	0.19
+PORTVERSION=	0.20
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTTP
@@ -15,8 +15,8 @@
 MAINTAINER=	mat@FreeBSD.org
 COMMENT=	A pure Perl HTTP proxy
 
-BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
@@ -34,6 +34,7 @@
 		HTTP::Proxy::Engine::Legacy.3 \
 		HTTP::Proxy::Engine::NoFork.3 \
 		HTTP::Proxy::Engine::ScoreBoard.3 \
+		HTTP::Proxy::FilterStack.3 \
 		HTTP::Proxy::HeaderFilter.3 \
 		HTTP::Proxy::HeaderFilter::simple.3 \
 		HTTP::Proxy::HeaderFilter::standard.3
@@ -41,7 +42,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500600
-IGNORE=		requires perl 5.8.0 or later. Install lang/perl5.8 then try again
+IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 then try again
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/www/p5-HTTP-Proxy/distinfo /home/staff/gslin/work/p5-HTTP-Proxy/distinfo
--- /usr/ports/www/p5-HTTP-Proxy/distinfo	Wed Jun 14 17:06:34 2006
+++ /home/staff/gslin/work/p5-HTTP-Proxy/distinfo	Sat Aug 19 02:17:30 2006
@@ -1,3 +1,3 @@
-MD5 (HTTP-Proxy-0.19.tar.gz) = e702b597f546ad88eed9e3f285f1fff1
-SHA256 (HTTP-Proxy-0.19.tar.gz) = 4f0d9cb3246991fc795f1537466623bcf8f04257bad8cff30a3b159fa77f7331
-SIZE (HTTP-Proxy-0.19.tar.gz) = 63602
+MD5 (HTTP-Proxy-0.20.tar.gz) = a5788ffa3a82796ee990cb0fc18b4c6c
+SHA256 (HTTP-Proxy-0.20.tar.gz) = f2294fe67e79de01b22c016a4baa0f54d896376c546e566cf3da79435d869597
+SIZE (HTTP-Proxy-0.20.tar.gz) = 65144
diff -ruN --exclude=CVS /usr/ports/www/p5-HTTP-Proxy/pkg-plist /home/staff/gslin/work/p5-HTTP-Proxy/pkg-plist
--- /usr/ports/www/p5-HTTP-Proxy/pkg-plist	Sun Jan 22 10:58:02 2006
+++ /home/staff/gslin/work/p5-HTTP-Proxy/pkg-plist	Sat Aug 19 02:19:49 2006
@@ -12,6 +12,7 @@
 %%SITE_PERL%%/HTTP/Proxy/Engine/Legacy.pm
 %%SITE_PERL%%/HTTP/Proxy/Engine/NoFork.pm
 %%SITE_PERL%%/HTTP/Proxy/Engine/ScoreBoard.pm
+%%SITE_PERL%%/HTTP/Proxy/FilterStack.pm
 %%SITE_PERL%%/HTTP/Proxy/HeaderFilter.pm
 %%SITE_PERL%%/HTTP/Proxy/HeaderFilter/simple.pm
 %%SITE_PERL%%/HTTP/Proxy/HeaderFilter/standard.pm
--- p5-HTTP-Proxy-0.20.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060818182149.9C36D1FD>