Bug 101078

Summary: [PATCH] update editors/hexedit to 1.2.12
Product: Ports & Packages Reporter: Andre.Albsmeier
Component: Individual Port(s)Assignee: David E. O'Brien <obrien>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
hexedit.diff none

Description Andre.Albsmeier 2006-07-31 06:50:11 UTC
This patch updates editors/hexedit to 1.2.12. Additionally
included is a patch (patch-allowwhitespaces) which allows
a hex search pattern to contain whitespaces (e.g. A1 B2 C3
instead of A1B2C3).

Fix: This is the first time I update a port. I hope everything is
correct:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-31 06:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obrien

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-24 13:33:00 UTC
edwin       2007-09-24 12:32:54 UTC

  FreeBSD ports repository

  Modified files:
    editors/hexedit      Makefile distinfo 
  Added files:
    editors/hexedit/files patch--search.c patch-hexedit.h 
  Removed files:
    editors/hexedit      pkg-plist 
  Log:
  [PATCH] update editors/hexedit to 1.2.12
  
          This patch updates editors/hexedit to 1.2.12. Additionally
          included is a patch (patch-allowwhitespaces) which allows
          a hex search pattern to contain whitespaces (e.g. A1 B2 C3
          instead of A1B2C3).
  
  PR:             ports/101078
  Submitted by:   Andre Albsmeier <Andre.Albsmeier@siemens.com>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.16      +4 -2      ports/editors/hexedit/Makefile
  1.7       +3 -3      ports/editors/hexedit/distinfo
  1.1       +21 -0     ports/editors/hexedit/files/patch--search.c (new)
  1.1       +10 -0     ports/editors/hexedit/files/patch-hexedit.h (new)
  1.5       +0 -2      ports/editors/hexedit/pkg-plist (dead)
_______________________________________________
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 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-24 13:33:01 UTC
State Changed
From-To: open->closed

Committed, thanks!