Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 12:46:39 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179767: [PATCH] japanese/p5-DateTime-Format-Japanese: Fix bad dependency callout
Message-ID:  <201306201246.r5KCkdcQ076615@oldred.freebsd.org>
Resent-Message-ID: <201306201250.r5KCo01s027601@freefall.freebsd.org>

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

>Number:         179767
>Category:       ports
>Synopsis:       [PATCH] japanese/p5-DateTime-Format-Japanese: Fix 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:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The package p5-DateTime-Calendar-Japanese-Era was incorrectly referred to as ja-p5-Datetime-Japanese-Era.  The attached page will restore the build.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-11-17 05:58:38.000000000 +0000
+++ Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-DateTime-Format-Japanese
-# Date created:		2007-11-06
-# Whom:			Masahiro Teramoto <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
 # $FreeBSD: ports/japanese/p5-DateTime-Format-Japanese/Makefile,v 1.5 2012/11/17 05:58:38 svnexp Exp $
-#
 
 PORTNAME=	DateTime-Format-Japanese
 PORTVERSION=	0.04000
@@ -16,7 +12,7 @@ COMMENT=	A Japanese DateTime Formatter
 
 BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Calendar-Japanese>=0.05:${PORTSDIR}/devel/p5-DateTime-Calendar-Japanese \
-		ja-p5-DateTime-Calendar-Japanese-Era>=0.08000:${PORTSDIR}/japanese/p5-DateTime-Calendar-Japanese-Era \
+		p5-DateTime-Calendar-Japanese-Era>=0.08000:${PORTSDIR}/japanese/p5-DateTime-Calendar-Japanese-Era \
 		p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder \
 		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
 RUN_DEPENDS:=	${BUILD_DEPENDS}


>Release-Note:
>Audit-Trail:
>Unformatted:



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