From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 20 12:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A6441C98 for ; Thu, 20 Jun 2013 12:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 734C41100 for ; Thu, 20 Jun 2013 12:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KCK0xD022298 for ; Thu, 20 Jun 2013 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5KCK0Mc022297; Thu, 20 Jun 2013 12:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jun 2013 12:20:00 GMT Resent-Message-Id: <201306201220.r5KCK0Mc022297@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, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6CF13B14 for ; Thu, 20 Jun 2013 12:11:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 6070C10AA for ; Thu, 20 Jun 2013 12:11:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5KCB1fp003175 for ; Thu, 20 Jun 2013 12:11:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5KCB157003160; Thu, 20 Jun 2013 12:11:01 GMT (envelope-from nobody) Message-Id: <201306201211.r5KCB157003160@oldred.freebsd.org> Date: Thu, 20 Jun 2013 12:11:01 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179763: [PATCH] www/p5-HTTP-MobileAgent: correct bad dependency callout X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 12:20:00 -0000 >Number: 179763 >Category: ports >Synopsis: [PATCH] www/p5-HTTP-MobileAgent: correct bad dependency callout >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 20 12:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: The p5-WWW-MobileCarrier package was incorrectly referenced as ja-p5-WWW-MobileCarrier. The attached patch restores the build. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-03-29 00:44:53.000000000 +0000 +++ Makefile @@ -17,7 +17,7 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \ p5-HTTP-Message>=1.43:${PORTSDIR}/www/p5-HTTP-Message \ p5-Scalar-List-Utils>=1.14:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ja-p5-WWW-MobileCarrierJP>=0.04:${PORTSDIR}/japanese/p5-WWW-MobileCarrierJP \ + p5-WWW-MobileCarrierJP>=0.04:${PORTSDIR}/japanese/p5-WWW-MobileCarrierJP \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS:= ${RUN_DEPENDS} >Release-Note: >Audit-Trail: >Unformatted: