mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 6.1.6.3
- Add fruitsalad.org mirror to prevent fetch problems in case ImageMagick decides to update again - Don't install/append to perllocal.pod [1] PR: ports/74928 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Reported by: pointyhat via kris [1]
This commit is contained in:
parent
553e7ddf4a
commit
3cccde804f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123652
3 changed files with 16 additions and 8 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ImageMagick
|
||||
PORTVERSION= 6.1.6.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 6.1.6.3
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
|
||||
ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \
|
||||
|
@ -21,8 +20,8 @@ MASTER_SITES= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
|
|||
ftp://giswitch.sggw.waw.pl/pub/graphics/%SUBDIR%/ \
|
||||
ftp://ftp.fifi.org/pub/%SUBDIR%/ \
|
||||
ftp://ftp.simplesystems.org/pub/%SUBDIR%/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= pav
|
||||
http://people.fruitsalad.org/avleeuwen/distfiles/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L} ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= avleeuwen@piwebs.com
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ImageMagick-6.1.6-0.tar.bz2) = c40549e22bdc7f8b74ed44381bf1fee5
|
||||
SIZE (ImageMagick-6.1.6-0.tar.bz2) = 4558525
|
||||
MD5 (ImageMagick-6.1.6-3.tar.bz2) = 2b0ece3e362f7c10438e295477fb2fcf
|
||||
SIZE (ImageMagick-6.1.6-3.tar.bz2) = 4560625
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Makefile.in.orig Thu Dec 9 00:26:37 2004
|
||||
+++ Makefile.in Thu Dec 9 00:26:53 2004
|
||||
--- Makefile.in.orig Fri Dec 10 01:43:10 2004
|
||||
+++ Makefile.in Fri Dec 10 21:19:20 2004
|
||||
@@ -1885,7 +1885,7 @@
|
||||
$(UTILITIES_EXTRA_DIST) \
|
||||
$(WAND_EXTRA_DIST)
|
||||
|
@ -9,3 +9,12 @@
|
|||
|
||||
# Where architecture-independent configuration files get installed
|
||||
# (share/ImageMagick-version)
|
||||
@@ -9286,7 +9286,7 @@
|
||||
|
||||
@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@install-exec-perl: $(PERLMAKEFILE)
|
||||
@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' && \
|
||||
-@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) CC='@CC@' install && \
|
||||
+@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) CC='@CC@' pure_install && \
|
||||
@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) clean && rm -f Makefile.old )
|
||||
|
||||
@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@all-perl:
|
||||
|
|
Loading…
Add table
Reference in a new issue