Date: Tue, 17 Mar 2009 16:58:46 GMT From: Cezary Morga <cm@therek.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132732: [maintainer update] editors/p5-Padre update to 0.29 Message-ID: <200903171658.n2HGwk9V073378@www.freebsd.org> Resent-Message-ID: <200903171700.n2HH0G9m097960@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132732 >Category: ports >Synopsis: [maintainer update] editors/p5-Padre update to 0.29 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 17 17:00:15 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cezary Morga >Release: FreeBSD 7.1-RELEASE i386 >Organization: >Environment: >Description: Update to 0.29 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN editors/p5-Padre.orig/Makefile editors/p5-Padre/Makefile --- editors/p5-Padre.orig/Makefile 2009-03-15 18:17:59.000000000 +0100 +++ editors/p5-Padre/Makefile 2009-03-17 17:53:43.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= Padre -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= editors perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/S/SZ/SZABGAB @@ -43,6 +43,7 @@ ${SITE_PERL}/Probe/Perl.pm:${PORTSDIR}/sysutils/p5-Probe-Perl \ ${SITE_PERL}/Test/Compile.pm:${PORTSDIR}/devel/p5-Test-Compile \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ + ${SITE_PERL}/Test/Most.pm:${PORTSDIR}/devel/p5-Test-Most \ ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \ ${SITE_PERL}/Test/Script.pm:${PORTSDIR}/devel/p5-Test-Script \ ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \ @@ -60,7 +61,7 @@ ${SITE_PERL}/${PERL_ARCH}/Wx.pm:${PORTSDIR}/x11-toolkits/p5-Wx RUN_DEPENDS= ${BUILD_DEPENDS} -USE_WX= 2.6+ +USE_WX= 2.8+ WX_COMPS= wx contrib WX_UNICODE= yes USE_DISPLAY= yes @@ -72,6 +73,10 @@ MAN3= Padre.3 \ Padre::Autosave.3 \ + Padre::Config.3 \ + Padre::Config::Constants.3 \ + Padre::Config::Host.3 \ + Padre::Config::Human.3 \ Padre::DB.3 \ Padre::DB::Bookmark.3 \ Padre::DB::History.3 \ @@ -121,4 +126,7 @@ exit 2; \ fi +post-patch: + @${REINPLACE_CMD} -e 's|use File::Spec.*$$||' ${WRKSRC}/lib/Padre/Config/Human.pm + .include <bsd.port.mk> diff -ruN editors/p5-Padre.orig/distinfo editors/p5-Padre/distinfo --- editors/p5-Padre.orig/distinfo 2009-03-15 18:17:59.000000000 +0100 +++ editors/p5-Padre/distinfo 2009-03-17 17:53:43.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (Padre-0.28.tar.gz) = 6a0351313076c42bc6bbb020f61c757b -SHA256 (Padre-0.28.tar.gz) = c38ff04fbe1e5d5e5149ab6ce1250b0c1b0d76427a1b30dc3b04df8ecdcb6390 -SIZE (Padre-0.28.tar.gz) = 444237 +MD5 (Padre-0.29.tar.gz) = a5c3d9a587f31d9b45f4eeb52c2fdf10 +SHA256 (Padre-0.29.tar.gz) = ac34bbd71432d29554a1b4043b7210102bbe340424ef9c74e8e70522a673b8dc +SIZE (Padre-0.29.tar.gz) = 452556 diff -ruN editors/p5-Padre.orig/pkg-plist editors/p5-Padre/pkg-plist --- editors/p5-Padre.orig/pkg-plist 2009-03-15 18:17:59.000000000 +0100 +++ editors/p5-Padre/pkg-plist 2009-03-17 17:53:43.000000000 +0100 @@ -3,6 +3,7 @@ %%SITE_PERL%%/Padre.pm %%SITE_PERL%%/Padre/Autosave.pm %%SITE_PERL%%/Padre/Config.pm +%%SITE_PERL%%/Padre/Config/Constants.pm %%SITE_PERL%%/Padre/Config/Host.pm %%SITE_PERL%%/Padre/Config/Human.pm %%SITE_PERL%%/Padre/Config/Patch.pm @@ -70,6 +71,7 @@ %%SITE_PERL%%/Padre/Wx/Dialog/Search.pm %%SITE_PERL%%/Padre/Wx/Dialog/Snippets.pm %%SITE_PERL%%/Padre/Wx/Dialog/Text.pm +%%SITE_PERL%%/Padre/Wx/Directory.pm %%SITE_PERL%%/Padre/Wx/DocBrowser.pm %%SITE_PERL%%/Padre/Wx/Editor.pm %%SITE_PERL%%/Padre/Wx/ErrorList.pm >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903171658.n2HGwk9V073378>