From ae3de5fcedbd71454cca24d7df4ca8f75cbfbfa2 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 30 May 2004 18:58:08 +0000 Subject: Update from project CVS --- www/WebMagick/files/patch-aa | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'www/WebMagick/files') diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa index 7cf6aa8e4897..3b3082967196 100644 --- a/www/WebMagick/files/patch-aa +++ b/www/WebMagick/files/patch-aa @@ -2,15 +2,15 @@ Index: webmagick.in =================================================================== RCS file: /cvsroot/webmagick/WebMagick/webmagick.in,v retrieving revision 1.117 -retrieving revision 1.146 -diff -u -r1.117 -r1.146 +retrieving revision 1.147 +diff -u -r1.117 -r1.147 --- webmagick.in 23 Oct 2002 16:14:47 -0000 1.117 -+++ webmagick.in 27 May 2004 23:42:17 -0000 1.146 ++++ webmagick.in 30 May 2004 18:54:37 -0000 1.147 @@ -1,6 +1,6 @@ #! @PERL@ # -# $Id: webmagick.in,v 1.117 2002/10/23 16:14:47 clindell Exp $ -+# $Id: webmagick.in,v 1.146 2004/05/27 23:42:17 ache Exp $ ++# $Id: webmagick.in,v 1.147 2004/05/30 18:54:37 ache Exp $ # # You are looking at the main PERL script for WebMagick, a package to # intelligently create HTML and JavaScript index files and imagemaps @@ -697,7 +697,7 @@ diff -u -r1.117 -r1.146 - print( INDEX "! . "\n" ); + print( INDEX q/! . "\n" ); -+ print( INDEX '\n" ); @@ -1183,7 +1183,7 @@ diff -u -r1.117 -r1.146 print( JSINDEX "\n"); print( JSINDEX "\n"); - print( JSINDEX "\n"); print( JSINDEX "\n"); -- cgit