svn commit: r392199 - head/textproc/meld

Pawel Pekala pawel at FreeBSD.org
Wed Jul 15 19:21:53 UTC 2015


Author: pawel
Date: Wed Jul 15 19:21:52 2015
New Revision: 392199
URL: https://svnweb.freebsd.org/changeset/ports/392199

Log:
  Update to version 3.13.3
  
  3.13.3:
  * Fix syntax highlighting under Windows (Kai Willadsen)
  * Update Windows build for newer pygi bundled libraries (Kai Willadsen)
  * Fixes for incorrect descriptions in manual (Anders Jonsson, Kai Willadsen)
  
  3.13.2:
  * Several fixes for argument handling and tab creation:
    * Create --diff created comparisons after args-created ones (Kai
      Willadsen)
    * Fix --label flag incorrectly applying to --diff created comparisons
      (Kai Willadsen)
    * Create --diff created comparisons after args-created ones (Kai
      Willadsen)
    * Fix relative path interpretation for --output when created from a
      secondary instance (Kai Willadsen)
    * Fix window presentation ordering when creating a secondary instance
      (Kai Willadsen)
  * Several fixes to unicode filename handling in git comparisons and
    manually-assigned labels (Kai Willadsen)
  * Fix incorrect comparison display caused by unicode (U+2028) newline (Kai
    Willadsen)
  * Fix not being able to activate some change bar actions by temporarily
    disabling overlay scrolling support on GTK+ 3.14 (Kai Willadsen)
  * Stop recreating duplicate recently-used file placeholders (Kai Willadsen)
  * Fix out-of-date man page documentation (Kai Willadsen)
  * Test fixes and testing improvements (Magnus Ihse Bursie)
  * Documentation fixes (Anders Jonsson)

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

Modified: head/textproc/meld/Makefile
==============================================================================
--- head/textproc/meld/Makefile	Wed Jul 15 19:13:48 2015	(r392198)
+++ head/textproc/meld/Makefile	Wed Jul 15 19:21:52 2015	(r392199)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	meld
-PORTVERSION=	3.13.1
+PORTVERSION=	3.13.3
 CATEGORIES=	textproc devel python
 MASTER_SITES=	GNOME
 

Modified: head/textproc/meld/distinfo
==============================================================================
--- head/textproc/meld/distinfo	Wed Jul 15 19:13:48 2015	(r392198)
+++ head/textproc/meld/distinfo	Wed Jul 15 19:21:52 2015	(r392199)
@@ -1,2 +1,2 @@
-SHA256 (meld-3.13.1.tar.xz) = bc52f4a073f5288e42116ab95c7564e56119b8a9070c2590c3968726cf441831
-SIZE (meld-3.13.1.tar.xz) = 489972
+SHA256 (meld-3.13.3.tar.xz) = cbebe6ba87a28d2a9687db352ebc6c1dda170e900fbcbc551d45b610ff733a53
+SIZE (meld-3.13.3.tar.xz) = 494376


More information about the svn-ports-all mailing list