#28840: gimp-app extraction failure on case-sensitive file systems --------------------------------+------------------------------------------- Reporter: carsomyr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: haspatch | Port: gimp-app --------------------------------+------------------------------------------- The extract step for gimp-app attempts to delete {{{ ${gimpapp}/Contents/Resources/script }}} where the variable "gimpapp" is defined as {{{ set gimpapp ${workpath}/GIMPskel/Gimp.app }}} The actual case-sensitive path is {{{ ${workpath}/GIMPskel/GIMP.app }}} which causes the problem to be masked on case-insensitive file systems. Please find attached the Portfile patch. -- Ticket URL: <https://trac.macports.org/ticket/28840> MacPorts <http://www.macports.org/> Ports system for Mac OS