From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 2 00:30:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEAFD16AAEE for ; Fri, 2 Jun 2006 00:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F21BE43D45 for ; Fri, 2 Jun 2006 00:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k520UGJP085998 for ; Fri, 2 Jun 2006 00:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k520UGba085997; Fri, 2 Jun 2006 00:30:16 GMT (envelope-from gnats) Resent-Date: Fri, 2 Jun 2006 00:30:16 GMT Resent-Message-Id: <200606020030.k520UGba085997@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F176516AB0A for ; Fri, 2 Jun 2006 00:24:21 +0000 (UTC) (envelope-from aaron@moondance.itsy-bitsy.net) Received: from mpls-qmqp-04.inet.qwest.net (mpls-qmqp-04.inet.qwest.net [63.231.195.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBA243D45 for ; Fri, 2 Jun 2006 00:24:21 +0000 (GMT) (envelope-from aaron@moondance.itsy-bitsy.net) Received: from mpls-pop-09.inet.qwest.net (mpls-pop-09.inet.qwest.net [63.231.195.9]) by mpls-qmqp-04.inet.qwest.net (Postfix) with QMQP id 0D49622DC3A for ; Fri, 2 Jun 2006 00:24:21 +0000 (UTC) Received: from unknown (HELO mail.itsy-bitsy.net) (63.231.83.246) by mpls-pop-09.inet.qwest.net with SMTP; 2 Jun 2006 00:24:20 -0000 Received: from [127.0.0.1] (helo=moondance.itsy-bitsy.net) by mail.itsy-bitsy.net with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FlxQ8-0004xC-B5 for FreeBSD-gnats-submit@freebsd.org; Thu, 01 Jun 2006 18:21:44 -0600 Received: (from aaron@localhost) by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id k520LhTS019045; Thu, 1 Jun 2006 18:21:43 -0600 (MDT) (envelope-from aaron) Message-Id: <200606020021.k520LhTS019045@moondance.itsy-bitsy.net> Date: Thu, 1 Jun 2006 18:21:43 -0600 (MDT) From: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98337: Update Port: www/p5-libwww, set IGNORE for List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 00:30:22 -0000 >Number: 98337 >Category: ports >Synopsis: Update Port: www/p5-libwww, set IGNORE for 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:30:16 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@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: www/p5-libwww inherits a dependence upon Module::Build and security/p5-Authen-SASL, both of which require Perl 5.6+. >How-To-Repeat: >Fix: --- submission.txt begins here --- ? submission.txt Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-libwww/Makefile,v retrieving revision 1.70 diff -u -r1.70 Makefile --- Makefile 2 May 2006 15:50:28 -0000 1.70 +++ Makefile 2 Jun 2006 00:21:31 -0000 @@ -43,4 +43,10 @@ ${WRKSRC}/lib/LWP/Protocol/mailto.pm @${PERL} -pi -e 's!(?=prompt\()!1 || !g' ${WRKSRC}/Makefile.PL -.include +.include + +.if ${PERL_LEVEL} < 500600 #inherited from Module::Build and security/p5-Authen-SASL +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: