Bug 158579

Summary: [maintainer-update] www/nanoblogger: fix calendar generation
Product: Ports & Packages Reporter: Tobias Rehbein <tobias.rehbein>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
www-nanoblogger_cal-plugin-fix.diff none

Description Tobias Rehbein 2011-07-01 21:20:08 UTC
	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`
Comment 1 Steve Wills freebsd_committer freebsd_triage 2011-07-02 00:08:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-02 13:31:09 UTC
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2011-07-02 13:31:12 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!