[63027] trunk/dports/x11/wine-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 23 15:26:20 PST 2010


Revision: 63027
          http://trac.macports.org/changeset/63027
Author:   ryandesign at macports.org
Date:     2010-01-23 15:26:18 -0800 (Sat, 23 Jan 2010)
Log Message:
-----------
wine-devel: update to 1.1.37, add doc files, presence of /usr/local/include/dispatch/dispatch.h will no longer cause a problem (#22342)

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2010-01-23 21:02:33 UTC (rev 63026)
+++ trunk/dports/x11/wine-devel/Portfile	2010-01-23 23:26:18 UTC (rev 63027)
@@ -6,7 +6,7 @@
 name                    wine-devel
 conflicts               wine wine-crossover-games
 set my_name             wine
-version                 1.1.36
+version                 1.1.37
 license                 LGPL-2.1+
 categories              x11
 maintainers             ryandesign jwa openmaintainer
@@ -30,9 +30,9 @@
     http://ibiblio.org/pub/linux/system/emulators/wine/
 
 checksums \
-    md5     2afa7846175c7c2ce4c7482aa1d82f0f \
-    sha1    eab5a09ae4e0d89d17e85143e27e1b5458aff5e4 \
-    rmd160  c036bd4d870ea32f62c82e536aed5166486327b5
+    md5     a9144360723c8276dffdbcea9c1028d5 \
+    sha1    8a321069f2a0c56d9afc4244830de5fce91cadad \
+    rmd160  f45553f1e87d40b1ecf0e4644dd45b5340d746ba
 
 depends_lib \
     port:expat \
@@ -104,7 +104,7 @@
 }
 
 pre-configure {
-    foreach badfile {/usr/local/include/dispatch/dispatch.h /Library/Frameworks/OpenAL.framework} {
+    foreach badfile {/Library/Frameworks/OpenAL.framework} {
         if {[file exists ${badfile}]} {
             ui_error "You have a copy of [file tail ${badfile}] in [file dirname ${badfile}] that will prevent"
             ui_error "${name} from building properly. Please remove it before trying again."
@@ -118,6 +118,15 @@
     file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/libexec/wine/wine
     xinstall ${filespath}/wine.in ${destroot}${prefix}/bin/wine
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
+    
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        ANNOUNCE \
+        AUTHORS \
+        COPYING.LIB \
+        LICENSE \
+        README \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100123/cde7a7e0/attachment.html>


More information about the macports-changes mailing list