diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-16 17:47:10 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-16 17:47:10 +0000 |
commit | eb4a3f16ddabfaea6dd289e206cc629b20251912 (patch) | |
tree | e5b524dd9b347149ed55c5af6549e3a8b92ec817 /cad/gdt/files/patch-Examples-scalegds | |
parent | Update japanese/mozc-server to 2.17.2322.102. Changes include: (diff) |
Update to 4.0.4.
Diffstat (limited to 'cad/gdt/files/patch-Examples-scalegds')
-rw-r--r-- | cad/gdt/files/patch-Examples-scalegds | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/gdt/files/patch-Examples-scalegds b/cad/gdt/files/patch-Examples-scalegds index 5a4b679acea7..fafea2c91cca 100644 --- a/cad/gdt/files/patch-Examples-scalegds +++ b/cad/gdt/files/patch-Examples-scalegds @@ -1,6 +1,6 @@ ---- Examples/scalegds.orig 2013-05-30 10:59:09.000000000 +0900 -+++ Examples/scalegds 2013-05-30 10:58:01.000000000 +0900 -@@ -72,18 +72,14 @@ +--- Examples/scalegds.orig 2016-05-16 17:46:24 UTC ++++ Examples/scalegds +@@ -72,18 +72,14 @@ unless ($color) my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); $mon++; $year += 1900; @@ -21,7 +21,7 @@ unless ($gdt2gds) { die $REVERSE_RED.ERROR."$COLOR_RESET unable to find gdt2gds in \$PATH"; -@@ -135,7 +131,7 @@ +@@ -135,7 +131,7 @@ my $fhJunk = new FileHandle; # not using if ($inputFile =~ m/\.(gz|Z)$/) { @@ -30,7 +30,7 @@ unless ($zcat) { die $REVERSE_RED.ERROR."$COLOR_RESET unable to find zcat in \$PATH"; -@@ -145,7 +141,7 @@ +@@ -145,7 +141,7 @@ if ($inputFile =~ m/\.(gz|Z)$/) } elsif ($inputFile =~ m/\.bz2$/) { |