Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2014 22:52:28 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351426 - head/www/midori
Message-ID:  <201404162252.s3GMqSUH083813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Apr 16 22:52:27 2014
New Revision: 351426
URL: http://svnweb.freebsd.org/changeset/ports/351426
QAT: https://qat.redports.org/buildarchive/r351426/

Log:
  www/midori: Fix pkg-plist
  
  The midori-MidoriViewable.html file no longer installs, breaking the
  build against a plist-check.
  
  patch from:	maintainer (Olivier Duchateau)

Modified:
  head/www/midori/Makefile
  head/www/midori/pkg-plist

Modified: head/www/midori/Makefile
==============================================================================
--- head/www/midori/Makefile	Wed Apr 16 22:31:32 2014	(r351425)
+++ head/www/midori/Makefile	Wed Apr 16 22:52:27 2014	(r351426)
@@ -3,7 +3,7 @@
 
 PORTNAME=	midori
 PORTVERSION=	0.5.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www xfce
 MASTER_SITES=	http://www.midori-browser.org/downloads/
 DISTNAME=	${PORTNAME}_${PORTVERSION}_all_
@@ -17,8 +17,7 @@ LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	rsvg-convert:${PORTSDIR}/graphics/librsvg2 \
 		valac:${PORTSDIR}/lang/vala
-LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
-		libnotify.so:${PORTSDIR}/devel/libnotify \
+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
 
@@ -33,6 +32,7 @@ USE_XORG=	xscrnsaver
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 USES=		desktop-file-utils pkgconfig cmake gettext tar:bzip2
+USE_SQLITE=	yes
 
 PLIST_SUB=	VERSION="${PORTVERSION:R}"
 

Modified: head/www/midori/pkg-plist
==============================================================================
--- head/www/midori/pkg-plist	Wed Apr 16 22:31:32 2014	(r351425)
+++ head/www/midori/pkg-plist	Wed Apr 16 22:52:27 2014	(r351426)
@@ -73,7 +73,6 @@ share/applications/midori.desktop
 %%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-MidoriViewable.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
@@ -225,7 +224,7 @@ share/locale/zh_TW/LC_MESSAGES/midori.mo
 %%APIDOCS%%@dirrmtry share/gtk-doc/html
 %%APIDOCS%%@dirrmtry share/gtk-doc
 @dirrm %%DOCSDIR%%
-@dirrm share/appdata
+@dirrmtry share/appdata
 @dirrm lib/midori
 @dirrm etc/xdg/midori/extensions/adblock
 @dirrm etc/xdg/midori/extensions



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404162252.s3GMqSUH083813>