[28154] trunk/dports/devel/poedit/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 22 17:27:30 PDT 2007


Revision: 28154
          http://trac.macosforge.org/projects/macports/changeset/28154
Author:   ryandesign at macports.org
Date:     2007-08-22 17:27:29 -0700 (Wed, 22 Aug 2007)

Log Message:
-----------
poedit: correct the case of the app name in the worksrcpath, to support case-sensitive filesystems.

Modified Paths:
--------------
    trunk/dports/devel/poedit/Portfile

Modified: trunk/dports/devel/poedit/Portfile
===================================================================
--- trunk/dports/devel/poedit/Portfile	2007-08-23 00:11:50 UTC (rev 28153)
+++ trunk/dports/devel/poedit/Portfile	2007-08-23 00:27:29 UTC (rev 28154)
@@ -45,17 +45,17 @@
 }
 
 destroot {
-    # the gettext binaries are copied into poEdit.app during build, 
+    # the gettext binaries are copied into poedit.app during build, 
     # but we rather delete and symlink them to get updates to gettext automatically {
     foreach extra { msgfmt msgmerge msgunfmt xgettext } {
-        file delete ${worksrcpath}/src/poEdit.app/Contents/MacOS/${extra}
-        ln -s ${prefix}/bin/${extra} ${worksrcpath}/src/poEdit.app/Contents/MacOS/${extra}
+        file delete ${worksrcpath}/src/poedit.app/Contents/MacOS/${extra}
+        ln -s ${prefix}/bin/${extra} ${worksrcpath}/src/poedit.app/Contents/MacOS/${extra}
     }
-    file delete ${worksrcpath}/src/poEdit.app/Contents/MacOS/gnu_gettext.COPYING
+    file delete ${worksrcpath}/src/poedit.app/Contents/MacOS/gnu_gettext.COPYING
     # }
 
     set appPath "/Applications/MacPorts/"
     xinstall -d -m 755 ${destroot}${appPath}
-    file copy ${worksrcpath}/src/poEdit.app ${destroot}${appPath}poEdit.app
+    file copy ${worksrcpath}/src/poedit.app ${destroot}${appPath}poEdit.app
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070822/1c0eb931/attachment.html


More information about the macports-changes mailing list