diff options
Diffstat (limited to 'editors/p5-Padre')
-rw-r--r-- | editors/p5-Padre/Makefile | 13 | ||||
-rw-r--r-- | editors/p5-Padre/distinfo | 6 | ||||
-rw-r--r-- | editors/p5-Padre/pkg-plist | 2 |
3 files changed, 16 insertions, 5 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 931dc930d3e0..7c1ba944abf5 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -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 @@ BUILD_DEPENDS= ${SITE_PERL}/App/Ack.pm:${PORTSDIR}/textproc/p5-ack \ ${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,18 +61,23 @@ BUILD_DEPENDS= ${SITE_PERL}/App/Ack.pm:${PORTSDIR}/textproc/p5-ack \ ${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 PERL_CONFIGURE= yes USE_PERL5= 5.8.5+ USE_GETTEXT= yes +IGNORE= needs a threaded Perl, install lang/perl5.8 with threads support and try again PERL_THREADS= ${PERL} -V::usethreads 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 +127,7 @@ pre-configure: exit 2; \ fi +post-patch: + @${REINPLACE_CMD} -e 's|use File::Spec.*$$||' ${WRKSRC}/lib/Padre/Config/Human.pm + .include <bsd.port.mk> diff --git a/editors/p5-Padre/distinfo b/editors/p5-Padre/distinfo index 711bbe82495d..66d5c980a294 100644 --- a/editors/p5-Padre/distinfo +++ b/editors/p5-Padre/distinfo @@ -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 --git a/editors/p5-Padre/pkg-plist b/editors/p5-Padre/pkg-plist index 24deee905792..056c7c86f2fb 100644 --- a/editors/p5-Padre/pkg-plist +++ b/editors/p5-Padre/pkg-plist @@ -3,6 +3,7 @@ bin/padre %%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 @@ bin/padre %%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 |