svn commit: r393126 - head/textproc/meld

Pawel Pekala pawel at FreeBSD.org
Tue Jul 28 22:21:06 UTC 2015


Author: pawel
Date: Tue Jul 28 22:21:04 2015
New Revision: 393126
URL: https://svnweb.freebsd.org/changeset/ports/393126

Log:
  - Update to version 3.14.0
  
  Changes:
  
   * Fix crash when starting folder comparison on Windows (Kai Willadsen)
   * Fix bad chunk action behaviour for middle-to-right actions in three
     pane conflicts (Kai Willadsen)
   * Documentation fixes (Anders Jonsson)
  
  - Add run dependency on GNOME schemas otherwise execution fails: [1]
  
  GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.interface' is not installed
  
  PR:		200184 [1]
  Submitted by:	yuri at rawbw.com [1]

Modified:
  head/textproc/meld/Makefile
  head/textproc/meld/distinfo

Modified: head/textproc/meld/Makefile
==============================================================================
--- head/textproc/meld/Makefile	Tue Jul 28 22:09:28 2015	(r393125)
+++ head/textproc/meld/Makefile	Tue Jul 28 22:21:04 2015	(r393126)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	meld
-PORTVERSION=	3.13.3
+PORTVERSION=	3.14.0
 CATEGORIES=	textproc devel python
 MASTER_SITES=	GNOME
 
@@ -12,6 +12,7 @@ COMMENT=	GNOME visual diff and merge too
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	itstool:${PORTSDIR}/textproc/itstool
+RUN_DEPENDS=	gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
 USES=		desktop-file-utils gettext python:2 shared-mime-info \
 		shebangfix tar:xz

Modified: head/textproc/meld/distinfo
==============================================================================
--- head/textproc/meld/distinfo	Tue Jul 28 22:09:28 2015	(r393125)
+++ head/textproc/meld/distinfo	Tue Jul 28 22:21:04 2015	(r393126)
@@ -1,2 +1,2 @@
-SHA256 (meld-3.13.3.tar.xz) = cbebe6ba87a28d2a9687db352ebc6c1dda170e900fbcbc551d45b610ff733a53
-SIZE (meld-3.13.3.tar.xz) = 494376
+SHA256 (meld-3.14.0.tar.xz) = 430e2936b787c90ffa0999d3c94611fcaa64ca1920933f31550d5b931b4f103c
+SIZE (meld-3.14.0.tar.xz) = 495168


More information about the svn-ports-head mailing list