Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#16468 closed defect (fixed)

unittest-cpp-1.3: wrong install directory

Reported by: guidolorenz@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Low Milestone:
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 (1)

Portfile.diff (729 bytes) - added by guidolorenz@… 16 years ago.

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by guidolorenz@…

Attachment: Portfile.diff added

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: unittest-cpp added
Status: newassigned

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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!

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.