Bug 101078 - [PATCH] update editors/hexedit to 1.2.12
Summary: [PATCH] update editors/hexedit to 1.2.12
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: David E. O'Brien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-31 06:50 UTC by Andre.Albsmeier
Modified: 2007-09-24 13:40 UTC (History)
0 users

See Also:


Attachments
hexedit.diff (3.35 KB, patch)
2006-07-31 06:50 UTC, Andre.Albsmeier
no flags Details | Diff

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