Changes between Version 37 and Version 38 of CommittersTipsAndTricks


Ignore:
Timestamp:
Oct 27, 2010, 9:47:46 PM (13 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommittersTipsAndTricks

    v37 v38  
    322322It can happen that port maintainer search queries with "port info" deliver ambiguous results. In case you need to make sure that only a specific maintainer handle is found use this
    323323{{{
    324 port info --name --maintainer maintainer:'maintainer:(\s|^)HANDLE(\s|$)'
     324port info --name --maintainer 'maintainer:(\s|^)HANDLE(\s|$)'
    325325}}}
    326326which will now find only those ports which HANDLE@macports.org maintains.