aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-08-09 09:53:57 +0800
committerache <ache@FreeBSD.org>2001-08-09 09:53:57 +0800
commit5957f7a659a025b41bf8c9caac7a33b76fb48c2d (patch)
tree950c01c10d47959a2f7d8fa73a5c0496fbddf706 /www
parente201cf147f832cffa95456e5aa87c469d74ad45b (diff)
downloadfreebsd-ports-gnome-5957f7a659a025b41bf8c9caac7a33b76fb48c2d.tar.gz
freebsd-ports-gnome-5957f7a659a025b41bf8c9caac7a33b76fb48c2d.tar.zst
freebsd-ports-gnome-5957f7a659a025b41bf8c9caac7a33b76fb48c2d.zip
Follow new PerlMagick and rename
base_rows -> base-rows base_columns -> base-columns
Diffstat (limited to 'www')
-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'}",