Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 12:11:01 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179763: [PATCH] www/p5-HTTP-MobileAgent: correct bad dependency callout
Message-ID:  <201306201211.r5KCB157003160@oldred.freebsd.org>
Resent-Message-ID: <201306201220.r5KCK0Mc022297@freefall.freebsd.org>

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

>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:



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