Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2004 06:27:57 -0700 (PDT)
From:      Makoto Matsushita <matusita@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/aswiki Makefile ports/www/aswiki/files patch-scanner.rb
Message-ID:  <200405041327.i44DRvEv072531@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405041327.i44DRvEv072531>