FreeBSDs ncal(1) highlights the current date. This breaks www/nanoblogger's html generation as ncal(1)s output is captured to generate the blog calendar. Fix: Find attached a patch that fixes this issue by providing the '-h' parameter to ncal(1). How-To-Repeat: Install www/nanobloger and create a new weblog, open the weblogs index.html and look at the generated calendar. To create a new weblog in /tmp/nb: `nb -b /tmp/nb add weblog`
Responsible Changed From-To: freebsd-ports-bugs->swills I'll take it.
swills 2011-07-02 12:30:59 UTC FreeBSD ports repository Modified files: www/nanoblogger Makefile www/nanoblogger/files patch-nb patch-nb.conf patch-plugins__entry__format__markdown.sh patch-plugins__page__format__markdown.sh Added files: www/nanoblogger/files patch-plugins__calendar.sh Log: - fix calendar generation PR: ports/158579 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Revision Changes Path 1.16 +3 -0 ports/www/nanoblogger/Makefile 1.7 +1 -1 ports/www/nanoblogger/files/patch-nb 1.3 +1 -1 ports/www/nanoblogger/files/patch-nb.conf 1.1 +10 -0 ports/www/nanoblogger/files/patch-plugins__calendar.sh (new) 1.2 +2 -2 ports/www/nanoblogger/files/patch-plugins__entry__format__markdown.sh 1.2 +2 -2 ports/www/nanoblogger/files/patch-plugins__page__format__markdown.sh _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!