Date: Sun, 25 Jul 2004 22:36:49 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/cal.rb Makefile distinfo Message-ID: <200407252236.i6PManTZ056902@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@hadaly.org>
Revision Changes Path
1.11 +1 -2 ports/japanese/cal.rb/Makefile
1.10 +2 -2 ports/japanese/cal.rb/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407252236.i6PManTZ056902>
