[MacPorts] #13950: misspelt filename in libsdl_gfx-framework Portfile
#13950: misspelt filename in libsdl_gfx-framework Portfile -----------------------------+---------------------------------------------- Reporter: tow@uszla.me.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -----------------------------+---------------------------------------------- Diff as shown - the case of one letter in the filename was wrong, and as a result the unzip fails on a case-sensitive filesystem. post-extract { - system "cd ${worksrcpath} && pwd && unzip \"Other Builds/OSX-PB- Xcode.zip\"" + system "cd ${worksrcpath} && pwd && unzip \"Other Builds/OSX-PB- XCode.zip\"" system "cd ${worksrcpath} && \ tar -xzvf \"Other Builds/OSX-PB.tgz\"; mv PB/English.lproj ." } -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13950> MacPorts </projects/macports> Ports system for Mac OS
#13950: misspelt filename in libsdl_gfx-framework Portfile ------------------------------+--------------------------------------------- Reporter: tow@uszla.me.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------+--------------------------------------------- Comment (by tow@uszla.me.uk): Well, trac really doesn't like diffs does it. To make things clearer; OSX-PB-Xcode.zip should be changed to OSX-PB- XCode.zip (with a capital C) -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13950#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#13950: misspelt filename in libsdl_gfx-framework Portfile ------------------------------+--------------------------------------------- Reporter: tow@uszla.me.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------+--------------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13950#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#13950: misspelt filename in libsdl_gfx-framework Portfile ------------------------------+--------------------------------------------- Reporter: tow@uszla.me.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------+--------------------------------------------- Old description:
Diff as shown - the case of one letter in the filename was wrong, and as a result the unzip fails on a case-sensitive filesystem.
post-extract { - system "cd ${worksrcpath} && pwd && unzip \"Other Builds/OSX-PB- Xcode.zip\"" + system "cd ${worksrcpath} && pwd && unzip \"Other Builds/OSX-PB- XCode.zip\"" system "cd ${worksrcpath} && \ tar -xzvf \"Other Builds/OSX-PB.tgz\"; mv PB/English.lproj ." }
New description: Diff as shown - the case of one letter in the filename was wrong, and as a result the unzip fails on a case-sensitive filesystem. {{{ #!diff post-extract { - system "cd ${worksrcpath} && pwd && unzip \"Other Builds/OSX-PB- Xcode.zip\"" + system "cd ${worksrcpath} && pwd && unzip \"Other Builds/OSX-PB- XCode.zip\"" system "cd ${worksrcpath} && \ tar -xzvf \"Other Builds/OSX-PB.tgz\"; mv PB/English.lproj ." } }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13950#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#13950: misspelt filename in libsdl_gfx-framework Portfile ------------------------------+--------------------------------------------- Reporter: tow@uszla.me.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ------------------------------+--------------------------------------------- Changes (by afb@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed, r33005. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13950#comment:4> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts