Bug 129544

Summary: [patch] www/tomcat6 port Makefile fix for recursive permission correction
Product: Ports & Packages Reporter: Martin <nakal>
Component: Individual Port(s)Assignee: Nemo Liu <nemoliu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Martin 2008-12-10 11:40:00 UTC
When upgrading tomcat6 Makefile corrects permission in webapps directory. The find statement causes the upgrade to fail when a directory has spaces in its name.

How-To-Repeat: mkdir -p "/usr/local/apache-tomcat6.0/webapps/test dir"
portmaster www/tomcat6
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-10 11:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemoliu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-12-30 03:22:08 UTC
nemoliu     2008-12-30 03:21:59 UTC

  FreeBSD ports repository

  Modified files:
    www/tomcat6          Makefile 
  Log:
  - Fix for recursive permission correction
  
  PR:     129544
  Submitted by:   Martin <nakal@web.de>
  
  Revision  Changes    Path
  1.50      +1 -1      ports/www/tomcat6/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 Nemo Liu freebsd_committer freebsd_triage 2008-12-30 03:26:29 UTC
State Changed
From-To: open->closed

committed! thanks.