Bug 132494

Summary: port fix: archivers/par2cmdline - Fix offset update in quiet mode
Product: Ports & Packages Reporter: Ganael LAPLANCHE <ganael.laplanche>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ganael LAPLANCHE 2009-03-10 11:20:00 UTC
This patch fixes a missed offset update when using quiet mode with par2create.

This bug has been referenced here :
http://sourceforge.net/tracker/index.php?func=detail&aid=1802742&group_id=30568&atid=399698
http://sourceforge.net/tracker/index.php?func=detail&aid=1085638&group_id=30568&atid=399698

And here on Debian :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=299658

Reported by: Nicolas Rachinsky (thanks to him :))

Fix: Patch attached with submission follows:
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2009-03-11 20:48:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-15 18:28:01 UTC
araujo      2009-03-15 18:27:46 UTC

  FreeBSD ports repository

  Modified files:
    archivers/par2cmdline Makefile 
  Added files:
    archivers/par2cmdline/files patch-par2creatorsourcefile.cpp 
  Log:
  - Fixes a missed offset update when using quiet mode with par2create.
  
  This bug has been referenced here:
  http://sourceforge.net/tracker/index.php?func=detail&aid=1802742&group_id=30568&atid=399698
  http://sourceforge.net/tracker/index.php?func=detail&aid=1085638&group_id=30568&atid=399698
  
  PR:             ports/132494
  Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
  
  Revision  Changes    Path
  1.11      +2 -2      ports/archivers/par2cmdline/Makefile
  1.1       +13 -0     ports/archivers/par2cmdline/files/patch-par2creatorsourcefile.cpp (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 Marcelo Araujo freebsd_committer freebsd_triage 2009-03-15 18:28:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!