[150504] trunk/dports/devel/buildbot-slave/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jul 20 10:33:13 PDT 2016


Revision: 150504
          https://trac.macports.org/changeset/150504
Author:   ryandesign at macports.org
Date:     2016-07-20 10:33:12 -0700 (Wed, 20 Jul 2016)
Log Message:
-----------
buildbot-slave: copy file in pre-extract instead of post-extract to work around a MacPorts base bug (#50918)

Modified Paths:
--------------
    trunk/dports/devel/buildbot-slave/Portfile

Modified: trunk/dports/devel/buildbot-slave/Portfile
===================================================================
--- trunk/dports/devel/buildbot-slave/Portfile	2016-07-20 16:53:47 UTC (rev 150503)
+++ trunk/dports/devel/buildbot-slave/Portfile	2016-07-20 17:33:12 UTC (rev 150504)
@@ -41,7 +41,7 @@
 # Add a user that can be used to run the buildbot slave
 add_users               buildbot group=buildbot
 
-post-extract {
+pre-extract {
     file mkdir ${worksrcpath}/macports
     copy ${filespath}/${plistfile} ${worksrcpath}/macports/${plistfile}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160720/ceb0282b/attachment.html>


More information about the macports-changes mailing list