[37056] trunk/dports/x11/winetricks

ryandesign at macports.org ryandesign at macports.org
Sat May 24 19:35:45 PDT 2008


Revision: 37056
          http://trac.macosforge.org/projects/macports/changeset/37056
Author:   ryandesign at macports.org
Date:     2008-05-24 19:35:44 -0700 (Sat, 24 May 2008)

Log Message:
-----------
winetricks: upgrade to 20080523

 * improve selection of sourceforge mirror
 * improve fonts directory handling
 * fix detection of sha1sum/openssl and wget/curl on Mac OS X (making our local patch unnecessary)

Modified Paths:
--------------
    trunk/dports/x11/winetricks/Portfile

Removed Paths:
-------------
    trunk/dports/x11/winetricks/files/patch-curl-openssl.diff

Modified: trunk/dports/x11/winetricks/Portfile
===================================================================
--- trunk/dports/x11/winetricks/Portfile	2008-05-25 01:33:32 UTC (rev 37055)
+++ trunk/dports/x11/winetricks/Portfile	2008-05-25 02:35:44 UTC (rev 37056)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    winetricks
-version                 20080522
+version                 20080523
 categories              x11
 maintainers             ryandesign
 homepage                http://www.kegel.com/wine/
@@ -25,12 +25,11 @@
     redistributable runtime libraries or fonts.
 
 checksums \
-    md5 a721a9b80e76388392e6e13b11765244 \
-    sha1 355f2e4cb683613ec0920850c7ad6815526f5755 \
-    rmd160 6398db3c15deb92c6f0d1bf9d32cdb04d7e9eb4f
+    md5 5d4cb7c6b2811a5b3d59baf2b96ac3a6 \
+    sha1 b7490f2a93971a9e80f9c710c47bbebe84d14e5e \
+    rmd160 c212d46114254a3df6bee3132f9fab695bd9d072
 
 patchfiles \
-    patch-curl-openssl.diff \
     patch-x11prefix.diff
 
 depends_run \

Deleted: trunk/dports/x11/winetricks/files/patch-curl-openssl.diff
===================================================================
--- trunk/dports/x11/winetricks/files/patch-curl-openssl.diff	2008-05-25 01:33:32 UTC (rev 37055)
+++ trunk/dports/x11/winetricks/files/patch-curl-openssl.diff	2008-05-25 02:35:44 UTC (rev 37056)
@@ -1,20 +0,0 @@
---- winetricks	2008-05-04 22:24:03.000000000 -0500
-+++ winetricks	2008-05-04 22:25:57.000000000 -0500
-@@ -239,7 +239,7 @@
- programfilesdir_unix=`$WINE winepath -u "$programfilesdir_win"`
- 
- # Mac folks tend to not have sha1sum, but we can make do with openssl
--if which sha1sum > /dev/null
-+if [ -x "`which sha1sum`" ]
- then
-    SHA1SUM="sha1sum"
- else
-@@ -297,7 +297,7 @@
-     then
-         cd "$cache"
-         # Mac folks tend to have curl rather than wget
--        if which wget > /dev/null
-+        if [ -x "`which wget`" ]
-         then
-            # Use -nd to insulate ourselves from people who set -x in WGETRC
-            # [*] --retry-connrefused works around the broken sf.net mirroring

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080524/5406b2ed/attachment.htm 


More information about the macports-changes mailing list