Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #16468 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

unittest-cpp-1.3: wrong install directory

Reported by: guidolorenz@… Owned by: ryandesign@…
Priority: Low Milestone: Port Bugs
Component: ports Version: 1.6.0
Keywords: unittest++ Cc: jmr
Port: unittest-cpp

Description

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).

Attachments

Portfile.diff (0.7 KB) - added by guidolorenz@… 3 months ago.

Change History

Changed 3 months ago by guidolorenz@…

Changed 3 months ago by ryandesign@…

  • owner changed from macports-tickets@… to ryandesign@…
  • status changed from new to assigned
  • port set to unittest-cpp

Changed 3 months ago by ryandesign@…

  • status changed from assigned to closed
  • resolution set to fixed

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!

Note: See TracTickets for help on using tickets.