Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 12:21:02 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179764: [PATCH] net/p5-Net-CIDR-MobileJP: correct bad dependency callout
Message-ID:  <201306201221.r5KCL2Ya046452@oldred.freebsd.org>
Resent-Message-ID: <201306201230.r5KCU1Ir024083@freefall.freebsd.org>

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

>Number:         179764
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-CIDR-MobileJP: 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:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
This port incorrectly calls the p5-WWW-MobileCarrierJP as ja-p5-WWW-MobileCarrierJP.  The attached patch restores the build.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-11-17 06:00:10.000000000 +0000
+++ Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Net::CIDR::MobileJP
-# Date created:		19 Jul 2010
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
 # $FreeBSD: ports/net/p5-Net-CIDR-MobileJP/Makefile,v 1.5 2012/11/17 06:00:10 svnexp Exp $
-#
 
 PORTNAME=	Net-CIDR-MobileJP
 PORTVERSION=	0.24
@@ -17,7 +13,7 @@ COMMENT=	Perl extension for mobile IP ad
 RUN_DEPENDS=	\
 	p5-File-ShareDir>=1.02:${PORTSDIR}/devel/p5-File-ShareDir \
 	p5-Net-CIDR-Lite>=0.21:${PORTSDIR}/net/p5-Net-CIDR-Lite \
-	ja-p5-WWW-MobileCarrierJP>=0.55:${PORTSDIR}/japanese/p5-WWW-MobileCarrierJP \
+	p5-WWW-MobileCarrierJP>=0.55:${PORTSDIR}/japanese/p5-WWW-MobileCarrierJP \
 	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?201306201221.r5KCL2Ya046452>