Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 11:53:40 +0000
From:      Piet Delport <pjd@point45.com>
To:        freebsd-ports-bugs@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org
Cc:        thinker@branda.to
Subject:   Re: ports/72288: [UPDATE] www/clearsilver to 0.9.12
Message-ID:  <20041206115340.GA63917@gauss.point45.net>

next in thread | raw e-mail | index | archive | help
(Maintainer CC'd.)

This is the same patch as before, but updated for Clearsilver 0.9.13.

Besides bugfixes, one important new feature is the exposure of "filter"
functions to the non-CGI Java/Perl/Python/Ruby wrappers.

>Fix:

--- clearsilver-0.9.13.patch begins here ---
diff -ruN /usr/ports/www/clearsilver/Makefile clearsilver/Makefile
--- /usr/ports/www/clearsilver/Makefile	Wed Nov 24 10:58:21 2004
+++ clearsilver/Makefile	Fri Dec  3 16:04:42 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	clearsilver
-PORTVERSION=	0.9.7
+PORTVERSION=	0.9.13
 CATEGORIES=	www
 MASTER_SITES=	http://www.clearsilver.net/downloads/
 
@@ -71,8 +71,6 @@
 .endif
 
 post-patch:
-	@# Exclude lemon.c, it gives some errors and its not used at all.
-	@${MV} ${WRKSRC}/cs/lemon.c ${WRKSRC}/cs/lemon.c.not_used
 	@# Remove CFLAGS when building the python module, pydistfile is used
 	@# and will do the right thing.
 	@${REINPLACE_CMD} -E 's,(\$$\(PYTHON\)),CFLAGS="" \1,g' ${WRKSRC}/python/Makefile
diff -ruN /usr/ports/www/clearsilver/distinfo clearsilver/distinfo
--- /usr/ports/www/clearsilver/distinfo	Tue Apr 20 14:43:35 2004
+++ clearsilver/distinfo	Fri Dec  3 15:48:48 2004
@@ -1,2 +1,2 @@
-MD5 (clearsilver-0.9.7.tar.gz) = a83844356c92b0ce060c5ba08e55c401
-SIZE (clearsilver-0.9.7.tar.gz) = 377694
+MD5 (clearsilver-0.9.13.tar.gz) = 6f4946d92eca41e17c9fc0373aee096a
+SIZE (clearsilver-0.9.13.tar.gz) = 365908
--- clearsilver-0.9.13.patch ends here ---



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