summaryrefslogtreecommitdiff
path: root/editors/p5-Padre/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-01-23 12:05:32 +0000
committersno <sno@pkgsrc.org>2010-01-23 12:05:32 +0000
commit17c898885270b1bdfde359dfd1f8593025734301 (patch)
treeaff19ad3d57ad88333bb20105a12f28345fe20c6 /editors/p5-Padre/Makefile
parentcf8e575d0f5655b6f75ecd016b06cfe6ad86c627 (diff)
downloadpkgsrc-17c898885270b1bdfde359dfd1f8593025734301.tar.gz
Updating editors/p5-Padre from 0.54 to 0.55
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.55 2010.01.21 - Add full list of file types to the View Document As menu (SZABGAB) - dist-zilla projects detection finally fixed (#489) (JQUELIN) - The directory tree refresh method will shortcut if nothing has changed, which should fix a number of bugs relating to the directory tree "doing things" when it shouldn't be (ADAMK) - Saving files to somewhere other than the current project will now correctly flush the document project state, and triggers a directory tree flush so that we communicate the change in project (ADAMK) - Cloned ORLite::Migrate to a private version as Padre::DB::Migrate so we have a better chance of fixing bug #796 (ADAMK) - Tentatively fixed #796 by spawning migration scripts in a manner which does NOT assume the pre-existance of STDOUT. This is at best a short-term hack, because this STDOUT problem is going to come back and bite us in other ways in the future, for sure (ADAMK) - Tuned the directory tree refresh logic to improve startup speed when launching Padre with specific named files to open (ADAMK) - Tuned the creation and management of tool widgets to remove the need to load or construct tools at startup time that are turned off in the user's configuration. - Tuned lock-release refresh execution to remove low-level refresh methods that are also contained in higher level refresh methods. - Removed a superfluous AUI Update from the refresh method (ADAMK) - Delay loading some additional GUI classes and objects until they definitely needed (ADAMK) - Suppress warnings that occur during plugin loading (ADAMK) - 'Simple' possible fix for #331 to update the tabs when 'save all' is run in Padre. (PLAVEN) - Fixed #819: Don't crash on missing project dir (SEWI) - Upgrading --desktop option from VBScript to a new Win32::Shortcut-based Padre::Desktop. Desktop link creation works on Vista and newer operating systems again (ADAMK) - Tuned menubar refresh to only fire if we change document mimetype, which saves a ton of CPU and seems to reduce flicker (ADAMK)
Diffstat (limited to 'editors/p5-Padre/Makefile')
-rw-r--r--editors/p5-Padre/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index 144b3bdc0a2..2fd4a86833a 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:29:36 sno Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/23 12:05:32 sno Exp $
#
-DISTNAME= Padre-0.54
+DISTNAME= Padre-0.55
PKGNAME= p5-${DISTNAME}
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
@@ -58,7 +58,6 @@ DEPENDS+= {perl>=5.8.9,p5-Module-CoreList-[0-9]*}:../../devel/p5-Module-CoreList
DEPENDS+= p5-Module-Refresh>=0.13:../../devel/p5-Module-Refresh
DEPENDS+= p5-Module-Starter>=1.500:../../devel/p5-Module-Starter
DEPENDS+= p5-ORLite>=1.30:../../databases/p5-ORLite
-DEPENDS+= p5-ORLite-Migrate>=0.03:../../databases/p5-ORLite-Migrate
DEPENDS+= p5-PPI>=1.205:../../devel/p5-PPI
DEPENDS+= p5-PPIx-EditorTools>=0.09:../../editors/p5-PPIx-EditorTools
DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util
@@ -67,6 +66,7 @@ DEPENDS+= p5-Parse-ExuberantCTags>=1.00:../../devel/p5-Parse-ExuberantCTags
DEPENDS+= p5-Pod-Abstract>=0.16:../../textproc/p5-Pod-Abstract
DEPENDS+= p5-Pod-POM>=0.17:../../textproc/p5-Pod-POM
DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple
+DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl
DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable
DEPENDS+= p5-Template-Tiny>=0.03:../../textproc/p5-Template-Tiny
DEPENDS+= p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff