Bug 127108 - [PATCH] www/p5-ClearSilver: bugfixes
Summary: [PATCH] www/p5-ClearSilver: bugfixes
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: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-05 13:20 UTC by skv
Modified: 2008-10-04 17:06 UTC (History)
1 user (show)

See Also:


Attachments
p5-ClearSilver-0.10.5_1.patch (7.75 KB, patch)
2008-09-05 13:20 UTC, skv
no flags Details | Diff
patch-ClearSilver.xs (6.62 KB, text/plain)
2008-09-05 13:59 UTC, skv
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description skv freebsd_committer freebsd_triage 2008-09-05 13:20:01 UTC
- fix perl_render() - avoid "uninitialized value" warnings
- fix perlcs_parseString() - correct malloc: use len+1 instead of len

Added file(s):
- files/patch-ClearSilver.xs

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-05 13:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rink

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 skv freebsd_committer freebsd_triage 2008-09-05 13:59:07 UTC
Updated patch.

-- 
Sergey Skvortsov
mailto: skv@FreeBSD.org
Comment 3 Rink Springer freebsd_committer freebsd_triage 2008-09-23 21:09:00 UTC
Responsible Changed
From-To: rink->skv

Go ahead - and please take maintainership too, you know this port better than I do :-)
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-10-04 16:28:20 UTC
skv         2008-10-04 15:28:06 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-ClearSilver   Makefile 
  Added files:
    www/p5-ClearSilver/files patch-ClearSilver.xs 
  Log:
  Bugfixes:
  - fix perl_render() - avoid "uninitialized value" warnings
  - fix perlcs_parseString() - correct malloc: use len+1 instead of len
  
  Also, take maintainership.
  
  PR:             ports/127108
  Submitted by:   skv
  Approved by:    rink (previous maintainer)
  
  Revision  Changes    Path
  1.5       +4 -3      ports/www/p5-ClearSilver/Makefile
  1.1       +34 -0     ports/www/p5-ClearSilver/files/patch-ClearSilver.xs (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 5 skv freebsd_committer freebsd_triage 2008-10-04 17:06:21 UTC
State Changed
From-To: open->closed

Committed.