cvs commit: ports/japanese/cal.rb Makefile distinfo

Pav Lucistnik pav at FreeBSD.org
Sun Jul 25 15:36:49 PDT 2004


pav         2004-07-25 22:36:49 UTC

  FreeBSD ports repository

  Modified files:
    japanese/cal.rb      Makefile distinfo 
  Log:
  - Chase checksum, unbreak
  
  --- /usr/ports/distfiles/cal.rb-1.17/Calendar.rb        Tue Jun  8 05:37:53 2004
  +++ Calendar.rb Fri Jan 30 13:18:35 2004
  @@ -308,11 +308,9 @@
          wday = what_day(year, month, day) if wday == -1
          f.each{|s|
            s.chomp!
  -#        s.gsub!(" ", "")
  +         s.gsub!(" ", "")
            next if /^#/ =~ s
  -#        puts s.split(",\s*")
  -#        puts "#{day} #{month} #{year}"
  -         y, m, d, w, j, e, c = s.split(",\s*")
  +         y, m, d, w, j, e, c = s.split(",")
            if (y == "*" or y == year.to_s) and
                (m == "*" or m == month.to_s) and
                (w == "*" or w == wday.to_s) and
  
  PR:             ports/69511
  Submitted by:   Kimura Fuyuki <fuyuki at hadaly.org>
  
  Revision  Changes    Path
  1.11      +1 -2      ports/japanese/cal.rb/Makefile
  1.10      +2 -2      ports/japanese/cal.rb/distinfo


More information about the cvs-all mailing list