Bug 155061 - [Patch] net/googlecl - fix output of calendar list
Summary: [Patch] net/googlecl - fix output of calendar list
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-26 15:20 UTC by Herbert J. Skuhra
Modified: 2011-02-26 17:10 UTC (History)
0 users

See Also:


Attachments
file.diff (3.45 KB, patch)
2011-02-26 15:20 UTC, Herbert J. Skuhra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!