diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-03-10 10:39:32 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-03-10 10:39:32 +0000 |
commit | 553f2f8dbc9dfbea0472ea1d22737e612bcd8a2f (patch) | |
tree | 96bf94ab30d0009a18a0a86412a8dc7e34cf206a /www/midori | |
parent | 56522a3814ab7d018098f99453739407e728d343 (diff) | |
download | ports-553f2f8dbc9dfbea0472ea1d22737e612bcd8a2f.tar.gz ports-553f2f8dbc9dfbea0472ea1d22737e612bcd8a2f.zip |
Notes
Diffstat (limited to 'www/midori')
-rw-r--r-- | www/midori/Makefile | 2 | ||||
-rw-r--r-- | www/midori/distinfo | 4 | ||||
-rw-r--r-- | www/midori/files/patch-wscript | 12 | ||||
-rw-r--r-- | www/midori/pkg-plist | 4 |
4 files changed, 7 insertions, 15 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index ab7c089d6c22..900e812af31b 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -7,7 +7,7 @@ # PORTNAME= midori -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 CATEGORIES= www xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} diff --git a/www/midori/distinfo b/www/midori/distinfo index 4bbd4327f301..fef374c8e1c9 100644 --- a/www/midori/distinfo +++ b/www/midori/distinfo @@ -1,2 +1,2 @@ -SHA256 (xfce4/midori-0.4.3.tar.bz2) = fca4a0eab03358f20d7700069dbf2faaf8fa5c11aaad97f4208aea608f4bed9f -SIZE (xfce4/midori-0.4.3.tar.bz2) = 928660 +SHA256 (xfce4/midori-0.4.4.tar.bz2) = fadd43f76c1c9f6a16483e60a804e58fb6817c6a595b1acdd59bcbdd7b35bca2 +SIZE (xfce4/midori-0.4.4.tar.bz2) = 939294 diff --git a/www/midori/files/patch-wscript b/www/midori/files/patch-wscript deleted file mode 100644 index dba5d9789621..000000000000 --- a/www/midori/files/patch-wscript +++ /dev/null @@ -1,12 +0,0 @@ ---- wscript.orig 2011-03-13 23:03:35.000000000 +0100 -+++ wscript 2011-03-14 06:45:15.000000000 +0100 -@@ -248,8 +248,7 @@ - if not conf.env['HAVE_UNIQUE']: - if Options.platform == 'win32': - conf.check (lib='ws2_32') -- check_pkg ('openssl', mandatory=False) -- conf.define ('USE_SSL', [0,1][conf.env['HAVE_OPENSSL'] == 1]) -+ conf.define ('HAVE_OPENSSL', [0,1][conf.check (header_name='openssl/opensslv.h')]) - conf.define ('HAVE_NETDB_H', [0,1][conf.check (header_name='netdb.h')]) - conf.check (header_name='sys/wait.h') - conf.check (header_name='sys/select.h') diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist index fe962a349d4e..060c3fe92410 100644 --- a/www/midori/pkg-plist +++ b/www/midori/pkg-plist @@ -27,6 +27,7 @@ share/applications/midori-private.desktop %%DOCSDIR%%/README %%APIDOCS%%%%DOCSDIR%%/api/katze/html/api-index-full.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/ch01.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/deprecated-api-index.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/home.png %%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.sgml @@ -51,6 +52,7 @@ share/applications/midori-private.desktop %%APIDOCS%%%%DOCSDIR%%/api/katze/html/up.png %%APIDOCS%%%%DOCSDIR%%/api/midori/html/api-index-full.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/ch01.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/deprecated-api-index.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/home.png %%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.sgml @@ -106,6 +108,7 @@ share/icons/hicolor/scalable/status/news-feed.svg %%NLS%%share/locale/de/LC_MESSAGES/midori.mo %%NLS%%share/locale/el/LC_MESSAGES/midori.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/midori.mo +%%NLS%%share/locale/eo/LC_MESSAGES/midori.mo %%NLS%%share/locale/es/LC_MESSAGES/midori.mo %%NLS%%share/locale/et/LC_MESSAGES/midori.mo %%NLS%%share/locale/fi/LC_MESSAGES/midori.mo @@ -136,6 +139,7 @@ share/icons/hicolor/scalable/status/news-feed.svg %%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%%/res/about.css %%DATADIR%%/res/autosuggestcontrol.css %%DATADIR%%/res/autosuggestcontrol.js %%DATADIR%%/res/close.png |