From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 30 12:13:45 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F55116A474; Tue, 30 May 2006 12:13:45 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F025C43D6D; Tue, 30 May 2006 12:13:44 +0000 (GMT) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id 6D6EB33C20; Tue, 30 May 2006 06:13:44 -0600 (MDT) Date: Tue, 30 May 2006 06:13:44 -0600 From: hideo To: Erwin Lansing Message-ID: <20060530121344.GA53492@lastamericanempire.com> References: <200605300853.k4U8rn8C031316@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <200605300853.k4U8rn8C031316@freefall.freebsd.org> User-Agent: Mutt/1.5.11 Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/97787: [maintainer update] www/p5-POE-Component-Server-HTTP 0.08 -> 0.09 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 12:13:55 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Please try this patch instead. Zach Erwin Lansing (Tue 05/30/06 08:53): > Synopsis: [maintainer update] www/p5-POE-Component-Server-HTTP 0.08 -> 0.09 > > State-Changed-From-To: open->feedback > State-Changed-By: erwin > State-Changed-When: Tue May 30 08:52:41 UTC 2006 > State-Changed-Why: > Two questions: > 1: devel/p5-POE-API-Peek is for perl from ports only, so this port should also be marked IGNORE for older perl > 2: is it intentional the www/p5-libwww is a dependency twice? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=97787 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="p5-POE-Component-Server-HTTP-0.09b" diff -ruN /usr/ports/www/p5-POE-Component-Server-HTTP/Makefile p5-POE-Component-Server-HTTP/Makefile --- /usr/ports/www/p5-POE-Component-Server-HTTP/Makefile Fri Sep 16 10:37:41 2005 +++ p5-POE-Component-Server-HTTP/Makefile Tue May 30 06:09:51 2006 @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Server-HTTP -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= www devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -16,7 +16,6 @@ COMMENT= POE Component to create HTTP Servers BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ @@ -27,4 +26,10 @@ MAN3= POE::Component::Server::HTTP.3 -.include +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= requires Perl 5.6.1 or newer. Install lang/perl5 or lang/perl5.8 and try again +.endif + +.include diff -ruN /usr/ports/www/p5-POE-Component-Server-HTTP/distinfo p5-POE-Component-Server-HTTP/distinfo --- /usr/ports/www/p5-POE-Component-Server-HTTP/distinfo Mon Jan 23 20:13:56 2006 +++ p5-POE-Component-Server-HTTP/distinfo Sat May 27 05:35:52 2006 @@ -1,3 +1,3 @@ -MD5 (POE-Component-Server-HTTP-0.08.tar.gz) = 4aedbf34242a9244abb461b2e65cae0c -SHA256 (POE-Component-Server-HTTP-0.08.tar.gz) = 6e436a7fe35229aa426396fd1542efd066581a642aec2d3947986c359c5ce5df -SIZE (POE-Component-Server-HTTP-0.08.tar.gz) = 16509 +MD5 (POE-Component-Server-HTTP-0.09.tar.gz) = d20963ebc65bebea4c863813861b9985 +SHA256 (POE-Component-Server-HTTP-0.09.tar.gz) = b7a91cec78cfd838b51fb9c90989527c2c65c3a81b36ee098ae406a875bb6c82 +SIZE (POE-Component-Server-HTTP-0.09.tar.gz) = 16556 --6c2NcOVqGQ03X4Wi--