From owner-cvs-all@FreeBSD.ORG Sun Jul 25 22:36:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A1D616A4CE; Sun, 25 Jul 2004 22:36:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C8F43D2D; Sun, 25 Jul 2004 22:36:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6PMants056903; Sun, 25 Jul 2004 22:36:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6PManTZ056902; Sun, 25 Jul 2004 22:36:49 GMT (envelope-from pav) Message-Id: <200407252236.i6PManTZ056902@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 25 Jul 2004 22:36:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/cal.rb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 22:36:49 -0000 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 Revision Changes Path 1.11 +1 -2 ports/japanese/cal.rb/Makefile 1.10 +2 -2 ports/japanese/cal.rb/distinfo