Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2009 13:44:01 -0700 (PDT)
From:      Julien Laffaye <kimelto@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ahze@FreeBSD.org
Subject:   ports/132588: [PATCH] www/midori: update to 0.1.4
Message-ID:  <49b97411.0516300a.3507.ffffe260@mx.google.com>
Resent-Message-ID: <200903122110.n2CLA2n4040047@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132588
>Category:       ports
>Synopsis:       [PATCH] www/midori: update to 0.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 12 21:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD laptop.kimelto.eu 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC
>Description:
- Update to 0.1.4
- Removed unneeded build depends (gmake & pkg-config)
- It seems that the special configure env for WAF can be removed safely

Port maintainer (ahze@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- midori-0.1.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/midori.orig/Makefile /usr/ports/www/midori/Makefile
--- /usr/ports/www/midori.orig/Makefile	2009-03-12 20:26:20.000000000 +0100
+++ /usr/ports/www/midori/Makefile	2009-03-12 21:32:20.000000000 +0100
@@ -7,7 +7,7 @@
 #

 PORTNAME=	midori
-PORTVERSION=	0.1.2
+PORTVERSION=	0.1.4
 CATEGORIES=	www
 MASTER_SITES=	http://goodies.xfce.org/releases/${PORTNAME}/

@@ -25,17 +25,13 @@
 CONFIGURE_ARGS+=--disable-unique

 HAS_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_BZIP2=	yes
-USE_GNOME=	glib20 gtk20 intltool libxml2 pkgconfig
+USE_GNOME=	glib20 gtk20 intltool libxml2
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes

 .include <bsd.port.pre.mk>

-# WAF needs that
-CONFIGURE_ENV+=	CC="${CC=gcc}"
-
 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""
diff -ruN --exclude=CVS /usr/ports/www/midori.orig/distinfo /usr/ports/www/midori/distinfo
--- /usr/ports/www/midori.orig/distinfo	2009-03-12 20:26:20.000000000 +0100
+++ /usr/ports/www/midori/distinfo	2009-03-12 20:42:14.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (midori-0.1.2.tar.bz2) = 5169ead6783f374cedf3f89bf399bd75
-SHA256 (midori-0.1.2.tar.bz2) = a966641cf1b6e18e4f58aa3585a9a63905ed50252883804c006a3263674a32ec
-SIZE (midori-0.1.2.tar.bz2) = 311182
+MD5 (midori-0.1.4.tar.bz2) = a9b21027ba894fed3055d7074c5f073d
+SHA256 (midori-0.1.4.tar.bz2) = 4a84422c270625162f6e9e1e4e8151d9546457d64c61c2b3c896cbf43fb54ce5
+SIZE (midori-0.1.4.tar.bz2) = 352409
diff -ruN --exclude=CVS /usr/ports/www/midori.orig/pkg-plist /usr/ports/www/midori/pkg-plist
--- /usr/ports/www/midori.orig/pkg-plist	2009-03-12 20:26:20.000000000 +0100
+++ /usr/ports/www/midori/pkg-plist	2009-03-12 20:57:50.000000000 +0100
@@ -1,4 +1,6 @@
 bin/midori
+etc/xdg/midori/search
+lib/midori/libmouse-gestures.so
 lib/midori/libpage-holder.so
 lib/midori/libtab-panel.so
 lib/midori/libstatusbar-features.so
@@ -32,6 +34,7 @@
 %%NLS%%share/locale/gl/LC_MESSAGES/midori.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/midori.mo
 %%NLS%%share/locale/id/LC_MESSAGES/midori.mo
+%%NLS%%share/locale/it/LC_MESSAGES/midori.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/midori.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/midori.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/midori.mo
@@ -41,6 +44,8 @@
 %%NLS%%share/locale/tr/LC_MESSAGES/midori.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/midori.mo
 share/midori/logo-shade.png
+@dirrm etc/xdg/midori
+@dirrmtry etc/xdg
 @dirrm lib/midori
 @dirrm share/midori
 @dirrmtry share/applications
--- midori-0.1.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49b97411.0516300a.3507.ffffe260>