Bug 155061

Summary: [Patch] net/googlecl - fix output of calendar list
Product: Ports & Packages Reporter: Herbert J. Skuhra <herbert>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Herbert J. Skuhra 2011-02-26 15:20:05 UTC
When you run 'googlecl calendar list' instead of dates "None" is displayed; eg:

Whatever,None

instead of

Whatever,Apr 01 20:00 - Apr 01 22:00

This has been fixed in subversion (revision 541):

svn diff -r 540:541 http://googlecl.googlecode.com/svn/trunk/

Bug report:

http://code.google.com/p/googlecl/issues/detail?id=358

Attached is the patch for net/googelcl.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-26 15:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-26 17:05:39 UTC
lwhsu       2011-02-26 17:05:34 UTC

  FreeBSD ports repository

  Modified files:
    net/googlecl         Makefile 
  Added files:
    net/googlecl/files   patch-__init__.py patch-base.py 
  Log:
  - Add a patch to fix output of calendar list
  
  PR:             ports/155061
  Submitted by:   "Herbert J. Skuhra" <h.skuhra AT gmail.com>
  
  Revision  Changes    Path
  1.9       +1 -0      ports/net/googlecl/Makefile
  1.1       +40 -0     ports/net/googlecl/files/patch-__init__.py (new)
  1.1       +17 -0     ports/net/googlecl/files/patch-base.py (new)
_______________________________________________
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 Li-Wen Hsu freebsd_committer freebsd_triage 2011-02-26 17:06:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!