p5-perlmagick: Update to 6.9.13-21

This commit is contained in:
Ryan Carsten Schmidt
2024-12-22 23:08:39 -06:00
parent 43b5d6c88e
commit 2f4bc58f7d
2 changed files with 5 additions and 40 deletions
+5 -6
View File
@@ -7,11 +7,11 @@ PortGroup perl5 1.0
epoch 1
perl5.branches 5.28 5.30 5.32 5.34
perl5.setup PerlMagick 6.9.13-16
perl5.setup PerlMagick 6.9.13-21
revision 0
checksums rmd160 a76f0d3808d23e96badfd95fbaf9d1ec5c647694 \
sha256 a2ca04c37ef56e669f442954d878bab7d096fadabdc75f6027f755bfdbf89a98 \
size 9613864
checksums rmd160 e933a953d06f5bbaec3fc5eb77279ba73292583d \
sha256 985b9bf373c8b67c9df66d53247bdbb44aa79d133e75fb84d73179b238af8471 \
size 9620376
set my_name ImageMagick
maintainers {ryandesign @ryandesign}
@@ -35,8 +35,7 @@ distname ${my_name}-${version}
if {${perl5.major} != ""} {
depends_lib-append port:ImageMagick
patchfiles no-usr-include-ImageMagick.patch \
no-INSTALL_BASE.patch
patchfiles no-usr-include-ImageMagick.patch
# https://trac.macports.org/wiki/WimplicitFunctionDeclaration#strchr
configure.checks.implicit_function_declaration.whitelist-append strchr
@@ -1,34 +0,0 @@
Revert these commits:
https://github.com/ImageMagick/ImageMagick6/commit/f665638007d1f8627677a2c60ceda971c1d6cbb4
https://github.com/ImageMagick/ImageMagick6/commit/ae55feba3f47534a999fdc0c37e0ec0fb34231f1
These commits cause files not to be installed in vendor_perl anymore which
causes the perl5 portgroup to fail.
These commits also cause files to be installed in unversioned directories so
that the subports would conflict with one another.
--- PerlMagick/Makefile.PL.in.orig 2024-05-25 07:53:44.000000000 -0500
+++ PerlMagick/Makefile.PL.in 2024-06-18 21:48:55.000000000 -0500
@@ -223,9 +223,6 @@
# Linker flags for building a dynamically loadable module
'LDDLFLAGS' => $LDDLFLAGS_magick,
- # Install PerlMagick into ImageMagick prefix
- 'INSTALL_BASE' => '@PREFIX_DIR@',
-
# Install PerlMagick binary into ImageMagick bin directory
'INSTALLBIN' => '@BIN_DIR@',
--- PerlMagick/quantum/Makefile.PL.in.orig 2024-06-17 19:40:10.000000000 -0500
+++ PerlMagick/quantum/Makefile.PL.in 2024-06-18 21:37:23.000000000 -0500
@@ -220,9 +220,6 @@
# Linker flags for building a dynamically loadable module
'LDDLFLAGS' => $LDDLFLAGS_magick,
- # Install PerlMagick into ImageMagick prefix
- 'INSTALL_BASE' => '@PREFIX_DIR@',
-
# Install PerlMagick binary into ImageMagick bin directory
'INSTALLBIN' => '@BIN_DIR@',