[Midnightbsd-cvs] mports [18130] trunk/www/midori: midori 0.5.9

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 13 22:38:22 EDT 2015


Revision: 18130
          http://svnweb.midnightbsd.org/mports/?rev=18130
Author:   laffer1
Date:     2015-03-13 22:38:21 -0400 (Fri, 13 Mar 2015)
Log Message:
-----------
midori 0.5.9

Modified Paths:
--------------
    trunk/www/midori/Makefile
    trunk/www/midori/distinfo
    trunk/www/midori/pkg-plist

Modified: trunk/www/midori/Makefile
===================================================================
--- trunk/www/midori/Makefile	2015-03-14 02:35:14 UTC (rev 18129)
+++ trunk/www/midori/Makefile	2015-03-14 02:38:21 UTC (rev 18130)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	midori
-PORTVERSION=	0.5.8
+PORTVERSION=	0.5.9
 CATEGORIES=	www xfce
 MASTER_SITES=	http://www.midori-browser.org/downloads/
 DISTNAME=	${PORTNAME}_${PORTVERSION}_all_
@@ -15,16 +15,16 @@
 
 BUILD_DEPENDS=	rsvg-convert:${PORTSDIR}/graphics/librsvg2 \
 		valac:${PORTSDIR}/lang/vala
-LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3 \
-		notify:${PORTSDIR}/devel/libnotify \
-		soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
+LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify \
+		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CMAKE_ARGS=	-DUSE_GCR:BOOL=OFF
+CFLAGS+=	-Wno-return-type
+CMAKE_ARGS=	-DUSE_APIDOCS:BOOL=OFF
 
-#WRKSRC=	${WRKDIR}/${DISTNAME:C/([a-z]*)_([0-9\.]*)(_all_)/\1-\2/}
+WRKSRC=	${WRKDIR}/${DISTNAME:C/([a-z]*)_([0-9\.]*)(_all_)/\1-\2/}
 NO_WRKSUBDIR=	yes
 USE_GNOME=	glib20 intltool libxml2
 USE_XORG=	xscrnsaver
@@ -35,10 +35,12 @@
 
 PLIST_SUB=	VERSION="${PORTVERSION:R}"
 
-OPTIONS_DEFINE=	DOCS GIR GRANITE ZEITGEIST
+OPTIONS_DEFINE=	GIR GRANITE ZEITGEIST
 OPTIONS_SINGLE=	GTK
 OPTIONS_SINGLE_GTK=	GTK2 GTK3
 OPTIONS_DEFAULT=	GTK2
+# Need x11-toolkits/granite >= 0.3 (Granite.Widgets.LightWindow is deprecated)
+OPTIONS_EXCLUDE=	GRANITE
 GIR_DESC=	GObject Introspection
 GRANITE_DESC=	Additional GTK widgets (require GTK3)
 ZEITGEIST_DESC=	User logs activities
@@ -48,14 +50,17 @@
 .if ${PORT_OPTIONS:MGTK2}
 LIB_DEPENDS+=	libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
 USE_GNOME+=	gtk20
-CMAKE_ARGS+=	-DUSE_GTK3:BOOL=OFF
+CMAKE_ARGS+=	-DUSE_GTK3:BOOL=OFF \
+	-DUSE_GCR:BOOL=OFF
 PLIST_SUB+=	ONLY_WEBKIT1=""
 .endif
 
 .if ${PORT_OPTIONS:MGTK3}
-LIB_DEPENDS+=	libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
+LIB_DEPENDS+=	libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
+	libgcr-3.so:${PORTSDIR}/security/gcr
 USE_GNOME+=	gtk30
-CMAKE_ARGS+=	-DUSE_GTK3:BOOL=ON
+CMAKE_ARGS+=	-DUSE_GTK3:BOOL=ON \
+	-DUSE_GCR:BOOL=ON
 
 # Support the new WebKit2 API (>= 1.11.91)
 .if exists(${LOCALBASE}/libdata/pkgconfig/webkit2gtk-3.0.pc)
@@ -75,15 +80,6 @@
 .endif
 .endif
 
