Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2007 13:16:02 +0200 (CEST)
From:      Henrik Brix Andersen <henrik@brixandersen.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115860: [patch] Change www/ikiwiki markdown dependency
Message-ID:  <20070827111602.285B411425@lothlorien.brixandersen.dk>
Resent-Message-ID: <200708271120.l7RBK2D7023823@freefall.freebsd.org>

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

>Number:         115860
>Category:       ports
>Synopsis:       [patch] Change www/ikiwiki markdown dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 27 11:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Brix Andersen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #66: Sun Aug 26 21:36:54 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386


	
>Description:

Change the markdown dependency in www/ikiwiki from textproc/markdown
to using the textproc/p5-Text-Markdown perl module.

	
>How-To-Repeat:
	
>Fix:

	

--- ikiwiki.patch begins here ---
diff -urp /usr/ports/www/ikiwiki/Makefile www/ikiwiki/Makefile
--- /usr/ports/www/ikiwiki/Makefile	2007-08-26 16:17:44.000000000 +0200
+++ www/ikiwiki/Makefile	2007-08-27 12:59:13.000000000 +0200
@@ -6,6 +6,7 @@
 
 PORTNAME=	ikiwiki
 PORTVERSION=	2.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -13,7 +14,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	henrik@brixandersen.dk
 COMMENT=	A wiki compiler
 
-BUILD_DEPENDS=	markdown:${PORTSDIR}/textproc/markdown \
+BUILD_DEPENDS=	${SITE_PERL}/Text/Markdown.pm:${PORTSDIR}/textproc/p5-Text-Markdown \
 		${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber \
 		${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
 		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
--- ikiwiki.patch ends here ---


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



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