ports/179767: [PATCH] japanese/p5-DateTime-Format-Japanese: Fix bad dependency callout
John Marino
draco at marino.st
Thu Jun 20 12:50:01 UTC 2013
>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 at onohara.to>
-#
+# Created by: Masahiro Teramoto <markun at 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:
More information about the freebsd-ports-bugs
mailing list