Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 11:24:02 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179761: [PATCH] japanese/another-htmllint: fix bad RUN_DEPENDS
Message-ID:  <201306201124.r5KBO2VN091825@oldred.freebsd.org>
Resent-Message-ID: <201306201130.r5KBU0v9012550@freefall.freebsd.org>

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

>Number:         179761
>Category:       ports
>Synopsis:       [PATCH] japanese/another-htmllint: fix bad RUN_DEPENDS
>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 11:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The RUN_DEPENDS of p5-Jcode is referenced incorrectly as ja-p5-Jcode.
The attached patch restores the build.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-11-17 05:58:31.000000000 +0000
+++ Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Another HTML-lint
-# Date created:		29 Sep 2000
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
 # $FreeBSD: ports/japanese/another-htmllint/Makefile,v 1.14 2012/11/17 05:58:31 svnexp Exp $
-#
 
 PORTNAME=	another-htmllint
 PORTVERSION=	20060601
@@ -14,7 +10,7 @@ MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Another HTML-lint (all messages are written in Japanese)
 
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
-		ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
+		p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
 
 USE_PERL5=	YES
 USE_ZIP=	YES


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



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