[42487] trunk/dports/x11/wine-devel
ryandesign at macports.org
ryandesign at macports.org
Fri Nov 21 21:16:12 PST 2008
Revision: 42487
http://trac.macports.org/changeset/42487
Author: ryandesign at macports.org
Date: 2008-11-21 21:16:11 -0800 (Fri, 21 Nov 2008)
Log Message:
-----------
wine-devel: update to 1.1.9 (bison 2.4 patch has been integrated upstream)
Modified Paths:
--------------
trunk/dports/x11/wine-devel/Portfile
Removed Paths:
-------------
trunk/dports/x11/wine-devel/files/patch-parser.y.diff
Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile 2008-11-22 03:51:48 UTC (rev 42486)
+++ trunk/dports/x11/wine-devel/Portfile 2008-11-22 05:16:11 UTC (rev 42487)
@@ -4,8 +4,7 @@
name wine-devel
set my_name wine
-version 1.1.8
-revision 1
+version 1.1.9
categories x11
maintainers ryandesign jwa openmaintainer
homepage http://www.winehq.com/
@@ -27,9 +26,9 @@
http://ibiblio.org/pub/linux/system/emulators/wine/
checksums \
- md5 3a65ee3448b80519d1aa606d3bba92be \
- sha1 a01bea15352e4c9026109f8ba0cfe66e7167c3d6 \
- rmd160 13501a94f3eeeb8e75be25e4dc5c178414d473c3
+ md5 c3975c66640c1efaf2717ffa2260b6c7 \
+ sha1 a9d5938b76198d244f0950e843dd4347661f4e74 \
+ rmd160 3a366c6b5c8f07d61d67b278000bbe0131fa7d99
depends_lib \
lib:libX11.6:XFree86 \
@@ -49,9 +48,6 @@
depends_build \
port:pkgconfig
-patchfiles \
- patch-parser.y.diff
-
configure.ldflags-append \
-framework CoreServices \
-lz
Deleted: trunk/dports/x11/wine-devel/files/patch-parser.y.diff
===================================================================
--- trunk/dports/x11/wine-devel/files/patch-parser.y.diff 2008-11-22 03:51:48 UTC (rev 42486)
+++ trunk/dports/x11/wine-devel/files/patch-parser.y.diff 2008-11-22 05:16:11 UTC (rev 42487)
@@ -1,11 +0,0 @@
---- dlls/jscript/parser.y 2008-11-07 10:09:33.000000000 -0600
-+++ dlls/jscript/parser.y 2008-11-08 13:23:38.000000000 -0600
-@@ -317,7 +317,7 @@
- /* ECMA-262 3rd Edition 12.1 */
- Block
- : '{' StatementList '}' { $$ = new_block_statement(ctx, $2); }
-- | '{' '}' { $$ = new_block_statement(ctx, NULL) }
-+ | '{' '}' { $$ = new_block_statement(ctx, NULL); }
-
- /* ECMA-262 3rd Edition 12.2 */
- VariableStatement
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081121/fa8dd3f2/attachment.html>
More information about the macports-changes
mailing list