(Maintainer CC'd.) This PR supercedes ports/70591. Besides the version bump, this patch also removes the post-patch rename of lemon.c, which is not included in the distribution anymore.
(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 ---
State Changed From-To: open->feedback Waiting for maintainer's approval.
Responsible Changed From-To: freebsd-ports-bugs->thierry I shall handle it.
State Changed From-To: feedback->closed Committed after maintainer's time-out, thanks!