diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-27 04:45:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-27 04:45:06 +0800 |
commit | 50e8bdc220b2ea8c99325222f688b6f03f76a208 (patch) | |
tree | 0578f29be5a9a46554fa91655a9e0d4a7c03484a /www/webkit-gtk3/Makefile | |
parent | c49a8c8cd9cd2159622708a63dcc704957a22c9a (diff) | |
download | marcuscom-ports-50e8bdc220b2ea8c99325222f688b6f03f76a208.tar marcuscom-ports-50e8bdc220b2ea8c99325222f688b6f03f76a208.tar.gz marcuscom-ports-50e8bdc220b2ea8c99325222f688b6f03f76a208.tar.bz2 marcuscom-ports-50e8bdc220b2ea8c99325222f688b6f03f76a208.tar.lz marcuscom-ports-50e8bdc220b2ea8c99325222f688b6f03f76a208.tar.xz marcuscom-ports-50e8bdc220b2ea8c99325222f688b6f03f76a208.tar.zst marcuscom-ports-50e8bdc220b2ea8c99325222f688b6f03f76a208.zip |
Update to 2.4.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19835 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk3/Makefile')
-rw-r--r-- | www/webkit-gtk3/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index fdc64d29d..a77fad5cc 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -3,8 +3,7 @@ # $MCom$ PORTNAME= webkit -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.4.5 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk3 @@ -126,12 +125,8 @@ CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp - @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \ + @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' - @${REINPLACE_CMD} -e 's|"gperf|"${LOCALBASE}/bin/gperf|g' \ - ${WRKSRC}/Source/WebCore/css/makevalues.pl \ - ${WRKSRC}/Source/WebCore/css/makeprop.pl \ - ${WRKSRC}/Source/WebCore/make-hash-tools.pl post-install: ${INSTALL_PROGRAM} ${WRKSRC}/Programs/GtkLauncher \ |