[43059] trunk/dports/sysutils/MacPorts

blb at macports.org blb at macports.org
Wed Dec 3 17:29:33 PST 2008


Revision: 43059
          http://trac.macports.org/changeset/43059
Author:   blb at macports.org
Date:     2008-12-03 17:29:32 -0800 (Wed, 03 Dec 2008)
Log Message:
-----------
sysutils/MacPorts - pull the DMG resources from the tarball itself instead
of using svn:externals to link files/ to the svn tag for the release

Modified Paths:
--------------
    trunk/dports/sysutils/MacPorts/Portfile

Property Changed:
----------------
    trunk/dports/sysutils/MacPorts/


Property changes on: trunk/dports/sysutils/MacPorts
___________________________________________________________________
Deleted: svn:externals
   - files http://svn.macports.org/repository/macports/tags/release_1_6_0/base/portmgr/dmg


Modified: trunk/dports/sysutils/MacPorts/Portfile
===================================================================
--- trunk/dports/sysutils/MacPorts/Portfile	2008-12-04 01:22:04 UTC (rev 43058)
+++ trunk/dports/sysutils/MacPorts/Portfile	2008-12-04 01:29:32 UTC (rev 43059)
@@ -41,10 +41,10 @@
     } else {
         set resources ${workpath}/${name}-${version}.pkg/Contents/Resources
     }
-    file copy -force -- ${filespath}/ReadMe.rtf ${resources}
-    file copy -force -- ${filespath}/License.html ${resources}
-    file copy -force -- ${filespath}/preflight ${resources}
-    file copy -force -- ${filespath}/postflight ${resources}
+    file copy -force -- ${worksrcpath}/portmgr/dmg/ReadMe.rtf ${resources}
+    file copy -force -- ${worksrcpath}/portmgr/dmg/License.html ${resources}
+    file copy -force -- ${worksrcpath}/portmgr/dmg/preflight ${resources}
+    file copy -force -- ${worksrcpath}/portmgr/dmg/postflight ${resources}
 }
 
 platform darwin 7 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081203/bc19fae5/attachment.html>


More information about the macports-changes mailing list