Date: Thu, 20 Jun 2013 10:49:54 GMT From: John Marino <draco@marino.st> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/179759: [PATCH] www/fswiki: Fix incorrect RUN_DEPENDS Message-ID: <201306201049.r5KAns36091748@oldred.freebsd.org> Resent-Message-ID: <201306201100.r5KB00QI006434@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 179759 >Category: ports >Synopsis: [PATCH] www/fswiki: Fix incorrect 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:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: The run dependency of p5-Jcode is incorrectly referenced as ja-p5-Jcode in RUN_DEPENDS. The attach patch restores the build. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-11-17 06:02:33.000000000 +0000 +++ Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fswiki -# Date created: Oct 10, 2004 -# Whom: kuriyama@FreeBSD.org -# +# Created by: kuriyama@FreeBSD.org # $FreeBSD: ports/www/fswiki/Makefile,v 1.10 2012/11/17 06:02:33 svnexp Exp $ -# PORTNAME= fswiki PORTVERSION= 3.6.2 @@ -15,8 +11,8 @@ DISTNAME= wiki${PORTVERSION:S|.|_|g} MAINTAINER= kuriyama@FreeBSD.org COMMENT= FreeStyle Wiki (perl based wiki clone) -RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \ - p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template +RUN_DEPENDS= p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \ + p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template USE_ZIP= yes USE_PERL5= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201049.r5KAns36091748>