Opened 15 years ago

Last modified 10 years ago

#22782 new defect

pseudoport search against the obfuscated email address maintainer field does not work — at Version 3

Reported by: scott@… Owned by: macports-tickets@…
Priority: Normal Milestone: MacPorts Future
Component: base Version: 1.8.1
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

After a discussion on the mailing list, and a search in trac, I am reporting the following:

Deobfuscation of email addresses does not happen, so the more obvious "maintainer:user@example.com" does not work

Works

$port livecheck maintainer:example.com:user

Fails

$port livecheck maintainer:user:example.com

Change History (3)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Component: portsbase

Do we really want to slow down mportsearch even more by making it run the deobfuscation on every maintainer field? Besides, it's arguably working correctly in that it matches against what's actually in the index. You're not matching the address exactly in any case, it's a regex.

comment:2 Changed 15 years ago by scott@…

I am not sure, I was only doing as was suggested, and will leave the rest up to you guys :)

http://old.nabble.com/port-livecheck-ts26618013.html#a26618013

The pseudoport matching all your ports is "maintainer:hostwizard.com:scott". (For some reason, the deobfuscation of email addresses does not happen here, so the more obvious "maintainer:scott@..." does not work; you must use the maintainer exactly as it appears in the portfile. A bug should probably be filed for that if we don't already have one.)

comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.