mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update Imagemagick to lastest version
Submitted by: maintainer Approved by: pav
This commit is contained in:
parent
2ab76c8193
commit
d469fb11da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124323
2 changed files with 6 additions and 21 deletions
|
@ -6,22 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ImageMagick
|
PORTNAME= ImageMagick
|
||||||
PORTVERSION= 6.1.6.7
|
PORTVERSION= 6.1.6.8
|
||||||
CATEGORIES= graphics perl5
|
CATEGORIES= graphics perl5
|
||||||
MASTER_SITES= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
|
MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/imagemagick/ \
|
||||||
ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \
|
${MASTER_SITE_LOCAL:S/%SUBDIR%/josef/}
|
||||||
ftp://ftp.crc.ca/pub/packages/graphics/imagemagick/ \
|
|
||||||
ftp://ftp.planetmirror.com/pub/%SUBDIR%/ \
|
|
||||||
ftp://ftp.fu-berlin.de/unix/X11/graphics/%SUBDIR%/ \
|
|
||||||
ftp://ftp.u-aizu.ac.jp/pub/graphics/image/%SUBDIR%/ \
|
|
||||||
ftp://ftp.eos.hokudai.ac.jp/pub/graphics/%SUBDIR%/ \
|
|
||||||
ftp://ftp.kddlabs.co.jp/graphics/%SUBDIR%/ \
|
|
||||||
ftp://ftp.icm.edu.pl/pub/graphics/%SUBDIR%/ \
|
|
||||||
ftp://giswitch.sggw.waw.pl/pub/graphics/%SUBDIR%/ \
|
|
||||||
ftp://ftp.fifi.org/pub/%SUBDIR%/ \
|
|
||||||
ftp://ftp.simplesystems.org/pub/%SUBDIR%/ \
|
|
||||||
http://people.fruitsalad.org/avleeuwen/distfiles/%SUBDIR%/
|
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME:L} ${PORTNAME}
|
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
|
||||||
|
|
||||||
MAINTAINER= avleeuwen@piwebs.com
|
MAINTAINER= avleeuwen@piwebs.com
|
||||||
|
@ -216,10 +204,7 @@ post-patch:
|
||||||
# remove the autogenerated Magick.c so it will be regenerated from
|
# remove the autogenerated Magick.c so it will be regenerated from
|
||||||
# Magick.xs on _this_ system:
|
# Magick.xs on _this_ system:
|
||||||
@${RM} -f ${WRKSRC}/PerlMagick/Magick.c
|
@${RM} -f ${WRKSRC}/PerlMagick/Magick.c
|
||||||
# do not use "-pthread" here
|
@${PERL} -pi -e 's|^tagnames=|#tagnames=|g ; \
|
||||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS:S/-pthread/-lc_r/}|g ; \
|
|
||||||
s|-pthread|${PTHREAD_LIBS:S/-pthread/-lc_r/}|g ; \
|
|
||||||
s|^tagnames=|#tagnames=|g ; \
|
|
||||||
s|lcms/lcms.h|lcms.h|g ; \
|
s|lcms/lcms.h|lcms.h|g ; \
|
||||||
s|lcms_lcms_h|lcms_h|g' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
s|lcms_lcms_h|lcms_h|g' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||||
# version neither libraries nor directories
|
# version neither libraries nor directories
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (ImageMagick-6.1.6-7.tar.bz2) = cb88563e9428562515cfdc9285d51812
|
MD5 (ImageMagick-6.1.6-8.tar.bz2) = 3db8b8f3294904e210f52e24e1e51028
|
||||||
SIZE (ImageMagick-6.1.6-7.tar.bz2) = 4558405
|
SIZE (ImageMagick-6.1.6-8.tar.bz2) = 4560116
|
||||||
|
|
Loading…
Add table
Reference in a new issue