Date: Sun, 26 Apr 2009 18:35:16 GMT From: Marco Broeder <marco.broeder@gmx.eu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134023: [maintainer update] [patch] devel/diffuse: Update port to version 0.3.3 Message-ID: <200904261835.n3QIZGNq044176@www.freebsd.org> Resent-Message-ID: <200904261840.n3QIe1gO029967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134023 >Category: ports >Synopsis: [maintainer update] [patch] devel/diffuse: Update port to version 0.3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 26 18:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Marco Broeder >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: >Description: Update diffuse to version 0.3.3. Changes: - fixed a bug handling the backspace key with the cursor in the first column - POSIX installer with '--destdir=' and '--files-only' options for packagers - vi-like keybindings for line mode - '-m' option to open modified files in separate tabs - 'Merge From Left Then Right' and 'Merge From Right Then Left' menu items - drag-n-drop support - preferences for behaviour of tabs - files with edits now tagged with '*' - auto indent - 'Open File In New Tab...' and 'Open Modified Files...' menu items - 'Save All' menu item - mac-style line ending support - new end of line display behaviour - improved organisation of menu items - button bar no longer grabs keyboard focus - removed dependence on urllib module - errors are now reported on stderr - removed TODO list - minor bug fixes >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r 4d1f20037e48 -r 4aaacf37f778 devel/diffuse/Makefile --- a/devel/diffuse/Makefile Sun Apr 26 19:38:06 2009 +0200 +++ b/devel/diffuse/Makefile Sun Apr 26 20:22:43 2009 +0200 @@ -6,7 +6,7 @@ # PORTNAME= diffuse -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 CATEGORIES= devel python MASTER_SITES= SF MASTER_SITE_SUBDIR= diffuse @@ -30,7 +30,7 @@ .include <bsd.port.pre.mk> .ifndef (NOPORTDOCS) -DOCS= AUTHORS ChangeLog COPYING README TODO +DOCS= AUTHORS COPYING ChangeLog README .endif .ifdef (WITH_MENU) diff -r 4d1f20037e48 -r 4aaacf37f778 devel/diffuse/distinfo --- a/devel/diffuse/distinfo Sun Apr 26 19:38:06 2009 +0200 +++ b/devel/diffuse/distinfo Sun Apr 26 20:22:43 2009 +0200 @@ -1,3 +1,3 @@ -MD5 (diffuse-0.3.1.tar.bz2) = b590426677579fe1be761a1bb6678578 -SHA256 (diffuse-0.3.1.tar.bz2) = f0fc932332748a80c0a244771f38ecf653cc6cb89c5c89c5124cb5c6abfc28b7 -SIZE (diffuse-0.3.1.tar.bz2) = 88923 +MD5 (diffuse-0.3.3.tar.bz2) = 4c483b557d270024704120adc2552c2c +SHA256 (diffuse-0.3.3.tar.bz2) = 326dbff9494af021c32a3ab45dea5abac7113e5c733853ca8879203e0f73d214 +SIZE (diffuse-0.3.3.tar.bz2) = 96642 diff -r 4d1f20037e48 -r 4aaacf37f778 devel/diffuse/pkg-plist --- a/devel/diffuse/pkg-plist Sun Apr 26 19:38:06 2009 +0200 +++ b/devel/diffuse/pkg-plist Sun Apr 26 20:22:43 2009 +0200 @@ -32,7 +32,6 @@ %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%@dirrm %%DOCSDIR%% %%OMF%%share/gnome/help/diffuse/C/diffuse.xml %%OMF%%@dirrm share/gnome/help/diffuse/C >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904261835.n3QIZGNq044176>