pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2015Q1]: pkgsrc/graphics/p5-PerlMagick Pullup ticket #4681 - r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4273d9fb2432
branches:  pkgsrc-2015Q1
changeset: 649186:4273d9fb2432
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Apr 22 22:54:34 2015 +0000

description:
Pullup ticket #4681 - requested by joerg
graphics/p5-PerlMagick: bug fix patch

Revisions pulled up:
- graphics/p5-PerlMagick/Makefile                               1.110

---
   Module Name: pkgsrc
   Committed By:        joerg
   Date:                Tue Apr 21 17:21:18 UTC 2015

   Modified Files:
        pkgsrc/graphics/p5-PerlMagick: Makefile

   Log Message:
   Don't use the shipped Magick.pm, it has the wrong bootstrap version.

diffstat:

 graphics/p5-PerlMagick/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r e229c3078d6a -r 4273d9fb2432 graphics/p5-PerlMagick/Makefile
--- a/graphics/p5-PerlMagick/Makefile   Wed Apr 22 22:43:54 2015 +0000
+++ b/graphics/p5-PerlMagick/Makefile   Wed Apr 22 22:54:34 2015 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.109 2014/10/13 09:08:31 wiz Exp $
+# $NetBSD: Makefile,v 1.109.4.1 2015/04/22 22:54:34 tron Exp $
 
 .include "../../graphics/ImageMagick/Makefile.common"
 
 PKGNAME=       p5-PerlMagick-${DISTVERSION}
+PKGREVISION=   1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.simplesystems.org/ImageMagick/www/perl-magick.html
@@ -20,6 +21,7 @@
 BUILD_DIRS=            ${PERL5_CONFIGURE_DIRS}
 
 pre-configure:
+       ${RM} ${WRKSRC}/PerlMagick/Magick.pm
        ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.pm ${WRKSRC}/PerlMagick/quantum/Q16.pm
        ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.xs ${WRKSRC}/PerlMagick/quantum/Q16.xs
 



Home | Main Index | Thread Index | Old Index