mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Update to 0.29
PR; 132732 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
This commit is contained in:
parent
d4d8ed5164
commit
01b90c2293
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230669
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user