Changes between Version 36 and Version 37 of CommittersTipsAndTricks


Ignore:
Timestamp:
Oct 27, 2010, 9:41:40 PM (13 years ago)
Author:
mkae (Marko Käning)
Comment:

unambiguous maintainer search

Legend:

Unmodified
Added
Removed
Modified
  • CommittersTipsAndTricks

    v36 v37  
    317317-o       honor state files older than Portfile
    318318}}}
     319
     320== Searching for ports of a specific maintainer ==
     321
     322It 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
     323{{{
     324port info --name --maintainer maintainer:'maintainer:(\s|^)HANDLE(\s|$)'
     325}}}
     326which will now find only those ports which HANDLE@macports.org maintains.