[36713] trunk/dports/x11/wine/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 12 22:13:01 PDT 2008


Revision: 36713
          http://trac.macosforge.org/projects/macports/changeset/36713
Author:   ryandesign at macports.org
Date:     2008-05-12 22:13:01 -0700 (Mon, 12 May 2008)

Log Message:
-----------
wine: update to 1.0-rc1. The port version is weird so that when 1.0 final is released, MacPorts will properly identify 1.0 as newer than the release candidates.

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2008-05-13 03:35:20 UTC (rev 36712)
+++ trunk/dports/x11/wine/Portfile	2008-05-13 05:13:01 UTC (rev 36713)
@@ -3,7 +3,9 @@
 PortSystem              1.0
 
 name                    wine
-version                 0.9.61
+set my_version          1.0-rc1
+version                 0.9.61.${my_version}
+distname                ${name}-${my_version}
 categories              x11
 maintainers             ryandesign jwa openmaintainer
 homepage                http://www.winehq.com/
@@ -23,9 +25,9 @@
     http://ibiblio.org/pub/linux/system/emulators/wine/
 
 checksums \
-    md5 d01518d529903dca013da592113bd995 \
-    sha1 d64ba532743cb2b9823808c5449eba1bc0cb4bb1 \
-    rmd160 9be15012be98672d557f503d8d8c82ec9946c777
+    md5 2aa76ed20a327aa10e3ef07301c733fa \
+    sha1 cff2cdf3971de24c35bfe27db1f5f7698d9a5333 \
+    rmd160 fe374d1318401e5f71807d8c5dbcce6b4bad8665
 
 depends_lib \
     lib:libX11.6:XFree86 \
@@ -65,5 +67,6 @@
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
 }
 
+livecheck.version       ${my_version}
 livecheck.check         sourceforge
 livecheck.regex         "<title>Source Packages (.*) released.*</title>"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080512/b515833d/attachment.html


More information about the macports-changes mailing list