-.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc
-CMAKE_ARGS+=	-DUSE_APIDOCS:BOOL=ON
-PLIST_SUB+=	APIDOCS=""
-.else
-CMAKE_ARGS+=	-DUSE_APIDOCS:BOOL=OFF
-PLIST_SUB+=	APIDOCS="@comment "
-.endif
-
 .if ${PORT_OPTIONS:MZEITGEIST}
 LIB_DEPENDS+=	libzeitgeist-1.0.so:${PORTSDIR}/sysutils/libzeitgeist
 CMAKE_ARGS+=	-DUSE_ZEITGEIST:BOOL=ON

Modified: trunk/www/midori/distinfo
===================================================================
--- trunk/www/midori/distinfo	2015-03-14 02:35:14 UTC (rev 18129)
+++ trunk/www/midori/distinfo	2015-03-14 02:38:21 UTC (rev 18130)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/midori_0.5.8_all_.tar.bz2) = af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751aa9381
-SIZE (xfce4/midori_0.5.8_all_.tar.bz2) = 1267130
+SHA256 (xfce4/midori_0.5.9_all_.tar.bz2) = b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0
+SIZE (xfce4/midori_0.5.9_all_.tar.bz2) = 1332192

Modified: trunk/www/midori/pkg-plist
===================================================================
--- trunk/www/midori/pkg-plist	2015-03-14 02:35:14 UTC (rev 18129)
+++ trunk/www/midori/pkg-plist	2015-03-14 02:38:21 UTC (rev 18130)
@@ -4,6 +4,7 @@
 lib/libmidori-core.so
 lib/libmidori-core.so.0.0.0
 lib/libmidori-core.so.1
+lib/midori/libabout.so
 lib/midori/libadblock.so
 %%ONLY_WEBKIT1%%lib/midori/libaddons.so
 lib/midori/libapps.so
@@ -32,6 +33,7 @@
 lib/midori/libtabs-minimized.so
 lib/midori/libtoolbar-editor.so
 lib/midori/libtransfers.so
+lib/midori/libwebmedia-now-playing.so
 share/appdata/midori.appdata.xml
 share/applications/midori-private.desktop
 share/applications/midori.desktop
@@ -44,55 +46,6 @@
 %%DOCSDIR%%/faq.html
 %%GIR%%share/gir-1.0/Katze-%%VERSION%%.gir
 %%GIR%%share/gir-1.0/Midori-%%VERSION%%.gir
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/annotation-glossary.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/api-index-full.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/ch01.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/deprecated-api-index.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/home.png
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/index.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/katze-KatzeArray.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/katze-KatzeCellRendererComboBoxText.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/katze-KatzeItem.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/katze-KatzePreferences.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/katze-gtk3-compat.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/katze-katze-arrayaction.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/katze-katze-http-auth.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/katze-katze-utils.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/katze.devhelp2
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/left.png
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/right.png
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/style.css
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/katze/up.png
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/annotation-glossary.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/api-index-full.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/ch01.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/deprecated-api-index.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/home.png
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/index.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/left.png
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-MidoriBrowser.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-MidoriExtension.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-MidoriPreferences.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-app.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-array.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-bookmarks-db.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-frontend.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-history.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-locationaction.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-panel.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-platform.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-privatedata.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-searchaction.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-session.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-stock.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-view.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori-websettings.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-midori.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori-sokoke.html
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/midori.devhelp2
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/right.png
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/style.css
-%%APIDOCS%%share/gtk-doc/html/midori-%%VERSION%%/midori/up.png
 share/icons/hicolor/16x16/apps/midori.png
 share/icons/hicolor/16x16/categories/extension.png
 share/icons/hicolor/16x16/status/internet-news-reader.png
@@ -102,11 +55,13 @@
 share/icons/hicolor/scalable/apps/midori.svg
 share/icons/hicolor/scalable/categories/extension.svg
 share/icons/hicolor/scalable/status/internet-news-reader.svg
+share/locale/af/LC_MESSAGES/midori.mo
 share/locale/am/LC_MESSAGES/midori.mo
 share/locale/ar/LC_MESSAGES/midori.mo
 share/locale/ast/LC_MESSAGES/midori.mo
 share/locale/be/LC_MESSAGES/midori.mo
 share/locale/bg/LC_MESSAGES/midori.mo
+share/locale/bn/LC_MESSAGES/midori.mo
 share/locale/bs/LC_MESSAGES/midori.mo
 share/locale/ca/LC_MESSAGES/midori.mo
 share/locale/ckb/LC_MESSAGES/midori.mo
