diff options
author | jperkin <jperkin> | 2017-06-15 11:50:34 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2017-06-15 11:50:34 +0000 |
commit | 1ed2cef9e9215ba93e74e1ce58999433a5d66cd6 (patch) | |
tree | 6845dc1979f6d4ddacc5ac3c332f24311c30d18c /editors | |
parent | 482d51611166093d3b704e72755b95511bfb31d6 (diff) | |
download | pkgsrc-1ed2cef9e9215ba93e74e1ce58999433a5d66cd6.tar.gz |
Update editors/p5-Padre to 1.00. Enable PERL_USE_UNSAFE_INC hack.
1.00 2013.11.09
- Applied Patch in #1488 comment:7 itcharlie++ (BOWTIE)
- Apply patch for #1504 dod++ (BOWTIE)
- Apply patch2 from #1459 bojinlund++ (BOWTIE)
- Update Makefile.PL with new versions (BOWTIE)
- Add Patch for cut n paste adam++ #1312 (BOWTIE)
- Fix Debug ip hanging, use 127.0.0.1 instead of localhost (BOWTIE)
- fix some unwanted background noise from debug raw (BOWTIE)
- Apply patch from #1508 itcharlie++ (BOWTIE)
- Add refresh_breakpoint_panel to Wx::Main (BOWTIE)
- Add correct comment for PerlXS (BOWTIE)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre/Makefile | 9 | ||||
-rw-r--r-- | editors/p5-Padre/distinfo | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 1e4faea73d0..500f3577c36 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2017/06/05 14:23:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.48 2017/06/15 11:50:34 jperkin Exp $ -DISTNAME= Padre-0.96 +DISTNAME= Padre-1.00 PKGNAME= p5-${DISTNAME} -PKGREVISION= 24 CATEGORIES= editors perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} @@ -11,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Padre/ COMMENT= Perl Application Development and Refactoring Environment LICENSE= ${PERL5_LICENSE} -MAKE_JOBS_SAFE= no +MAKE_JOBS_SAFE= no USE_LANGUAGES+= c c++ REPLACE_PERL+= share/templates/*.t @@ -103,6 +102,8 @@ PERL5_REQD+= 5.14.2 PERL5_PACKLIST= auto/Padre/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 + #pre-configure: # cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm diff --git a/editors/p5-Padre/distinfo b/editors/p5-Padre/distinfo index 88d49df9aab..25669788d0c 100644 --- a/editors/p5-Padre/distinfo +++ b/editors/p5-Padre/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:32:19 agc Exp $ +$NetBSD: distinfo,v 1.11 2017/06/15 11:50:34 jperkin Exp $ -SHA1 (Padre-0.96.tar.gz) = ce4a5856b5e6409cbf808ce60ad9cc19bf51eb29 -RMD160 (Padre-0.96.tar.gz) = 86284c27226c65084b6872a5487bb8e63a23f8d8 -SHA512 (Padre-0.96.tar.gz) = 78695804c719ca1bf44d5ef8bb2fef8d24c0378cbe296a645ae1f693a55b4212b25238fd2500ea98adc1f4d92d4a02024b170d1bf4dcbe65a0d889b23eb74dce -Size (Padre-0.96.tar.gz) = 1919132 bytes +SHA1 (Padre-1.00.tar.gz) = cc1e2527fd2952967471800f4a11608281d48573 +RMD160 (Padre-1.00.tar.gz) = 88858fcd8b99fdbad0cb6de90c26872582674028 +SHA512 (Padre-1.00.tar.gz) = 8a2630eb54944b85ec77eaf90595fe6bb482b88ae87622b9e54973fbc1cc5f7ccf83d7b2481a9a66886310db9678569d23b18de033f7759db71ac73fd3151856 +Size (Padre-1.00.tar.gz) = 1969274 bytes SHA1 (patch-aa) = 5900452d0e0b592a20c24d53dc6e1481b8606fb8 SHA1 (patch-ab) = df2c86b5585f0dfae1400337295afb1da24239a8 |