[MacPorts] #47633: p7zip: documentation directory name should not have version number in it
#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: Keywords: | Port: p7zip --------------------------+------------------------------- p7zip installs into a versioned documentation directory. This was done briefly in some MacPorts ports many years ago, but is no longer recommended. The documentation directory name should just be ${prefix}/share/doc/${subport}/. -- Ticket URL: <https://trac.macports.org/ticket/47633> MacPorts <https://www.macports.org/> Ports system for OS X
#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 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} \ I might also consider updating the port to the 15.05 beta version. Any problems with this? -- Ticket URL: <https://trac.macports.org/ticket/47633#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#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
#47633: p7zip: documentation directory name should not have version number in it ---------------------------+------------------------------- Reporter: ryandesign@… | Owner: stuartwesterman@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: p7zip | ---------------------------+------------------------------- Changes (by khindenburg@…): * status: new => closed * resolution: => fixed Comment: done r143900 -- Ticket URL: <https://trac.macports.org/ticket/47633#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts