Update to 0.4.4
PR: ports/165891 Submitted by: Olivier Duchateau Feature safe: yes
This commit is contained in:
parent
56522a3814
commit
553f2f8dbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293044
4 changed files with 7 additions and 15 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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')
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue