svn commit: r339896 - in head/www/midori: . files

Olivier Duchateau olivierd at FreeBSD.org
Thu Jan 16 05:27:38 UTC 2014


Author: olivierd
Date: Thu Jan 16 05:27:36 2014
New Revision: 339896
URL: http://svnweb.freebsd.org/changeset/ports/339896
QAT: https://qat.redports.org/buildarchive/r339896/

Log:
  - Update to 0.5.7
  - Adjust LICENSE
  
  ChangeLog: http://bazaar.launchpad.net/~midori/midori/trunk/revision/6540/ChangeLog

Added:
  head/www/midori/files/patch-CMakeLists.txt   (contents, props changed)
Modified:
  head/www/midori/Makefile
  head/www/midori/distinfo
  head/www/midori/files/patch-extensions__CMakeLists.txt
  head/www/midori/pkg-plist

Modified: head/www/midori/Makefile
==============================================================================
--- head/www/midori/Makefile	Thu Jan 16 05:23:33 2014	(r339895)
+++ head/www/midori/Makefile	Thu Jan 16 05:27:36 2014	(r339896)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	midori
-PORTVERSION=	0.5.6
-PORTREVISION=	1
+PORTVERSION=	0.5.7
 CATEGORIES=	www xfce
 MASTER_SITES=	http://www.midori-browser.org/downloads/
 DISTNAME=	${PORTNAME}_${PORTVERSION}_all_
@@ -12,7 +11,8 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce at FreeBSD.org
 COMMENT=	Lightweight web browser using WebKit browser engine
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21 MIT
+LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	rsvg-convert:${PORTSDIR}/graphics/librsvg2 \
 		valac:${PORTSDIR}/lang/vala
@@ -81,8 +81,9 @@ CMAKE_ARGS+=	-DUSE_ZEITGEIST:BOOL=OFF
 
 post-patch:
 # Avoid errors with CMake
+	@${RM} ${WRKSRC}/*.orig
 .for dir in config extensions
-	@cd ${WRKSRC} && ${RM} ${dir}/*.orig
+	@${RM} ${WRKSRC}/${dir}/*.orig
 .endfor
 
 .include <bsd.port.mk>

Modified: head/www/midori/distinfo
==============================================================================
--- head/www/midori/distinfo	Thu Jan 16 05:23:33 2014	(r339895)
+++ head/www/midori/distinfo	Thu Jan 16 05:27:36 2014	(r339896)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/midori_0.5.6_all_.tar.bz2) = c5be1b5d9933776f09c5cab7945a073a820d65555e51fda9ff55fd063843f24a
-SIZE (xfce4/midori_0.5.6_all_.tar.bz2) = 1194529
+SHA256 (xfce4/midori_0.5.7_all_.tar.bz2) = 2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d
+SIZE (xfce4/midori_0.5.7_all_.tar.bz2) = 1191260

Added: head/www/midori/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/midori/files/patch-CMakeLists.txt	Thu Jan 16 05:27:36 2014	(r339896)
@@ -0,0 +1,10 @@
+--- ./CMakeLists.txt.orig	2014-01-15 20:43:34.000000000 +0000
++++ ./CMakeLists.txt	2014-01-15 22:50:54.000000000 +0000
+@@ -100,6 +100,7 @@
+ string(FIND ${CMAKE_SYSTEM_NAME} "BSD" BEGIN)
+ if (${BEGIN} GREATER 0)
+     string(SUBSTRING ${CMAKE_SYSTEM_NAME} ${BEGIN} 3 BSD)
++    set(BSD 1 CACHE INTERNAL BOOL FORCE)
+ else()
+     set(BSD 0)
+ endif()

Modified: head/www/midori/files/patch-extensions__CMakeLists.txt
==============================================================================
--- head/www/midori/files/patch-extensions__CMakeLists.txt	Thu Jan 16 05:23:33 2014	(r339895)
+++ head/www/midori/files/patch-extensions__CMakeLists.txt	Thu Jan 16 05:27:36 2014	(r339896)
@@ -1,13 +1,9 @@
---- ./extensions/CMakeLists.txt.orig	2013-11-20 01:26:52.000000000 +0000
-+++ ./extensions/CMakeLists.txt	2014-01-02 16:00:24.000000000 +0000
-@@ -24,6 +24,15 @@
+--- ./extensions/CMakeLists.txt.orig	2014-01-15 20:43:34.000000000 +0000
++++ ./extensions/CMakeLists.txt	2014-01-15 22:52:29.000000000 +0000
+@@ -24,6 +24,11 @@
           "nsplugin-manager.vala"
           )
  endif ()
-+string(FIND ${CMAKE_SYSTEM_NAME} "BSD" BEGIN)
-+if (${BEGIN} GREATER 0)
-+    string(SUBSTRING ${CMAKE_SYSTEM_NAME} ${BEGIN} 3 BSD)
-+endif ()
 +if (BSD)
 +    list(REMOVE_ITEM EXTENSIONS
 +         "devpet.vala"

Modified: head/www/midori/pkg-plist
==============================================================================
--- head/www/midori/pkg-plist	Thu Jan 16 05:23:33 2014	(r339895)
+++ head/www/midori/pkg-plist	Thu Jan 16 05:27:36 2014	(r339896)
@@ -14,6 +14,7 @@ lib/midori/libcopy-tabs.so
 lib/midori/libdelayed-load.so
 lib/midori/libexternal-download-manager.so
 lib/midori/libfeed-panel.so
+lib/midori/libflummi.so
 lib/midori/libformhistory.so
 lib/midori/libhistory-list.so
 lib/midori/libmouse-gestures.so
@@ -49,7 +50,6 @@ share/applications/midori.desktop
 %%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-throbber.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
@@ -161,17 +161,23 @@ share/locale/zh_TW/LC_MESSAGES/midori.mo
 %%DATADIR%%/res/bookmarks/Import_old_db_bookmarks.sql
 %%DATADIR%%/res/close.png
 %%DATADIR%%/res/error.html
+%%DATADIR%%/res/flummi/Create.sql
 %%DATADIR%%/res/forms/Create.sql
 %%DATADIR%%/res/gtk3.css
 %%DATADIR%%/res/history/Create.sql
 %%DATADIR%%/res/history/Day.sql
 %%DATADIR%%/res/logo-shade.png
+%%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
 %%DATADIR%%/res/tabby/Create.sql
 %%DATADIR%%/res/tabby/Update1.sql
 @dirrm %%DATADIR%%/res/tabby
+ at dirrm %%DATADIR%%/res/nojs
 @dirrm %%DATADIR%%/res/history
 @dirrm %%DATADIR%%/res/forms
+ at dirrm %%DATADIR%%/res/flummi
 @dirrm %%DATADIR%%/res/bookmarks
 @dirrm %%DATADIR%%/res
 @dirrm %%DATADIR%%


More information about the svn-ports-all mailing list