Bug 152156 - [patch] ports-mgmt/porttools : respect white spaces in dir name
Summary: [patch] ports-mgmt/porttools : respect white spaces in dir name
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: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-12 07:00 UTC by Andrej Zverev
Modified: 2010-12-19 13:27 UTC (History)
0 users

See Also:


Attachments
porttools.diff (715 bytes, patch)
2010-11-12 07:00 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2010-11-12 07:00:19 UTC
	porttools test must respect whitespaces in directy names
	Now for example for "This is Dir" result "This"
        after apply this patch "This is Dir"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-12 07:00:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-14 18:38:56 UTC
az          2010-12-14 18:38:51 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/porttools Makefile distinfo 
  Added files:
    ports-mgmt/porttools/files patch-cmd_test.in 
  Log:
  - Try to be more friendly with 'spaces' in @dirrmtry while rendering pkg-plist.***
  - RIP MD5 in distinfo while I'm here.
  
  *** I'm not sure about this patch, so you can argue about it with me.
      Also you can look ports/152102.
  
  PR:             ports/152156
  Submitted by:   az
  Approved by:    sergei (timeout)
  
  Revision  Changes    Path
  1.26      +1 -0      ports/ports-mgmt/porttools/Makefile
  1.17      +0 -1      ports/ports-mgmt/porttools/distinfo
  1.4       +11 -0     ports/ports-mgmt/porttools/files/patch-cmd_test.in (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 Andrej Zverev freebsd_committer freebsd_triage 2010-12-19 13:27:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!