summaryrefslogtreecommitdiff
path: root/www/WebMagick
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-09 01:53:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-09 01:53:57 +0000
commit7e139813e02b06faac30ce6bb83dda46c7685e29 (patch)
treeabe788eeda90d3f7b73faabc07c3d399aab83939 /www/WebMagick
parentFix coredump problem. This patch has been submitted by wget developers. (diff)
Follow new PerlMagick and rename
base_rows -> base-rows base_columns -> base-columns
Notes
Notes: svn path=/head/; revision=45997
Diffstat (limited to 'www/WebMagick')
-rw-r--r--www/WebMagick/Makefile1
-rw-r--r--www/WebMagick/files/patch-aa13
2 files changed, 12 insertions, 2 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index 53b5bc24c9f4..00d9853a9513 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -7,6 +7,7 @@
PORTNAME= WebMagick
PORTVERSION= 1.46
+PORTREVISION= 1
CATEGORIES= www graphics
MASTER_SITES= ftp://ftp.simplesystems.org/pub/WebMagick/
diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa
index 4f13390bebe0..9cc5823d0573 100644
--- a/www/WebMagick/files/patch-aa
+++ b/www/WebMagick/files/patch-aa
@@ -1,5 +1,5 @@
---- webmagick.in.old Sun Oct 17 23:55:14 1999
-+++ webmagick.in Fri Mar 23 16:50:54 2001
+--- webmagick.in.orig Sun Oct 17 23:55:14 1999
++++ webmagick.in Thu Aug 9 05:43:20 2001
@@ -127,6 +127,7 @@
$opt_dircolorlink,
$opt_dircolorvlink,
@@ -260,6 +260,15 @@
print( INDEX "</ADDRESS>\n" );
}
+@@ -2484,7 +2516,7 @@
+ # available in PerlMagick 1.12 and beyond. If the
+ # feature is not supported then undefined values
+ # should be returned.
+- ($base_columns, $base_rows) = $image->Get('base_columns', 'base_rows');
++ ($base_columns, $base_rows) = $image->Get('base-columns', 'base-rows');
+ if( defined($base_columns) && defined($base_rows) ) {
+ $width = $base_columns;
+ $height = $base_rows;
@@ -2762,7 +2794,7 @@
$status = $montage->Write(
filename=>"JPEG:$fileNames{'montageJPEG'}",