[133108] trunk/dports/multimedia/VLC/Portfile

mf2k at macports.org mf2k at macports.org
Fri Feb 20 08:30:13 PST 2015


Revision: 133108
          https://trac.macports.org/changeset/133108
Author:   mf2k at macports.org
Date:     2015-02-20 08:30:13 -0800 (Fri, 20 Feb 2015)
Log Message:
-----------
VLC: Try not to violate destroot. Fix maintainers.

Modified Paths:
--------------
    trunk/dports/multimedia/VLC/Portfile

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2015-02-20 14:00:55 UTC (rev 133107)
+++ trunk/dports/multimedia/VLC/Portfile	2015-02-20 16:30:13 UTC (rev 133108)
@@ -9,7 +9,7 @@
 revision            3
 categories          multimedia
 
-maintainers         gmail.com:rjvbertin nomaintainer
+maintainers         gmail.com:rjvbertin openmaintainer
 description         VLC is a cross-platform media player and streaming server
 long_description    VLC media player is a highly portable multimedia player for \
                     various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, \
@@ -512,12 +512,12 @@
             # the vlc executable needs to be started with a full path to the app bundle executable
             # or else the Mac OS X interface will hang beyond even a ^C or ^\ :
             file delete ${destroot}${prefix}/bin/vlc
-            set vlc [open "${filespath}/vlc" "w"]
+            set vlc [open "${workpath}/vlc" "w"]
             puts ${vlc} "#!/bin/sh"
             puts ${vlc} ""
             puts ${vlc} "exec ${applications_dir}/VLC.app/Contents/MacOS/VLC \"$@\""
             close ${vlc}
-            xinstall -m 755 ${filespath}/vlc ${destroot}${prefix}/bin
+            xinstall -m 755 ${workpath}/vlc ${destroot}${prefix}/bin
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150220/01aa7e6e/attachment.html>


More information about the macports-changes mailing list