ports/179759: [PATCH] www/fswiki: Fix incorrect RUN_DEPENDS

John Marino draco at marino.st
Thu Jun 20 11:00:01 UTC 2013


>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 at FreeBSD.org
-#
+# Created by: kuriyama at 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 at 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:


More information about the freebsd-ports-bugs mailing list