Bug 141637 - [patch] net/ntlmaps - remove CR/LF's
Summary: [patch] net/ntlmaps - remove CR/LF's
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: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-15 12:50 UTC by Emanuel Haupt
Modified: 2009-12-31 10:40 UTC (History)
0 users

See Also:


Attachments
ntlmaps.patch (807 bytes, patch)
2009-12-15 12:50 UTC, Emanuel Haupt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt freebsd_committer freebsd_triage 2009-12-15 12:50:03 UTC
net/ntlmaps installs python scripts with CR/LF's. The following patch replaces
CR/LF's with unix LF's.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-15 12:50:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kevlo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-31 10:32:38 UTC
kevlo       2009-12-31 10:32:29 UTC

  FreeBSD ports repository

  Modified files:
    net/ntlmaps          Makefile 
  Log:
  Replace CR/LF's with unix LF's.
  
  PR: ports/141637
  Submitted by: ehaupt
  
  Revision  Changes    Path
  1.4       +3 -2      ports/net/ntlmaps/Makefile
_______________________________________________
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 Kevin Lo freebsd_committer freebsd_triage 2009-12-31 10:32:56 UTC
State Changed
From-To: open->closed

Committed, thanks.