Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2007 14:51:36 +0200 (CEST)
From:      Henrik Brix Andersen <henrik@brixandersen.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115863: [patch] Update www/ikiwiki to v2.6.1
Message-ID:  <20070827125136.B2A9A11425@lothlorien.brixandersen.dk>
Resent-Message-ID: <200708271300.l7RD03l3031539@freefall.freebsd.org>

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

>Number:         115863
>Category:       ports
>Synopsis:       [patch] Update www/ikiwiki to v2.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 27 13:00:03 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:
* Update www/ikiwiki to v2.6.1, a bug fix release
* Switch dependency from textproc/markdown to textproc/p5-Text-Markdown

	
>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 14:31:09.000000000 +0200
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/www/ikiwiki/Makefile,v 1.6 2007/08/26 14:17:44 araujo Exp $
 
 PORTNAME=	ikiwiki
-PORTVERSION=	2.6
+PORTVERSION=	2.6.1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -13,7 +13,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 \
diff -urp /usr/ports/www/ikiwiki/distinfo www/ikiwiki/distinfo
--- /usr/ports/www/ikiwiki/distinfo	2007-08-26 16:17:44.000000000 +0200
+++ www/ikiwiki/distinfo	2007-08-27 14:31:22.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (ikiwiki_2.6.tar.gz) = 3602c512008e43fcb52e739c55aef81a
-SHA256 (ikiwiki_2.6.tar.gz) = 7b0e862248c2e69f6575a37b425e15d213f983c3f6b21d44181339a791619dcf
-SIZE (ikiwiki_2.6.tar.gz) = 520609
+MD5 (ikiwiki_2.6.1.tar.gz) = 00c5785611ad279ad4df48ed850bd274
+SHA256 (ikiwiki_2.6.1.tar.gz) = 6269508aafbf51665fa737a32dc8afde489ef10feac605d7bf6fa0acfb204c89
+SIZE (ikiwiki_2.6.1.tar.gz) = 524410
--- 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?20070827125136.B2A9A11425>