Bug 104058 - [MAINTAINER] misc/mmv: Restore old escape char
Summary: [MAINTAINER] misc/mmv: Restore old escape char
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-06 14:00 UTC by Simon Olofsson
Modified: 2006-10-06 21:20 UTC (History)
1 user (show)

See Also:


Attachments
mmv-1.01b.14_1.patch (3.73 KB, patch)
2006-10-06 14:00 UTC, Simon Olofsson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Olofsson 2006-10-06 14:00:34 UTC
Allow both escape characters '#' (the Debian/DOS Way) and '=' (the FreeBSD/Unix
one).
Kudos to Dan Nelson <dnelson@allantgroup.com> for the patch.

Added file(s):
- files/patch-mmv.1
- files/patch-mmv.c

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-10-06 14:06:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-06 21:19:53 UTC
miwi        2006-10-06 20:19:29 UTC

  FreeBSD ports repository

  Modified files:
    misc/mmv             Makefile 
  Added files:
    misc/mmv/files       patch-mmv.1 patch-mmv.c 
  Log:
  - Allow both escape characters '#' and '='
  
  PR:             ports/104058
  Submitted by:   Simon Olofsson <simon@olofsson.de> (maintainer)
  
  Revision  Changes    Path
  1.30      +1 -0      ports/misc/mmv/Makefile
  1.1       +36 -0     ports/misc/mmv/files/patch-mmv.1 (new)
  1.1       +61 -0     ports/misc/mmv/files/patch-mmv.c (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 Martin Wilke freebsd_committer freebsd_triage 2006-10-06 21:19:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!