Bug 141108 - [maintainer update] update editors/p5-Padre to 0.50
Summary: [maintainer update] update editors/p5-Padre to 0.50
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-02 12:00 UTC by Cezary Morga
Modified: 2010-01-08 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (12.84 KB, patch)
2009-12-02 12:00 UTC, Cezary Morga
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cezary Morga 2009-12-02 12:00:08 UTC
Update editors/p5-Padre to 0.50;
Add new dependency converters/p5-Format-Human-Bytes.

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2009-12-02 12:24:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-08 02:11:46 UTC
wen         2010-01-08 02:11:32 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/p5-Format-Human-Bytes Makefile distinfo pkg-descr 
                                     pkg-plist 
  Log:
  Ever showed 12345678 bytes to the user instead of just saying 11MB?
  This module returns you a printable string which is more readable
  by humans than a simple bytecount.
  
  WWW: http://search.cpan.org/dist/Format-Human-Bytes/
  
  PR:             ports/141108
  Submitted by:   Cezary Morga <cm@therek.net>
  
  Revision  Changes    Path
  1.172     +1 -0      ports/converters/Makefile
  1.1       +21 -0     ports/converters/p5-Format-Human-Bytes/Makefile (new)
  1.1       +3 -0      ports/converters/p5-Format-Human-Bytes/distinfo (new)
  1.1       +5 -0      ports/converters/p5-Format-Human-Bytes/pkg-descr (new)
  1.1       +7 -0      ports/converters/p5-Format-Human-Bytes/pkg-plist (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 dfilter service freebsd_committer freebsd_triage 2010-01-08 07:37:54 UTC
wen         2010-01-08 07:37:41 UTC

  FreeBSD ports repository

  Modified files:
    editors/p5-Padre     Makefile distinfo pkg-plist 
  Log:
  - Update to 0.50
  
  PR:             ports/141108
  Submitted by:   Cezary Morga <cm@therek.net> (maintainer)
  
  Revision  Changes    Path
  1.15      +17 -6     ports/editors/p5-Padre/Makefile
  1.12      +3 -3      ports/editors/p5-Padre/distinfo
  1.11      +31 -1     ports/editors/p5-Padre/pkg-plist
_______________________________________________
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 4 Wen Heping freebsd_committer freebsd_triage 2010-01-08 07:39:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!