diff options
author | ahze <ahze@FreeBSD.org> | 2009-12-14 09:36:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2009-12-14 09:36:03 +0800 |
commit | 645a6a6fc5b107397cb714ed761237d8791a2b66 (patch) | |
tree | cdb22ceadd521a72908297bbad454bf1916ee5cd /www/midori | |
parent | 1b89f22545a893d97e55c5dee2cfb8ab0e5bbdd0 (diff) | |
download | freebsd-ports-graphics-645a6a6fc5b107397cb714ed761237d8791a2b66.tar.gz freebsd-ports-graphics-645a6a6fc5b107397cb714ed761237d8791a2b66.tar.zst freebsd-ports-graphics-645a6a6fc5b107397cb714ed761237d8791a2b66.zip |
Update to 0.2.1
Diffstat (limited to 'www/midori')
-rw-r--r-- | www/midori/Makefile | 2 | ||||
-rw-r--r-- | www/midori/distinfo | 6 | ||||
-rw-r--r-- | www/midori/pkg-plist | 16 |
3 files changed, 14 insertions, 10 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 2d5c0f7931d..4c0a1aad270 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -7,7 +7,7 @@ # PORTNAME= midori -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= www MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/${PORTVERSION:R}/ diff --git a/www/midori/distinfo b/www/midori/distinfo index 2c227614640..d155e34bf27 100644 --- a/www/midori/distinfo +++ b/www/midori/distinfo @@ -1,3 +1,3 @@ -MD5 (midori-0.2.0.tar.bz2) = 805e2e59a93a0a4b7652d6547b2bd923 -SHA256 (midori-0.2.0.tar.bz2) = 97c79d20807899bad4b241385c7cbf3a4f85d2673b1b6c12059878450e3e971a -SIZE (midori-0.2.0.tar.bz2) = 570091 +MD5 (midori-0.2.1.tar.bz2) = 3cee94c9a22316504a3ba99bc92e0245 +SHA256 (midori-0.2.1.tar.bz2) = 7d79a45331cfcf002ccd5a386b5597f91e0ee048b2b040a57c6faebc02bba79c +SIZE (midori-0.2.1.tar.bz2) = 594189 diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist index 639d57a8ba6..84ef5f6d2c8 100644 --- a/www/midori/pkg-plist +++ b/www/midori/pkg-plist @@ -11,14 +11,15 @@ lib/midori/libpage-holder.so lib/midori/libshortcuts.so lib/midori/libstatusbar-features.so lib/midori/libtab-panel.so +lib/midori/libtab-switcher.so lib/midori/libtoolbar-editor.so +lib/midori/libweb-cache.so %%NLS%%share/applications/midori.desktop %%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/ChangeLog %%DOCSDIR%%/COPYING +%%DOCSDIR%%/ChangeLog %%DOCSDIR%%/EXPAT %%DOCSDIR%%/README -%%DOCSDIR%%/TRANSLATE share/icons/hicolor/16x16/apps/midori.png share/icons/hicolor/16x16/categories/extension.png share/icons/hicolor/16x16/status/news-feed.png @@ -53,6 +54,7 @@ share/icons/hicolor/48x48/status/news-feed.png %%NLS%%share/locale/ja/LC_MESSAGES/midori.mo %%NLS%%share/locale/ko/LC_MESSAGES/midori.mo %%NLS%%share/locale/nl/LC_MESSAGES/midori.mo +%%NLS%%share/locale/no/LC_MESSAGES/midori.mo %%NLS%%share/locale/pl/LC_MESSAGES/midori.mo %%NLS%%share/locale/pt/LC_MESSAGES/midori.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/midori.mo @@ -66,8 +68,8 @@ share/icons/hicolor/48x48/status/news-feed.png %%NLS%%share/locale/uk/LC_MESSAGES/midori.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/midori.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/midori.mo -%%DATADIR%%/autosuggestcontrol.css -%%DATADIR%%/autosuggestcontrol.js +%%DATADIR%%/res/autosuggestcontrol.css +%%DATADIR%%/res/autosuggestcontrol.js %%DATADIR%%/res/error.html %%DATADIR%%/res/logo-shade.png %%DATADIR%%/res/mootools.js @@ -79,8 +81,10 @@ share/icons/hicolor/48x48/status/news-feed.png %%NLS%%@dirrmtry share/locale/sr@latin %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ast -@dirrm lib/midori -@dirrmtry share/applications @dirrm %%DOCSDIR%% +@dirrmtry share/applications +@dirrm lib/midori @dirrm etc/xdg/midori @dirrmtry etc/xdg +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |