7036367 vim is too big (fix package name)
authorDanek Duvall <danek.duvall@oracle.com>
Wed, 04 May 2011 17:20:18 -0700
changeset 214 7503f0ee070d
parent 213 7d4229dba5ed
child 215 e541da761f3d
7036367 vim is too big (fix package name)
components/vim/help_minimized.txt
components/vim/vim-core.p5m
components/vim/vim.p5m
--- a/components/vim/help_minimized.txt	Thu May 05 10:28:18 2011 -0700
+++ b/components/vim/help_minimized.txt	Wed May 04 17:20:18 2011 -0700
@@ -1,7 +1,7 @@
-*help_minimized.txt*	For Vim version 7.3a.  Last change: 2011 Apr 21
+*help_minimized.txt*	For Vim version 7.3a.  Last change: 2011 May 4
 
 This minimization notice is being displayed because the vim installed on
-this system is the minimized version (editor/vim-core).  This minimized
+this system is the minimized version (editor/vim/vim-core).  This minimized
 version does not include online help.  Also absent are syntax highlighting,
 language-specific indentation, spell-checking dictionaries, plugins,
 keyboard mappings, etc.  If you wish to have a richer vim environment,
--- a/components/vim/vim-core.p5m	Thu May 05 10:28:18 2011 -0700
+++ b/components/vim/vim-core.p5m	Wed May 04 17:20:18 2011 -0700
@@ -25,7 +25,7 @@
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 
-set name=pkg.fmri value=pkg:/editor/vim-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.fmri value=pkg:/editor/vim/vim-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Vi IMproved (core executables)"
 set name=pkg.description value="This package delivers the core executables and man pages for vim (pkg:/editor/vim), and will generally only be installed independently on a minimized system."
 set name=info.classification \
--- a/components/vim/vim.p5m	Thu May 05 10:28:18 2011 -0700
+++ b/components/vim/vim.p5m	Wed May 04 17:20:18 2011 -0700
@@ -1579,5 +1579,5 @@
 
 license license license="VIM License"
 
-depend type=require fmri=editor/vim-core@$(IPS_COMPONENT_VERSION)
+depend type=require fmri=editor/vim/vim-core@$(IPS_COMPONENT_VERSION)
 depend type=optional fmri=editor/gvim@$(IPS_COMPONENT_VERSION)