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

larryv at macports.org larryv at macports.org
Fri Aug 23 08:01:47 PDT 2013


Revision: 109991
          https://trac.macports.org/changeset/109991
Author:   larryv at macports.org
Date:     2013-08-23 08:01:47 -0700 (Fri, 23 Aug 2013)
Log Message:
-----------
Remove redundant matches that are already covered by "commands".

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-23 14:53:37 UTC (rev 109990)
+++ branches/larryv-mpvim-rewrite/syntax/portfile.vim	2013-08-23 15:01:47 UTC (rev 109991)
@@ -61,7 +61,7 @@
             \ 'dist_subdir',
             \ 'use_\%(7z\|bzip2\|dmg\|lzma\|xz\|zip\)',
             \ 'extract\.suffix',
-            \ 'fetch\.\%(ignore_sslcert\|password\|type\|use_epsv\|user\)',
+            \ 'fetch\.\%(ignore_sslcert\|password\|use_epsv\|user\)',
             \ 'bzr\.\%(revision\|url\)',
             \ 'cvs\.\%(date\|method\|module\|password\|root\|tag\)',
             \ 'git\.\%(branch\|cmd\|url\)',
@@ -98,7 +98,7 @@
 " Build phase options (from port1.0/portbuild.tcl)
 call extend(s:portfile_commands, ['build'])
 call extend(s:portfile_options, [
-            \ 'build\.\%(asroot\|jobs\|target\|type\)',
+            \ 'build\.\%(asroot\|jobs\|target\)',
             \ 'use_parallel_build',
             \])
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130823/98e0da68/attachment.html>


More information about the macports-changes mailing list