aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2011-09-21 06:04:23 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2011-09-21 06:04:23 +0000
commit8fb457a47c86349b377c88df03cc997b50a964a5 (patch)
tree45e9cbd0694d361a254981df9ebfa90933049c12 /www
parent2507b4fba99ac2bcdb6acff92ac5c5d613367cd8 (diff)
downloadports-8fb457a47c86349b377c88df03cc997b50a964a5.tar.gz
ports-8fb457a47c86349b377c88df03cc997b50a964a5.zip
Update to latest version from the project CVS
Notes
Notes: svn path=/head/; revision=282099
Diffstat (limited to 'www')
-rw-r--r--www/WebMagick/Makefile2
-rw-r--r--www/WebMagick/files/patch-aa12
2 files changed, 7 insertions, 7 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index 218e634f06c5..53cb2cfc3111 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -7,7 +7,7 @@
PORTNAME= WebMagick
PORTVERSION= 2.03p3
-PORTREVISION= 44
+PORTREVISION= 45
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 271c9c2d35e2..0339590feaf1 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.168
-diff -u -r1.117 -r1.168
+retrieving revision 1.169
+diff -u -r1.117 -r1.169
--- webmagick.in 23 Oct 2002 16:14:47 -0000 1.117
-+++ webmagick.in 8 Sep 2011 01:41:16 -0000 1.168
++++ webmagick.in 21 Sep 2011 05:54:43 -0000 1.169
@@ -1,6 +1,6 @@
#! @PERL@
#
-# $Id: webmagick.in,v 1.117 2002/10/23 16:14:47 clindell Exp $
-+# $Id: webmagick.in,v 1.168 2011/09/08 01:41:16 ache Exp $
++# $Id: webmagick.in,v 1.169 2011/09/21 05:54:43 ache Exp $
#
# You are looking at the main PERL script for WebMagick, a package to
# intelligently create HTML and JavaScript index files and imagemaps
@@ -1688,8 +1688,8 @@ diff -u -r1.117 -r1.168
- s/ /%20/g; # " "
- s:\\:/:g; # replace \ with / for better URLs
+ # RFC 2396
-+ # unreserved + some reserved (no query, allow path chars): "$+,/:;=@"
-+ s/([^0-9a-zA-Z_.!~*'()\$+,\/:;=\@-])/sprintf("%%%02x", ord($1))/eg;
++ # unreserved + some reserved (no query, allow path chars): "$+,/;=@"
++ s/([^0-9a-zA-Z_.!~*'()\$+,\/;=\@-])/sprintf("%%%02x", ord($1))/eg;
return( $_ );
}