[146484] trunk/dports/audio/audacity/Portfile

devans at macports.org devans at macports.org
Wed Mar 9 09:58:57 PST 2016


Revision: 146484
          https://trac.macports.org/changeset/146484
Author:   devans at macports.org
Date:     2016-03-09 09:58:57 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
audacity: maintainer update to fix en localization issue, increment revision (#50724).

Modified Paths:
--------------
    trunk/dports/audio/audacity/Portfile

Modified: trunk/dports/audio/audacity/Portfile
===================================================================
--- trunk/dports/audio/audacity/Portfile	2016-03-09 16:49:29 UTC (rev 146483)
+++ trunk/dports/audio/audacity/Portfile	2016-03-09 17:58:57 UTC (rev 146484)
@@ -9,6 +9,7 @@
 PortGroup           github 1.0
 github.setup        audacity audacity 2.1.2 Audacity-
 github.tarball_from releases
+revision            1
 master_sites        https://github.com/audacity/audacity/archive/
 distname            Audacity-${version}
 checksums           rmd160  4e0c508b8edd24935a235c0b1a636c4ef1ae59a9 \
@@ -155,9 +156,13 @@
                     CPPFLAGS=-I${prefix}/include \
                     WX_CONFIG=${wxWidgets.wxconfig}
 
+set aud_app_path    ${applications_dir}/Audacity.app
+# the following causes an empty directory to be created and preserved at installation
+# to allow the default en language localization to function properly (#50724)
+destroot.keepdirs   ${destroot}${aud_app_path}/Contents/Resources/en.lproj
+
 post-destroot {
     # create the app bundle infrastructure
-    set aud_app_path ${applications_dir}/Audacity.app
     xinstall -m 755 -d ${destroot}${aud_app_path}/Contents/MacOS
     xinstall -m 755 -d ${destroot}${aud_app_path}/Contents/Resources
     # the BundleExec:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160309/30355013/attachment.html>


More information about the macports-changes mailing list