Thu Jun 15 11:50:34 2017 UTC ()
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)


(jperkin)
diff -r1.47 -r1.48 pkgsrc/editors/p5-Padre/Makefile
diff -r1.10 -r1.11 pkgsrc/editors/p5-Padre/distinfo

cvs diff -r1.47 -r1.48 pkgsrc/editors/p5-Padre/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/p5-Padre/Makefile 2017/06/05 14:23:55 1.47
+++ pkgsrc/editors/p5-Padre/Makefile 2017/06/15 11:50:34 1.48
@@ -1,27 +1,26 @@ @@ -1,27 +1,26 @@
1# $NetBSD: Makefile,v 1.47 2017/06/05 14:23:55 ryoon Exp $ 1# $NetBSD: Makefile,v 1.48 2017/06/15 11:50:34 jperkin Exp $
2 2
3DISTNAME= Padre-0.96 3DISTNAME= Padre-1.00
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 24 
6CATEGORIES= editors perl5 5CATEGORIES= editors perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Padre/ 9HOMEPAGE= http://search.cpan.org/dist/Padre/
11COMMENT= Perl Application Development and Refactoring Environment 10COMMENT= Perl Application Development and Refactoring Environment
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
15 14
16USE_LANGUAGES+= c c++ 15USE_LANGUAGES+= c c++
17REPLACE_PERL+= share/templates/*.t 16REPLACE_PERL+= share/templates/*.t
18REPLACE_PERL+= share/templates/*.pl 17REPLACE_PERL+= share/templates/*.pl
19REPLACE_PERL+= share/examples/wx/*.pl 18REPLACE_PERL+= share/examples/wx/*.pl
20REPLACE_PERL+= share/examples/absolute_beginner/*.pl 19REPLACE_PERL+= share/examples/absolute_beginner/*.pl
21 20
22#BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny 21#BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny
23BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.15:../../devel/p5-Locale-Msgfmt 22BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.15:../../devel/p5-Locale-Msgfmt
24BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception 23BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception
25BUILD_DEPENDS+= p5-Test-MockObject>=1.09:../../devel/p5-Test-MockObject 24BUILD_DEPENDS+= p5-Test-MockObject>=1.09:../../devel/p5-Test-MockObject
26#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 25#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
27BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings 26BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
@@ -93,22 +92,24 @@ DEPENDS+= p5-Text-FindIndent>=0.10:../.. @@ -93,22 +92,24 @@ DEPENDS+= p5-Text-FindIndent>=0.10:../..
93DEPENDS+= p5-Text-Patch>=1.8:../../textproc/p5-Text-Patch 92DEPENDS+= p5-Text-Patch>=1.8:../../textproc/p5-Text-Patch
94#DEPENDS+= {perl>=5.10.1,p5-Time-HiRes>=1.9718}:../../time/p5-Time-HiRes 93#DEPENDS+= {perl>=5.10.1,p5-Time-HiRes>=1.9718}:../../time/p5-Time-HiRes
95DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 94DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
96DEPENDS+= p5-Wx-Perl-ProcessStream>=0.25:../../x11/p5-Wx-Perl-ProcessStream 95DEPENDS+= p5-Wx-Perl-ProcessStream>=0.25:../../x11/p5-Wx-Perl-ProcessStream
97DEPENDS+= p5-YAML-Tiny>=1.32:../../textproc/p5-YAML-Tiny 96DEPENDS+= p5-YAML-Tiny>=1.32:../../textproc/p5-YAML-Tiny
98DEPENDS+= p5-libwww>=5.815:../../www/p5-libwww 97DEPENDS+= p5-libwww>=5.815:../../www/p5-libwww
99#DEPENDS+= {perl>=5.12.0,p5-version>=0.8000}:../../devel/p5-version 98#DEPENDS+= {perl>=5.12.0,p5-version>=0.8000}:../../devel/p5-version
100# required threads, threads::shared and version are in patched 5.12.2nb1 core 99# required threads, threads::shared and version are in patched 5.12.2nb1 core
101PERL5_REQD+= 5.14.2 100PERL5_REQD+= 5.14.2
102 101
103PERL5_PACKLIST= auto/Padre/.packlist 102PERL5_PACKLIST= auto/Padre/.packlist
104PERL5_MODULE_TYPE= Module::Install::Bundled 103PERL5_MODULE_TYPE= Module::Install::Bundled
105 104
 105MAKE_ENV+= PERL_USE_UNSAFE_INC=1
 106
106#pre-configure: 107#pre-configure:
107# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm 108# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
108 109
109.include "../../lang/perl5/module.mk" 110.include "../../lang/perl5/module.mk"
110.include "../../databases/p5-DBI/buildlink3.mk" 111.include "../../databases/p5-DBI/buildlink3.mk"
111BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.580 112BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.580
112.include "../../x11/p5-Wx/buildlink3.mk" 113.include "../../x11/p5-Wx/buildlink3.mk"
113 114
114.include "../../mk/bsd.pkg.mk" 115.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/editors/p5-Padre/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/p5-Padre/distinfo 2015/11/03 03:32:19 1.10
+++ pkgsrc/editors/p5-Padre/distinfo 2017/06/15 11:50:34 1.11
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.10 2015/11/03 03:32:19 agc Exp $ 1$NetBSD: distinfo,v 1.11 2017/06/15 11:50:34 jperkin Exp $
2 2
3SHA1 (Padre-0.96.tar.gz) = ce4a5856b5e6409cbf808ce60ad9cc19bf51eb29 3SHA1 (Padre-1.00.tar.gz) = cc1e2527fd2952967471800f4a11608281d48573
4RMD160 (Padre-0.96.tar.gz) = 86284c27226c65084b6872a5487bb8e63a23f8d8 4RMD160 (Padre-1.00.tar.gz) = 88858fcd8b99fdbad0cb6de90c26872582674028
5SHA512 (Padre-0.96.tar.gz) = 78695804c719ca1bf44d5ef8bb2fef8d24c0378cbe296a645ae1f693a55b4212b25238fd2500ea98adc1f4d92d4a02024b170d1bf4dcbe65a0d889b23eb74dce 5SHA512 (Padre-1.00.tar.gz) = 8a2630eb54944b85ec77eaf90595fe6bb482b88ae87622b9e54973fbc1cc5f7ccf83d7b2481a9a66886310db9678569d23b18de033f7759db71ac73fd3151856
6Size (Padre-0.96.tar.gz) = 1919132 bytes 6Size (Padre-1.00.tar.gz) = 1969274 bytes
7SHA1 (patch-aa) = 5900452d0e0b592a20c24d53dc6e1481b8606fb8 7SHA1 (patch-aa) = 5900452d0e0b592a20c24d53dc6e1481b8606fb8
8SHA1 (patch-ab) = df2c86b5585f0dfae1400337295afb1da24239a8 8SHA1 (patch-ab) = df2c86b5585f0dfae1400337295afb1da24239a8