Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13950 closed defect (fixed)

misspelt filename in libsdl_gfx-framework Portfile

Reported by: tow@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description (last modified by jmpp@…)

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 ."
 }

Change History (5)

comment:1 Changed 16 years ago by tow@…

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)

comment:2 Changed 16 years ago by jmpp@…

Milestone: Port Bugs

comment:3 Changed 16 years ago by jmpp@…

Description: modified (diff)

comment:4 Changed 16 years ago by afb@…

Resolution: fixed
Status: newclosed

Fixed, r33005.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.