# HG changeset patch # User Danek Duvall # Date 1425338779 28800 # Node ID 9ac96ba60329478c5d50f44c8da9d573b59eeb5a # Parent 2f2a1e2da621d4587d2d55571ccb972b7c4960a9 20632831 vim 7.4 needs TPNO information diff -r 2f2a1e2da621 -r 9ac96ba60329 components/vim/Makefile --- a/components/vim/Makefile Mon Mar 02 18:40:14 2015 -0800 +++ b/components/vim/Makefile Mon Mar 02 15:26:19 2015 -0800 @@ -40,6 +40,8 @@ COMPONENT_BUGDB= utility/vim +TPNO= 21780 + include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk include $(WS_MAKE_RULES)/ips.mk diff -r 2f2a1e2da621 -r 9ac96ba60329 components/vim/gvim.p5m --- a/components/vim/gvim.p5m Mon Mar 02 18:40:14 2015 -0800 +++ b/components/vim/gvim.p5m Mon Mar 02 15:26:19 2015 -0800 @@ -29,6 +29,7 @@ set name=pkg.description \ value="GVim is the graphical interface to vim, found in editor/vim." set name=com.oracle.info.description value="the Vi IMproved text editor (GUI)" +set name=com.oracle.info.tpno value=$(TPNO) set name=info.classification \ value=org.opensolaris.category.2008:Development/Editors \ value="org.opensolaris.category.2008:System/Text Tools" diff -r 2f2a1e2da621 -r 9ac96ba60329 components/vim/vim-core.p5m --- a/components/vim/vim-core.p5m Mon Mar 02 18:40:14 2015 -0800 +++ b/components/vim/vim-core.p5m Mon Mar 02 15:26:19 2015 -0800 @@ -30,6 +30,7 @@ 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=com.oracle.info.description value="the Vi IMproved text editor" +set name=com.oracle.info.tpno value=$(TPNO) set name=info.classification \ value=org.opensolaris.category.2008:Development/Editors \ value="org.opensolaris.category.2008:System/Text Tools" diff -r 2f2a1e2da621 -r 9ac96ba60329 components/vim/vim.p5m --- a/components/vim/vim.p5m Mon Mar 02 18:40:14 2015 -0800 +++ b/components/vim/vim.p5m Mon Mar 02 15:26:19 2015 -0800 @@ -30,6 +30,7 @@ set name=pkg.description \ value="Vim is a clone of the Unix editor 'vi'. It is a modal text editor with support for syntax highlighting, context-sensitive indentation, and extension scripting in numerous languages." set name=com.oracle.info.description value="the Vi IMproved text editor" +set name=com.oracle.info.tpno value=$(TPNO) set name=info.classification \ value=org.opensolaris.category.2008:Development/Editors \ value="org.opensolaris.category.2008:System/Text Tools"