aboutsummaryrefslogtreecommitdiff
path: root/www/midori
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-03-14 21:08:30 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-03-14 21:08:30 +0000
commitffe4c54486aee4a865a6ab161f917eac912ebf84 (patch)
tree68f3001d4481a3e22ed893a748bb221b249a41cb /www/midori
parent6746702236047a42fae28684317ba084149c15fc (diff)
downloadports-ffe4c54486aee4a865a6ab161f917eac912ebf84.tar.gz
ports-ffe4c54486aee4a865a6ab161f917eac912ebf84.zip
Update to 0.3.3.
Add depend on security/ca_root_nss. Replace USEDOCS with FAQ which is maintained. PR: ports/155557 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes: svn path=/head/; revision=270903
Diffstat (limited to 'www/midori')
-rw-r--r--www/midori/Makefile14
-rw-r--r--www/midori/distinfo4
-rw-r--r--www/midori/files/patch-wscript19
-rw-r--r--www/midori/pkg-plist6
4 files changed, 10 insertions, 33 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile
index 215e1ef30a50..3ef34df90066 100644
--- a/www/midori/Makefile
+++ b/www/midori/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= midori
-PORTVERSION= 0.3.2
+PORTVERSION= 0.3.3
CATEGORIES= www xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -21,6 +21,7 @@ LIB_DEPENDS= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \
notify.1:${PORTSDIR}/devel/libnotify
BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 \
valac:${PORTSDIR}/lang/vala
+RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -30,6 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS+=--disable-libidn \
--enable-libnotify \
--enable-addons \
+ --enable-docs \
--jobs=${MAKE_JOBS_NUMBER}
MAKE_JOBS_SAFE= yes
@@ -47,7 +49,6 @@ USE_GETTEXT= yes
PLIST_SUB= VERSION="${PORTVERSION:R}"
OPTIONS= NLS "Enable Native Language support" on \
- USERDOCS "Build user documentation" off \
APIDOCS "Build api documentation" off \
UNIQUE "Enable single instance support" off
@@ -63,15 +64,6 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.if defined(WITH_USERDOCS)
-BUILD_DEPENDS+=rst2html:${PORTSDIR}/textproc/py-docutils
-CONFIGURE_ARGS+=--enable-userdocs
-PLIST_SUB+= USERDOCS=""
-.else
-CONFIGURE_ARGS+=--disable-userdocs
-PLIST_SUB+= USERDOCS="@comment "
-.endif
-
.if defined(WITH_APIDOCS)
BUILD_DEPENDS+= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc
CONFIGURE_ARGS+=--enable-apidocs
diff --git a/www/midori/distinfo b/www/midori/distinfo
index 8494241f31f1..0f8e0e0d9495 100644
--- a/www/midori/distinfo
+++ b/www/midori/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xfce4/midori-0.3.2.tar.bz2) = 9316803fdd68842c43f06afe645ec4fa45206f142796f6131d2761ba3415e2bc
-SIZE (xfce4/midori-0.3.2.tar.bz2) = 826287
+SHA256 (xfce4/midori-0.3.3.tar.bz2) = 236770d134e2eb9c44776e233903fc0afa760cd3b8b87d12316e1b25afe2d3fe
+SIZE (xfce4/midori-0.3.3.tar.bz2) = 848720
diff --git a/www/midori/files/patch-wscript b/www/midori/files/patch-wscript
index 232a99069ca4..dba5d9789621 100644
--- a/www/midori/files/patch-wscript
+++ b/www/midori/files/patch-wscript
@@ -1,19 +1,6 @@
---- wscript.orig 2011-02-20 00:00:26.000000000 +0100
-+++ wscript 2011-02-20 10:27:54.000000000 +0100
-@@ -99,10 +99,9 @@
- conf.check_tool ('glib2')
-
- if option_enabled ('userdocs'):
-- conf.find_program ('rst2html.py', var='RST2HTML')
-- # debian renames the executable, check that as well :(
-+ conf.find_program ('rst2html', var='RST2HTML')
- if not conf.env['RST2HTML']:
-- conf.find_program ('rst2html', var='RST2HTML')
-+ conf.find_program ('rst2html.py', var='RST2HTML')
- if conf.env['RST2HTML']:
- user_docs = 'yes'
- else:
-@@ -261,8 +260,7 @@
+--- 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')
diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist
index f9ad202fffad..5760093d4a35 100644
--- a/www/midori/pkg-plist
+++ b/www/midori/pkg-plist
@@ -73,7 +73,8 @@ share/applications/midori.desktop
%%APIDOCS%%%%DOCSDIR%%/api/midori/html/right.png
%%APIDOCS%%%%DOCSDIR%%/api/midori/html/style.css
%%APIDOCS%%%%DOCSDIR%%/api/midori/html/up.png
-%%USERDOCS%%%%DOCSDIR%%/user/midori.html
+%%DOCSDIR%%/faq.css
+%%DOCSDIR%%/faq.html
share/icons/hicolor/16x16/apps/midori.png
share/icons/hicolor/16x16/categories/extension.png
share/icons/hicolor/16x16/status/news-feed.png
@@ -154,13 +155,10 @@ share/vala/vapi/history-list.vapi
%%APIDOCS%%@dirrm %%DOCSDIR%%/api/katze/html
%%APIDOCS%%@dirrm %%DOCSDIR%%/api/katze
%%APIDOCS%%@dirrm %%DOCSDIR%%/api
-%%USERDOCS%%@dirrm %%DOCSDIR%%/user
@dirrm %%DOCSDIR%%
-@dirrmtry share/applications
@dirrm lib/midori
@dirrm include/midori-%%VERSION%%/extensions
@dirrm include/midori-%%VERSION%%
@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