[109916] branches/larryv-mpvim-rewrite/syntax/portfile.vim

larryv at macports.org larryv at macports.org
Wed Aug 21 20:58:08 PDT 2013


Revision: 109916
          https://trac.macports.org/changeset/109916
Author:   larryv at macports.org
Date:     2013-08-21 20:58:08 -0700 (Wed, 21 Aug 2013)
Log Message:
-----------
Remove forgotten duplicate keywords/matches.

Modified Paths:
--------------
    branches/larryv-mpvim-rewrite/syntax/portfile.vim

Modified: branches/larryv-mpvim-rewrite/syntax/portfile.vim
===================================================================
--- branches/larryv-mpvim-rewrite/syntax/portfile.vim	2013-08-22 03:54:48 UTC (rev 109915)
+++ branches/larryv-mpvim-rewrite/syntax/portfile.vim	2013-08-22 03:58:08 UTC (rev 109916)
@@ -41,8 +41,7 @@
 syn keyword PortfileOptional    license conflicts license_noconflict
 syn keyword PortfileOptional    replaced_by supported_archs
 
-syn match PortfileOptional      "\<distfiles\%(-append\|-delete\)\?\>"
-syn keyword PortfileOptional    distname dist_subdir worksrcdir
+syn keyword PortfileOptional    distname worksrcdir
 
 syn keyword PortfileOptional    installs_libs nextgroup=PortfileYesNo skipwhite
 syn match PortfileOptional      "\<depends_skip_archcheck\%(-append\|-delete\)\?\>"
@@ -72,7 +71,6 @@
 
 " Patch phase options
 syn match PortfilePhasesPatch   "\<patch\.\%(dir\|cmd\|\%(pre_\|post_\)\?args\%(-append\|-delete\)\?\)\>"
-syn match PortfilePhasesPatch   "\<patchfiles\%(-append\|-delete\)\?\>"
 
 " Configure phase options
 syn keyword PortfilePhasesConf  use_configure nextgroup=PortfileYesNo skipwhite
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130821/9f860522/attachment.html>


More information about the macports-changes mailing list