[72143] trunk/dports/devel/activewire/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Oct 4 19:29:49 PDT 2010


Revision: 72143
          http://trac.macports.org/changeset/72143
Author:   ryandesign at macports.org
Date:     2010-10-04 19:29:47 -0700 (Mon, 04 Oct 2010)
Log Message:
-----------
activewire: use "use_dmg yes" instead of reimplementing it

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

Modified: trunk/dports/devel/activewire/Portfile
===================================================================
--- trunk/dports/devel/activewire/Portfile	2010-10-05 02:27:13 UTC (rev 72142)
+++ trunk/dports/devel/activewire/Portfile	2010-10-05 02:29:47 UTC (rev 72143)
@@ -19,14 +19,13 @@
 master_sites        sourceforge:activewire-osx
 
 distname            aw_${version}
-extract.suffix      .dmg
 
 checksums           md5     857800a7187ebf29281438b231100c5e \
                     sha1    6ea56df40235f28d63bc8fd1bb371cf69a5d7622 \
                     rmd160  11740b6f835a2ebfbaea14f12dcec921a8a9a03b
 
 worksrcdir          ${distname}/Source/
-use_bzip2           no
+use_dmg             yes
 xcode.configuration Default
 default_variants    +doc \
                     +dev
@@ -40,19 +39,6 @@
 
 # variant realbasic description {Installs the realbasic plugin} {}
 
-extract {
-  file mkdir /tmp/${distname}
-  system "hdiutil attach ${distpath}/${distname}.dmg -private -nobrowse -mountpoint /tmp/${distname}"
-  
-  file mkdir ${workpath}/${distname}
-  file copy /tmp/${distname}/Documentation ${workpath}/${distname}
-  file copy /tmp/${distname}/Examples ${workpath}/${distname}
-  file copy /tmp/${distname}/Source ${workpath}/${distname}
-  file copy /tmp/${distname}/LICENSE.txt ${workpath}/${distname}
-  
-  system "hdiutil detach /tmp/${distname}"
-}
-
 pre-configure {  
   foreach {i} {libaw awdriver awconfig} {
     reinplace "s|/usr/local|${prefix}|g" "${worksrcpath}/$i/$i.xcodeproj/project.pbxproj"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101004/d3e29c88/attachment.html>


More information about the macports-changes mailing list