diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2010-07-24 14:16:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2010-07-24 14:16:22 +0000 |
commit | 641217ca452b0f9748980a6f4f87e447c048c848 (patch) | |
tree | 2618f8ec54c8bb4043533f5111fea856453290e4 /www/WebMagick | |
parent | 369f3c061ddb8fc7673f83e02110c3b07bb8f7a3 (diff) |
Notes
Diffstat (limited to 'www/WebMagick')
-rw-r--r-- | www/WebMagick/Makefile | 2 | ||||
-rw-r--r-- | www/WebMagick/files/patch-aa | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 402208b62b5b..3d90579442e4 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p3 -PORTREVISION= 36 +PORTREVISION= 37 PORTEPOCH= 1 CATEGORIES= www graphics MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}-beta/2.03pre3 diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa index fdb1407051fe..9c03e0dd1200 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.158 -diff -u -r1.117 -r1.158 +retrieving revision 1.159 +diff -u -r1.117 -r1.159 --- webmagick.in 23 Oct 2002 16:14:47 -0000 1.117 -+++ webmagick.in 18 Jul 2010 09:27:17 -0000 1.158 ++++ webmagick.in 24 Jul 2010 14:12:39 -0000 1.159 @@ -1,6 +1,6 @@ #! @PERL@ # -# $Id: webmagick.in,v 1.117 2002/10/23 16:14:47 clindell Exp $ -+# $Id: webmagick.in,v 1.158 2010/07/18 09:27:17 ache Exp $ ++# $Id: webmagick.in,v 1.159 2010/07/24 14:12:39 ache Exp $ # # You are looking at the main PERL script for WebMagick, a package to # intelligently create HTML and JavaScript index files and imagemaps @@ -956,7 +956,7 @@ diff -u -r1.117 -r1.158 + $altlabel =~ s/$opt_pichtmlaltdrop//; + $altlabel =~ y/_/ /; # Usual space replacement in file name + } -+ $altlabel = escapehtml($opt_pichtmlaltstart . $altlabel . $opt_pichtmlaltend); ++ $altlabel = $opt_pichtmlaltstart . escapehtml($altlabel) . $opt_pichtmlaltend; if ( $opt_pichtml ) { |