pkgsrc/devel/p5-Devel-PatchPerl/Makefile
wen 0d5e85dafd Update to 0.76
Upstream changes:
==============================
2012-08-28 00:29:08 +0100 0.76
==============================

  commit 9f71defdd149f82f3a243dfd025802dcf0e34c2a
  Author: Ruslan Zakirov <ruz@bestpractical.com>
  Date:   Tue Aug 28 00:29:08 2012 +0100

    [rt.cpan.org #79223] bad patch for 5.8.9 in 0.74

    Patch for perlio.c is for patch -p1 while module runs -p0.

    Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

==============================
2012-07-24 19:32:11 +0100 0.74
==============================

  commit b2b8a945b03d573501700db99ae6f2b32c2cabfc
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jul 24 19:32:11 2012 +0100

    Add v5.8.9 patch

    [perl #63886] 5.8.9 binary incompatibility with PL_perlio_mutex

    Applied as:

    commit 03fe696d61d94bd59d878a9f81b0af85465d7e1e Author: From: Edward
    Moy <emoy@apple.com> Date: Sun Jul 8 23:01:23 2012 -0700

==============================
2012-06-05 00:44:17 +0100 0.72
==============================

  commit fcfe67838eea00f8108f80ce0cecacd014df6407
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jun 5 00:44:17 2012 +0100

    Clarify in the POD, we only facilitate building not testing

==============================
2012-05-15 08:37:48 +0100 0.70
==============================

  commit 1e16483dc23a38624187dd4b1c65a6dff2914fad
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 15 08:37:48 2012 +0100

    Updated Linux hints which includes gcc search libraries localisation
    fix

==============================
2012-04-03 10:06:44 +0100 0.68
==============================

  commit e261b60280ae83ce7a643f5ebf1e33628e3e5660
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Apr 3 10:06:44 2012 +0100

    Updated hints files, includes support for NetBSD 6.*

==============================
2012-02-08 13:01:27 +0000 0.66
==============================

  commit 61579d54b0273fbfcb1ac39175ff641434a87103
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Feb 8 13:01:27 2012 +0000

    Added cygwin hints file

==============================
2012-02-04 14:40:40 +0000 0.64
==============================

  commit 31651f154271f81ce4b239366fa383e65c5b9355
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Feb 4 14:37:53 2012 +0000

    Added a plugin system
2012-10-27 12:11:39 +00:00

21 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/27 12:11:39 wen Exp $
DISTNAME= Devel-PatchPerl-0.76
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-PatchPerl/
COMMENT= Perl 5 module to patch a perl source tree
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-pushd>=1.00:../../devel/p5-File-pushd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Devel/PatchPerl/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"