@@ -128,6 +83,7 @@
 share/locale/gd/LC_MESSAGES/midori.mo
 share/locale/gl/LC_MESSAGES/midori.mo
 share/locale/he/LC_MESSAGES/midori.mo
+share/locale/hi/LC_MESSAGES/midori.mo
 share/locale/hr/LC_MESSAGES/midori.mo
 share/locale/hu/LC_MESSAGES/midori.mo
 share/locale/ia/LC_MESSAGES/midori.mo
@@ -134,6 +90,7 @@
 share/locale/id/LC_MESSAGES/midori.mo
 share/locale/it/LC_MESSAGES/midori.mo
 share/locale/ja/LC_MESSAGES/midori.mo
+share/locale/ka/LC_MESSAGES/midori.mo
 share/locale/kk/LC_MESSAGES/midori.mo
 share/locale/km/LC_MESSAGES/midori.mo
 share/locale/ko/LC_MESSAGES/midori.mo
@@ -142,6 +99,7 @@
 share/locale/lv/LC_MESSAGES/midori.mo
 share/locale/ml/LC_MESSAGES/midori.mo
 share/locale/ms/LC_MESSAGES/midori.mo
+share/locale/nap/LC_MESSAGES/midori.mo
 share/locale/nb/LC_MESSAGES/midori.mo
 share/locale/nl/LC_MESSAGES/midori.mo
 share/locale/nn/LC_MESSAGES/midori.mo
@@ -158,6 +116,8 @@
 share/locale/sr/LC_MESSAGES/midori.mo
 share/locale/sr at latin/LC_MESSAGES/midori.mo
 share/locale/sv/LC_MESSAGES/midori.mo
+share/locale/ta/LC_MESSAGES/midori.mo
+share/locale/te/LC_MESSAGES/midori.mo
 share/locale/th/LC_MESSAGES/midori.mo
 share/locale/tr/LC_MESSAGES/midori.mo
 share/locale/ug/LC_MESSAGES/midori.mo
@@ -190,42 +150,3 @@
 %%DATADIR%%/res/speeddial-head.html
 %%DATADIR%%/res/tabby/Create.sql
 %%DATADIR%%/res/tabby/Update1.sql
- at dirrm %%DATADIR%%/res/tabby
- at dirrm %%DATADIR%%/res/notes
- at dirrm %%DATADIR%%/res/nojs
- at dirrm %%DATADIR%%/res/history
- at dirrm %%DATADIR%%/res/forms
- at dirrm %%DATADIR%%/res/flummi
- at dirrm %%DATADIR%%/res/bookmarks
- at dirrm %%DATADIR%%/res/adblock
- at dirrm %%DATADIR%%/res
- at dirrm %%DATADIR%%
- at dirrmtry share/locale/ug/LC_MESSAGES
- at dirrmtry share/locale/ug
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/ky/LC_MESSAGES
- at dirrmtry share/locale/ky
- at dirrmtry share/locale/km/LC_MESSAGES
- at dirrmtry share/locale/km
- at dirrmtry share/locale/kk/LC_MESSAGES
- at dirrmtry share/locale/kk
- at dirrmtry share/locale/ia/LC_MESSAGES
- at dirrmtry share/locale/ia
- at dirrmtry share/locale/gd/LC_MESSAGES
- at dirrmtry share/locale/gd
- at dirrmtry share/locale/ckb/LC_MESSAGES
- at dirrmtry share/locale/ckb
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
-%%APIDOCS%%@dirrm share/gtk-doc/html/midori-%%VERSION%%/midori
-%%APIDOCS%%@dirrm share/gtk-doc/html/midori-%%VERSION%%/katze
-%%APIDOCS%%@dirrm share/gtk-doc/html/midori-%%VERSION%%
-%%APIDOCS%%@dirrmtry share/gtk-doc/html
-%%APIDOCS%%@dirrmtry share/gtk-doc
- at dirrm %%DOCSDIR%%
- at dirrmtry share/appdata
- at dirrm lib/midori
- at dirrm etc/xdg/midori/extensions/adblock
- at dirrm etc/xdg/midori/extensions
- at dirrm etc/xdg/midori



More information about the Midnightbsd-cvs mailing list