[71475] trunk/dports/www/webkit-gtk/Portfile
devans at macports.org
devans at macports.org
Mon Sep 13 23:45:22 PDT 2010
Revision: 71475
http://trac.macports.org/changeset/71475
Author: devans at macports.org
Date: 2010-09-13 23:45:20 -0700 (Mon, 13 Sep 2010)
Log Message:
-----------
webkit-gtk:
* update to version 1.2.4, closes #26467.
* fix livecheck to track stable releases only.
Modified Paths:
--------------
trunk/dports/www/webkit-gtk/Portfile
Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile 2010-09-14 06:41:51 UTC (rev 71474)
+++ trunk/dports/www/webkit-gtk/Portfile 2010-09-14 06:45:20 UTC (rev 71475)
@@ -5,8 +5,7 @@
name webkit-gtk
epoch 1
-version 1.2.3
-revision 1
+version 1.2.4
description Apple's WebKit HTML rendering library for GTK+
long_description ${description}
maintainers gmail.com:myschizobuddy devans
@@ -17,9 +16,9 @@
distname webkit-${version}
-checksums md5 0ab5c478a6f5b74a1ae96bf13a456662 \
- sha1 88c38ebeba187a062272b2aa8ca2bbd0bbb86306 \
- rmd160 41fa194de2865867dbf7d1156d0962a7580f2275
+checksums md5 dc3a92dd0e8c2e70263fbfdf809b51a5 \
+ sha1 e4e31e6d5025d8c8d7ac81fe6d7c947918ce4790 \
+ rmd160 787997f6235911675726d903ff3b9549fb615fe5
patchfiles patch-WebKitTools-DumpRenderTree-gtk-TestNetscapePlugin-TestNetscapePlugin.cpp.diff \
TextBreakIterator.diff\
@@ -43,7 +42,8 @@
# TODO: Use muniversal, so this is detected per arch
configure.args \
- --enable-jit=no
+ --enable-jit=no \
+ --disable-introspection
post-patch {
reinplace "s|-licucore|-licui18n -licuuc|" ${worksrcpath}/configure
@@ -106,4 +106,4 @@
livecheck.type regex
livecheck.url http://webkitgtk.org/?page=download
-livecheck.regex "webkit-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.regex webkit-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100913/5068bfb4/attachment.html>
More information about the macports-changes
mailing list