cvs commit: ports/www/aswiki Makefile ports/www/aswiki/files
 patch-scanner.rb
    Makoto Matsushita 
    matusita at FreeBSD.org
       
    Tue May  4 06:27:58 PDT 2004
    
    
  
matusita    2004/05/04 06:27:57 PDT
  FreeBSD ports repository
  Modified files:
    www/aswiki           Makefile 
  Added files:
    www/aswiki/files     patch-scanner.rb 
  Log:
  Add a patch to fix warning about character-class string.
  Bump PORTREVISION.
  
  Why patch needed?  According ruby 1.8 language definition, even if
  the first character-class string is square branket, warn if not
  escaped with backslash.  See also ruby/regex.c rev 1.81(*1).  Since
  [\]] is properly processed by ruby 1.6, patch this unconditionally.
  
  Adviced about ruby language by: knu, hrs
  
  *1) http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/regex.c#rev1.81
  
  Revision  Changes    Path
  1.7       +2 -1      ports/www/aswiki/Makefile
  1.1       +16 -0     ports/www/aswiki/files/patch-scanner.rb (new)
    
    
More information about the cvs-all
mailing list