diff options
author | snj <snj@pkgsrc.org> | 2009-05-13 18:41:31 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-05-13 18:41:31 +0000 |
commit | 5bb8226c5da5b37b0c61fb8dd68b7909c6f24d2e (patch) | |
tree | 65041fabd2b10083568b50d53872d0b760f18ad6 /www/midori/Makefile | |
parent | a8596773cb07cda6f69fba33421081d67530f0de (diff) | |
download | pkgsrc-5bb8226c5da5b37b0c61fb8dd68b7909c6f24d2e.tar.gz |
Update to 0.1.6.
Changes:
+ Add Delete All to transferbar
+ Show search in context menu
+ Implement 'Default' search engine
+ Show only icons in Statusbar Features
+ Implement Clear private data
+ Support News Feed icon and external aggregator
+ Fix reloading of Not found pages
+ Fixup spaces when middle click opening
+ Fix possibly wrong identificaton string
+ Optionally search engines in completion
+ Optionally Gtk 2.16 entry progress and icon
+ Experimental panel detaching
+ Support external download manager again
+ Implement '-a', '--app' argument
+ Implement '-c', '--config' argument
+ Fix a bookmark saving issue
+ Support data: URIs in the address entry
+ Several performance and memory leak fixes
+ Load cookies idle to accelerate startup
+ Support mailto: links
+ Save tab reordering in the session
+ Add a Cookie Manager extension
+ Fix crashers in Colourful Tabs
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r-- | www/midori/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 476eb49a11d..99829c6ed6f 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2009/03/25 22:37:15 he Exp $ +# $NetBSD: Makefile,v 1.9 2009/05/13 18:41:31 snj Exp $ -DISTNAME= midori-0.1.5 -PKGREVISION= 1 +DISTNAME= midori-0.1.6 CATEGORIES= www MASTER_SITES= http://goodies.xfce.org/releases/midori/ @@ -40,14 +39,16 @@ SUBST_STAGE.marshal= pre-configure SUBST_MESSAGE.marshal= Gross hack (part one) in progress SUBST_FILES.marshal= midori/midori-locationaction.c midori/midori-panel.c SUBST_FILES.marshal+= midori/midori-view.c midori/midori-searchaction.c +SUBST_FILES.marshal+= katze/katze-array.c SUBST_SED.marshal= -e 's/"marshal/"marshallocal/' SUBST_STAGE.marshal2= pre-configure SUBST_MESSAGE.marshal2= Gross hack (part two) in progress -SUBST_FILES.marshal2= midori/wscript_build +SUBST_FILES.marshal2= midori/wscript_build katze/wscript_build SUBST_SED.marshal2= -e s/\'marshal/\'marshallocal/ pre-configure: ${MV} ${WRKSRC}/midori/marshal.list ${WRKSRC}/midori/marshallocal.list + ${MV} ${WRKSRC}/katze/marshal.list ${WRKSRC}/katze/marshallocal.list .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" |