pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/p5-Padre



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 15 11:50:34 UTC 2017

Modified Files:
        pkgsrc/editors/p5-Padre: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/p5-Padre/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/p5-Padre/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/p5-Padre/Makefile
diff -u pkgsrc/editors/p5-Padre/Makefile:1.47 pkgsrc/editors/p5-Padre/Makefile:1.48
--- pkgsrc/editors/p5-Padre/Makefile:1.47       Mon Jun  5 14:23:55 2017
+++ pkgsrc/editors/p5-Padre/Makefile    Thu Jun 15 11:50:34 2017
@@ -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/Pa
 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
 

Index: pkgsrc/editors/p5-Padre/distinfo
diff -u pkgsrc/editors/p5-Padre/distinfo:1.10 pkgsrc/editors/p5-Padre/distinfo:1.11
--- pkgsrc/editors/p5-Padre/distinfo:1.10       Tue Nov  3 03:32:19 2015
+++ pkgsrc/editors/p5-Padre/distinfo    Thu Jun 15 11:50:34 2017
@@ -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



Home | Main Index | Thread Index | Old Index