[Midnightbsd-cvs] mports [15473] midori 0.5.5
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 19 08:41:43 EDT 2013
Revision: 15473
http://svnweb.midnightbsd.org/mports/?rev=15473
Author: laffer1
Date: 2013-09-19 08:41:42 -0400 (Thu, 19 Sep 2013)
Log Message:
-----------
midori 0.5.5
Modified Paths:
--------------
trunk/www/midori/Makefile
trunk/www/midori/distinfo
trunk/www/midori/files/patch-wscript
trunk/www/midori/pkg-plist
Removed Paths:
-------------
trunk/www/midori/files/patch-data_search
Property Changed:
----------------
trunk/www/midori/files/patch-extensions__external-download-manager.vala
trunk/www/midori/files/patch-midori__midori-stock.h
trunk/www/midori/files/patch-wscript
Modified: trunk/www/midori/Makefile
===================================================================
--- trunk/www/midori/Makefile 2013-09-19 01:41:52 UTC (rev 15472)
+++ trunk/www/midori/Makefile 2013-09-19 12:41:42 UTC (rev 15473)
@@ -1,8 +1,7 @@
# $MidnightBSD$
PORTNAME= midori
-PORTVERSION= 0.5.4
-PORTREVISION= 0
+PORTVERSION= 0.5.5
CATEGORIES= www xfce
MASTER_SITES= http://www.midori-browser.org/downloads/
DISTNAME= ${PORTNAME}_${PORTVERSION}_all_
@@ -11,13 +10,15 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Lightweight web browser using WebKit browser engine
-LICENSE= lgpl
+LICENSE= lgpl2.1
BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 \
valac:${PORTSDIR}/lang/vala
LIB_DEPENDS= webkitgtk-1:${PORTSDIR}/www/webkit-gtk2 \
sqlite3:${PORTSDIR}/databases/sqlite3 \
- notify:${PORTSDIR}/devel/libnotify
+ notify:${PORTSDIR}/devel/libnotify \
+ soup-gnome-2:${PORTSDIR}/devel/libsoup-gnome \
+ execinfo:${PORTSDIR}/devel/libexecinfo
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
CPPFLAGS+= -I${LOCALBASE}/include
@@ -27,8 +28,9 @@
--disable-gtk3 \
--jobs=${MAKE_JOBS_NUMBER}
-MAKE_JOBS_SAFE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME:C/([a-z]*)_([0-9\.]*)(_all_)/\1-\2/}
HAS_CONFIGURE= yes
+USE_PYTHON= -2.7
USE_PYTHON_BUILD= yes
USE_BZIP2= yes
USE_GNOME= glib20 gtk20 intltool libxml2
@@ -39,10 +41,9 @@
PLIST_SUB= VERSION="${PORTVERSION:R}"
-OPTIONS_DEFINE= APIDOCS NLS UNIQUE ZEITGEIST
+OPTIONS_DEFINE= DOCS NLS UNIQUE ZEITGEIST
OPTIONS_DEFAULT= NLS UNIQUE
-APIDOCS_DESC= Build API documentation
UNIQUE_DESC= Single instance support
ZEITGEIST_DESC= User logs activities
@@ -59,7 +60,7 @@
PLIST_SUB+= NLS="@comment "
.endif
-.if ${PORT_OPTIONS:MAPIDOCS}
+.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc
CONFIGURE_ARGS+=--enable-apidocs
PLIST_SUB+= APIDOCS=""
@@ -83,11 +84,12 @@
.endif
post-install:
-.if ${PORT_OPTIONS:MAPIDOCS}
- ${MKDIR} ${DOCSDIR}/api/katze/html
- ${MKDIR} ${DOCSDIR}/api/midori/html
- (cd ${WRKSRC}/_build/docs/api/katze/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/katze/html)
- (cd ${WRKSRC}/_build/docs/api/midori/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/midori/html)
+.if ${PORT_OPTIONS:MDOCS}
+.for dir in katze midori
+ @${MKDIR} ${DOCSDIR}/api/${dir}/html
+ @cd ${WRKSRC}/_build/docs/api/${dir}/html && \
+ ${COPYTREE_SHARE} . ${DOCSDIR}/api/${dir}/html
+.endfor
.endif
.include <bsd.port.mk>
Modified: trunk/www/midori/distinfo
===================================================================
--- trunk/www/midori/distinfo 2013-09-19 01:41:52 UTC (rev 15472)
+++ trunk/www/midori/distinfo 2013-09-19 12:41:42 UTC (rev 15473)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/midori_0.5.4_all_.tar.bz2) = d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022
-SIZE (xfce4/midori_0.5.4_all_.tar.bz2) = 1229169
+SHA256 (xfce4/midori_0.5.5_all_.tar.bz2) = ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62
+SIZE (xfce4/midori_0.5.5_all_.tar.bz2) = 1092309
Deleted: trunk/www/midori/files/patch-data_search
===================================================================
--- trunk/www/midori/files/patch-data_search 2013-09-19 01:41:52 UTC (rev 15472)
+++ trunk/www/midori/files/patch-data_search 2013-09-19 12:41:42 UTC (rev 15473)
@@ -1,16 +0,0 @@
---- data/search.orig 2010-05-26 12:31:56.000000000 +0200
-+++ data/search 2010-05-26 12:34:03.000000000 +0200
-@@ -6,6 +6,13 @@
- icon=
- token=g
-
-+[FreshPorts]
-+name=FreshPorts
-+text=The changes made to the FreeBSD ports tree
-+uri=http://www.freshports.org/search.php?query=%s
-+icon=
-+token=fp
-+
- [Wikipedia]
- name=Wikipedia
- text=The free encyclopedia
Index: trunk/www/midori/files/patch-extensions__external-download-manager.vala
===================================================================
--- trunk/www/midori/files/patch-extensions__external-download-manager.vala 2013-09-19 01:41:52 UTC (rev 15472)
+++ trunk/www/midori/files/patch-extensions__external-download-manager.vala 2013-09-19 12:41:42 UTC (rev 15473)
Property changes on: trunk/www/midori/files/patch-extensions__external-download-manager.vala
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/www/midori/files/patch-midori__midori-stock.h
===================================================================
--- trunk/www/midori/files/patch-midori__midori-stock.h 2013-09-19 01:41:52 UTC (rev 15472)
+++ trunk/www/midori/files/patch-midori__midori-stock.h 2013-09-19 12:41:42 UTC (rev 15473)
Property changes on: trunk/www/midori/files/patch-midori__midori-stock.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/www/midori/files/patch-wscript
===================================================================
--- trunk/www/midori/files/patch-wscript 2013-09-19 01:41:52 UTC (rev 15472)
+++ trunk/www/midori/files/patch-wscript 2013-09-19 12:41:42 UTC (rev 15473)
@@ -1,29 +1,62 @@
-Fix PACKAGE_VERSION in gtk_about_dialog widget.
-https://bugs.launchpad.net/midori/+bug/1200903
+- Fix PACKAGE_VERSION in gtk_about_dialog_widget (bug #1200903).
+- Check if execinfo.h header is found (bug #1212761).
+- Add test to avoid installing .orig files (for config/search).
---- ./wscript.orig 2013-07-15 22:38:28.000000000 +0000
-+++ ./wscript 2013-07-21 16:02:48.000000000 +0000
-@@ -29,7 +29,7 @@
+--- ./wscript.orig 2013-08-14 18:32:02.000000000 +0000
++++ ./wscript 2013-08-15 19:05:48.000000000 +0000
+@@ -29,7 +29,6 @@
APPNAME = 'midori'
- VERSION = VERSION_FULL = '0.5.4'
+ VERSION = VERSION_FULL = '0.5.5'
-VERSION_SUFFIX = ' (%s)' % VERSION
-+#VERSION_SUFFIX = ' (%s)' % VERSION
try:
if os.path.isdir ('.git'):
-@@ -44,8 +44,12 @@
+@@ -44,8 +43,10 @@
folder = os.getcwd ()
if VERSION in folder:
VERSION_FULL = os.path.basename (folder)
- if VERSION in VERSION_FULL:
- VERSION_SUFFIX = VERSION_FULL.replace (VERSION, '')
-+ if VERSION_FULL.endswith ('_all_'):
-+ VERSION_FULL = VERSION_FULL.replace('_all_', '')
+ if APPNAME in VERSION_FULL:
-+ VERSION_FULL = VERSION_FULL.replace(APPNAME, '')[1:]
++ VERSION_FULL = VERSION_FULL.replace (APPNAME, '')[1:]
+
+ VERSION_SUFFIX = ' (%s)' % VERSION_FULL
except:
pass
+@@ -234,6 +235,8 @@
+ conf.check (header_name='X11/extensions/scrnsaver.h',
+ includes='/usr/X11R6/include', mandatory=False)
+ conf.check (lib='Xss', libpath='/usr/X11R6/lib', mandatory=False)
++ # Check if execinfo.h header is found
++ conf.check (header_name='execinfo.h', mandatory=True)
+
+ have_gtk3 = option_enabled ('gtk3') or option_enabled ('webkit2') or option_enabled ('granite')
+ if have_gtk3:
+@@ -530,15 +533,16 @@
+
+ for config_file in os.listdir ('config'):
+ dest = '${SYSCONFDIR}/xdg/' + APPNAME
+- if (os.path.isdir ('config/' + config_file)):
+- dest += '/' + config_file
+- for child in os.listdir ('config/' + config_file):
+- if (os.path.isdir ('config/' + config_file + '/' + child)):
+- dest += '/' + child
+- child += '/*'
+- bld.install_files (dest, 'config/' + config_file + '/' + child)
+- continue
+- bld.install_files (dest, 'config/' + config_file)
++ if not config_file.endswith('.orig'):
++ if (os.path.isdir ('config/' + config_file)):
++ dest += '/' + config_file
++ for child in os.listdir ('config/' + config_file):
++ if (os.path.isdir ('config/' + config_file + '/' + child)):
++ dest += '/' + child
++ child += '/*'
++ bld.install_files (dest, 'config/' + config_file + '/' + child)
++ continue
++ bld.install_files (dest, 'config/' + config_file)
+
+ if Options.commands['check'] or bld.env['tests']:
+ bld.add_subdirs ('tests')
Property changes on: trunk/www/midori/files/patch-wscript
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Modified: trunk/www/midori/pkg-plist
===================================================================
--- trunk/www/midori/pkg-plist 2013-09-19 01:41:52 UTC (rev 15472)
+++ trunk/www/midori/pkg-plist 2013-09-19 12:41:42 UTC (rev 15473)
@@ -3,6 +3,7 @@
etc/xdg/midori/search
include/midori-%%VERSION%%/extensions/apps.h
include/midori-%%VERSION%%/extensions/delayed-load.h
+include/midori-%%VERSION%%/extensions/devpet.h
include/midori-%%VERSION%%/extensions/external-download-manager.h
include/midori-%%VERSION%%/extensions/history-list.h
include/midori-%%VERSION%%/extensions/nsplugin-manager.h
@@ -15,11 +16,13 @@
lib/midori/libcookie-permissions.so
lib/midori/libcopy-tabs.so
lib/midori/libdelayed-load.so
+lib/midori/libdevpet.so
lib/midori/libexternal-download-manager.so
lib/midori/libfeed-panel.so
lib/midori/libformhistory.so
lib/midori/libhistory-list.so
lib/midori/libmouse-gestures.so
+lib/midori/libnojs.so
lib/midori/libnsplugin-manager.so
lib/midori/libshortcuts.so
lib/midori/libstatus-clock.so
@@ -41,17 +44,14 @@
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.sgml
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeItem.html
+%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeCellRendererComboBoxText.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzePreferences.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-gtk3-compat.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-array.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-arrayaction.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-auth.html
-%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-cookies.html
-%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-cookies-sqlite.html
-%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-net.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-throbber.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-utils.html
-%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp2
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/left.png
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/right.png
@@ -83,7 +83,6 @@
%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori.html
%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-socket.html
%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-sokoke.html
-%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp
%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp2
%%APIDOCS%%%%DOCSDIR%%/api/midori/html/right.png
%%APIDOCS%%%%DOCSDIR%%/api/midori/html/style.css
@@ -119,6 +118,8 @@
%%NLS%%share/locale/da/LC_MESSAGES/midori.mo
%%NLS%%share/locale/de/LC_MESSAGES/midori.mo
%%NLS%%share/locale/el/LC_MESSAGES/midori.mo
+%%NLS%%share/locale/en_AU/LC_MESSAGES/midori.mo
+%%NLS%%share/locale/en_CA/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
@@ -171,11 +172,17 @@
%%DATADIR%%/res/error.html
%%DATADIR%%/res/gtk3.css
%%DATADIR%%/res/logo-shade.png
+%%DATADIR%%/res/logo-shade.svg
+%%DATADIR%%/res/nojs/nojs-statusicon-allowed.png
+%%DATADIR%%/res/nojs/nojs-statusicon-denied.png
+%%DATADIR%%/res/nojs/nojs-statusicon-mixed.png
%%DATADIR%%/res/speeddial-head.html
share/vala/vapi/apps.deps
share/vala/vapi/apps.vapi
share/vala/vapi/delayed-load.deps
share/vala/vapi/delayed-load.vapi
+share/vala/vapi/devpet.deps
+share/vala/vapi/devpet.vapi
share/vala/vapi/external-download-manager.deps
share/vala/vapi/external-download-manager.vapi
share/vala/vapi/history-list.deps
@@ -186,6 +193,7 @@
share/vala/vapi/transfers.vapi
@dirrmtry share/vala/vapi
@dirrmtry share/vala
+ at dirrm %%DATADIR%%/res/nojs
@dirrm %%DATADIR%%/res
@dirrm %%DATADIR%%
%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
@@ -216,3 +224,4 @@
@dirrm etc/xdg/midori
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+ at exec %%LOCALBASE%%/bin/gtk-update-icon-cache -q -f -t %%LOCALBASE%%/share/icons/hicolor
More information about the Midnightbsd-cvs
mailing list