]> git.pld-linux.org Git - packages/perl-GD.git/blame - perl-GD-paths.patch
- updated to 2.56
[packages/perl-GD.git] / perl-GD-paths.patch
CommitLineData
1edf52fa 1--- GD-1.19/demos/brushes.pl Mon Sep 14 22:28:53 1998
2+++ GD-1.19.new/demos/brushes.pl Sat Oct 9 21:32:58 1999
3@@ -1,4 +1,4 @@
4-#!/usr/local/bin/perl
5+#!/usr/bin/perl
6
7 use GD;
8
9--- GD-1.19/demos/copies.pl Mon Sep 14 22:28:53 1998
10+++ GD-1.19.new/demos/copies.pl Sat Oct 9 21:33:04 1999
11@@ -1,4 +1,4 @@
12-#!/usr/local/bin/perl
13+#!/usr/bin/perl
14
15 use GD;
16
17--- GD-1.19/demos/fills.pl Mon Sep 14 22:28:53 1998
18+++ GD-1.19.new/demos/fills.pl Sat Oct 9 21:33:09 1999
19@@ -1,4 +1,4 @@
20-#!/usr/local/bin/perl
21+#!/usr/bin/perl
22
23 use GD;
24
25--- GD-1.19/demos/gd_example.cgi Mon Sep 14 22:28:53 1998
26+++ GD-1.19.new/demos/gd_example.cgi Sat Oct 9 21:33:13 1999
27@@ -1,4 +1,4 @@
28-#!/usr/local/bin/perl
29+#!/usr/bin/perl
30
31 use GD;
32
33--- GD-1.19/demos/polys.pl Mon Sep 14 22:28:53 1998
34+++ GD-1.19.new/demos/polys.pl Sat Oct 9 21:33:18 1999
35@@ -1,4 +1,4 @@
36-#!/usr/local/bin/perl
37+#!/usr/bin/perl
38
39 use GD;
40
41--- GD-1.19/demos/shapes.pl Mon Sep 14 22:28:53 1998
42+++ GD-1.19.new/demos/shapes.pl Sat Oct 9 21:33:22 1999
43@@ -1,4 +1,4 @@
44-#!/usr/local/bin/perl
45+#!/usr/bin/perl
46
47 use GD;
48
49--- GD-1.19/demos/transform.pl Mon Sep 14 22:28:53 1998
50+++ GD-1.19.new/demos/transform.pl Sat Oct 9 21:33:31 1999
51@@ -1,4 +1,4 @@
52-#!/usr/local/bin/perl
53+#!/usr/bin/perl
54
55 use GD;
56
575c2149 57diff -urN GD-1.23/demos/truetype_test GD-1.23.paths/demos/truetype_test
58--- GD-1.23/demos/truetype_test Tue Aug 31 03:25:26 1999
59+++ GD-1.23.paths/demos/truetype_test Thu Feb 17 17:29:46 2000
60@@ -1,4 +1,4 @@
61-#!/usr/local/bin/perl
62+#!/usr/bin/perl
63
64 use lib '../blib/lib','../blib/arch';
65 use GD 1.20;
66diff -urN GD-1.23/demos/ttf.pl GD-1.23.paths/demos/ttf.pl
67--- GD-1.23/demos/ttf.pl Tue Aug 31 03:15:27 1999
68+++ GD-1.23.paths/demos/ttf.pl Thu Feb 17 17:29:46 2000
69@@ -1,4 +1,4 @@
70-#!/usr/local/bin/perl
71+#!/usr/bin/perl
72
73 use lib '../blib/lib','../blib/arch';
74 use GD 1.20;
This page took 0.226651 seconds and 4 git commands to generate.