1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Update from latest project CVS

This commit is contained in:
Andrey A. Chernov 2002-09-09 06:32:24 +00:00
parent 0799167f67
commit 473060227f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65899
2 changed files with 14 additions and 5 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= WebMagick
PORTVERSION= 2.03p1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= webmagick

View File

@ -2,15 +2,15 @@ Index: webmagick.in
===================================================================
RCS file: /cvsroot/webmagick/WebMagick/webmagick.in,v
retrieving revision 1.102
retrieving revision 1.111
diff -u -r1.102 -r1.111
retrieving revision 1.112
diff -u -r1.102 -r1.112
--- webmagick.in 21 Aug 2002 20:36:28 -0000 1.102
+++ webmagick.in 7 Sep 2002 15:57:27 -0000 1.111
+++ webmagick.in 7 Sep 2002 16:35:38 -0000 1.112
@@ -1,6 +1,6 @@
#! @PERL@
#
-# $Id: webmagick.in,v 1.102 2002/08/21 20:36:28 clindell Exp $
+# $Id: webmagick.in,v 1.111 2002/09/07 15:57:27 ache Exp $
+# $Id: webmagick.in,v 1.112 2002/09/07 16:35:38 ache Exp $
#
# You are looking at the main PERL script for WebMagick, a package to
# intelligently create HTML and JavaScript index files and imagemaps
@ -72,6 +72,15 @@ diff -u -r1.102 -r1.111
'coloralink' => $opt_coloralink,
'colorback' => $opt_colorback,
'colorfore' => $opt_colorfore,
@@ -1675,7 +1674,7 @@
'subdirectories' => !$opt_frames ? "" : join(' ',@dirNames),
'tables' => $opt_tables,
'title' => $pageTitle,
- 'version' => $webmagickInfo{'version'},
+ 'version' => $opt_anonymous ? "" : $webmagickInfo{'version'},
);
# Compute a conglomeration of all parameters that effect the HTML
@@ -1903,38 +1902,40 @@
#
# Clean up cached thumbnails