unittest-cpp-1.3: wrong install directory
I just figured out that my Portfile for unittest-cpp does not install the include files as intended (to ${prefix}/include/unittest++, see #15532), but to ${prefix}/include/unittest-cpp.
For the sake of consistency with the Ubuntu package, I would like to correct this -- if changing the install location does not have any bad side effects (like e.g. leftover files).
Change History (4)
Owner: |
changed from macports-tickets@… to ryandesign@…
|
Port: |
unittest-cpp added
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Of course it does not cause any problems like leftover files. That's one of the main purposes of MacPorts -- to ensure things can be upgraded or uninstalled cleanly.
Whenever you change what files a port installs, you must increase the port's revision (unless you increase the port's version, in which case the revision must be dropped to zero).
I committed your change and the revision increment in r39854. Thanks!