[44277] trunk/dports/x11/winetricks

ryandesign at macports.org ryandesign at macports.org
Wed Dec 24 13:04:56 PST 2008


Revision: 44277
          http://trac.macports.org/changeset/44277
Author:   ryandesign at macports.org
Date:     2008-12-24 13:04:55 -0800 (Wed, 24 Dec 2008)
Log Message:
-----------
winetricks: update to 20081223

Modified Paths:
--------------
    trunk/dports/x11/winetricks/Portfile
    trunk/dports/x11/winetricks/files/patch-x11prefix.diff

Modified: trunk/dports/x11/winetricks/Portfile
===================================================================
--- trunk/dports/x11/winetricks/Portfile	2008-12-24 20:55:09 UTC (rev 44276)
+++ trunk/dports/x11/winetricks/Portfile	2008-12-24 21:04:55 UTC (rev 44277)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    winetricks
-version                 20081217
+version                 20081223
 categories              x11
 maintainers             ryandesign
 homepage                http://www.kegel.com/wine/
@@ -29,9 +29,9 @@
     ${homepage}
 
 checksums \
-    md5     98eb87253e61b6a246824d5e13a03643 \
-    sha1    cbdeb1bb1b03e9bd7b940cea069d0482e41561bc \
-    rmd160  424f2461919d241df2b1f54ce6c93f15ba999870
+    md5     01fc6c2b69c5e38a92ef2fe6f4847eb8 \
+    sha1    d5d7fdb9a863980d3c9bbc8b7fd367bb8a9600ed \
+    rmd160  920960a567572b11409ab4ccaa64f53f5422fa67
 
 patchfiles \
     patch-x11prefix.diff

Modified: trunk/dports/x11/winetricks/files/patch-x11prefix.diff
===================================================================
--- trunk/dports/x11/winetricks/files/patch-x11prefix.diff	2008-12-24 20:55:09 UTC (rev 44276)
+++ trunk/dports/x11/winetricks/files/patch-x11prefix.diff	2008-12-24 21:04:55 UTC (rev 44277)
@@ -1,6 +1,6 @@
---- winetricks	2008-05-04 19:51:33.000000000 -0500
-+++ winetricks	2008-05-04 19:56:27.000000000 -0500
-@@ -29,7 +29,7 @@
+--- winetricks.orig	2008-12-24 15:01:20.000000000 -0600
++++ winetricks	2008-12-24 15:03:39.000000000 -0600
+@@ -41,7 +41,7 @@
    echo "$@"
  
    case x"$GUI" in
@@ -9,12 +9,12 @@
    *) ;;
    esac
  
-@@ -196,7 +196,7 @@
+@@ -208,7 +208,7 @@
          shift
      done
-     (echo "$title"; echo ""; echo "$text") > /tmp/x_showmenu.txt 
--    xmessage -print -file /tmp/x_showmenu.txt -buttons "Cancel,$args" | sed 's/Cancel//'
-+    @X11PREFIX@/bin/xmessage -print -file /tmp/x_showmenu.txt -buttons "Cancel,$args" | sed 's/Cancel//'
+     (echo "$title"; echo ""; echo "$text") | \
+-    xmessage -print -file - -buttons "Cancel,$args" | sed 's/Cancel//'
++    @X11PREFIX@/bin/xmessage -print -file - -buttons "Cancel,$args" | sed 's/Cancel//'
  }
  
  showmenu()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081224/fe79b176/attachment.html>


More information about the macports-changes mailing list