#47633: p7zip: documentation directory name should not have version number in it ---------------------------+------------------------------- Reporter: ryandesign@… | Owner: stuartwesterman@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: p7zip | ---------------------------+------------------------------- Comment (by ryandesign@…): Replying to [comment:1 stuartwesterman@…]:
Okay, if I'm to understand this correctly:
I'll be changing this line in the Portfile:
{{{ DEST_SHARE_DOC=${prefix}/share/doc/${name}-${version} \ }}}
To:
{{{ DEST_SHARE_DOC=${prefix}/share/doc/${subport} \ }}}
That sounds right. Since that changes the files installed by the port, the revision or version would have to be increased in the same commit as well.
I might also consider updating the port to the 15.05 beta version. Any problems with this?
According to http://sourceforge.net/projects/p7zip/files/p7zip/, 9.38.1 is the latest version available, which is what we have in MacPorts. Usually, we want to use stable versions, not beta or development versions, unless there's some serious reason why the latest stable version is unsuitable. -- Ticket URL: <https://trac.macports.org/ticket/47633#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X