From pneumann@gmail.com  Sun Apr 15 05:48:48 2007
Return-Path: <pneumann@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 471F016A408
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Apr 2007 05:48:48 +0000 (UTC)
	(envelope-from pneumann@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235])
	by mx1.freebsd.org (Postfix) with ESMTP id EB0AF13C45E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Apr 2007 05:48:47 +0000 (UTC)
	(envelope-from pneumann@gmail.com)
Received: by wx-out-0506.google.com with SMTP id s18so1221094wxc
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Apr 2007 22:48:47 -0700 (PDT)
Received: by 10.70.84.6 with SMTP id h6mr8365365wxb.1176616127290;
        Sat, 14 Apr 2007 22:48:47 -0700 (PDT)
Received: from worm.sofsis.cl ( [201.215.221.113])
        by mx.google.com with ESMTP id i20sm5855048wxd.2007.04.14.22.48.45;
        Sat, 14 Apr 2007 22:48:46 -0700 (PDT)
Message-Id: <1176616127.91972@worm.sofsis.cl>
Date: Sun, 15 Apr 2007 01:48:47 -0400
From: pneumann@gmail.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: tmclaugh@freebsd.org
Subject: [PATCH] editors/bless: update to 0.5.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: bsd-sharp-list@forge.novell.com

>Number:         111586
>Category:       ports
>Synopsis:       [PATCH] editors/bless: update to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tmclaugh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 15 05:50:02 GMT 2007
>Closed-Date:    Fri Apr 20 23:59:29 GMT 2007
>Last-Modified:  Sat Apr 21 00:00:13 GMT 2007
>Originator:     User &
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD worm.sofsis.cl 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Apr  4 13:42:46 CLT
>Description:
- Update to 0.5.0

Tom is cc'd.

Changes from the 0.4.1 release include:

* Brand new plugin architecture (GUI and export).
* Export functionality (text and html, others with plugins).
* Reduced memory usage.
* Fixed garbled display issue.
* Localization support.
* New ways to select data ranges.

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

--- bless-0.5.0,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/bless/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	4 Feb 2007 23:14:23 -0000	1.19
+++ Makefile	15 Apr 2007 05:47:29 -0000
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	bless
-PORTVERSION=	0.4.1
-PORTREVISION=	3
+PORTVERSION=	0.5.0
 PORTEPOCH=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://download.gna.org/bless/
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/bless/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo	7 Oct 2006 18:03:28 -0000	1.13
+++ distinfo	15 Apr 2007 05:47:29 -0000
@@ -1,3 +1,3 @@
-MD5 (bless-0.4.1.tar.gz) = a3551ebecda11b115e98608894f5c0ec
-SHA256 (bless-0.4.1.tar.gz) = 8f265db2d1888b0b8a275287d07946c411f5ae2729b6cd4c72e84e50e6149801
-SIZE (bless-0.4.1.tar.gz) = 523222
+MD5 (bless-0.5.0.tar.gz) = bc32bab8404d46adda52143e27b5a24e
+SHA256 (bless-0.5.0.tar.gz) = f922796d0fa9f32c579e54dc4d92df35d576e90b0849f38a8dffc4ade5f9d0c3
+SIZE (bless-0.5.0.tar.gz) = 695462
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/editors/bless/pkg-plist,v
retrieving revision 1.10
diff -u -r1.10 pkg-plist
--- pkg-plist	7 Oct 2006 18:03:28 -0000	1.10
+++ pkg-plist	15 Apr 2007 05:47:29 -0000
@@ -1,12 +1,24 @@
 bin/bless
-lib/bless-0.4.1/bin/bless.exe
-lib/bless-0.4.1/data/bless-16-bytes-per-row.layout
-lib/bless-0.4.1/data/bless-48x48.png
-lib/bless-0.4.1/data/bless-about.png
-lib/bless-0.4.1/data/bless-all-number-bases.layout
-lib/bless-0.4.1/data/bless-default.layout
-lib/bless-0.4.1/data/default-preferences.xml
-lib/bless-0.4.1/data/help_script.sh
+lib/bless-0.5.0/data/help_script.sh
+lib/bless-0.5.0/data/default-preferences.xml
+lib/bless-0.5.0/data/bless.glade
+lib/bless-0.5.0/data/bless-default.layout
+lib/bless-0.5.0/data/bless-all-number-bases.layout
+lib/bless-0.5.0/data/bless-about.png
+lib/bless-0.5.0/data/bless-48x48.png
+lib/bless-0.5.0/data/bless-16-bytes-per-row.layout
+lib/bless-0.5.0/bin/bless.exe
+lib/bless-0.5.0/bin/Bless.Util.dll
+lib/bless-0.5.0/bin/Bless.Tools.dll
+lib/bless-0.5.0/bin/Bless.Tools.Find.dll
+lib/bless-0.5.0/bin/Bless.Tools.Export.dll
+lib/bless-0.5.0/bin/Bless.Tools.Export.Plugins.dll
+lib/bless-0.5.0/bin/Bless.Plugins.dll
+lib/bless-0.5.0/bin/Bless.Gui.dll
+lib/bless-0.5.0/bin/Bless.Gui.Plugins.dll
+lib/bless-0.5.0/bin/Bless.Gui.Drawers.dll
+lib/bless-0.5.0/bin/Bless.Gui.Areas.dll
+lib/bless-0.5.0/bin/Bless.Buffers.dll
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
@@ -26,14 +38,17 @@
 %%PORTDOCS%%%%DOCSDIR%%/user/ch04s02.html
 %%PORTDOCS%%%%DOCSDIR%%/user/ch04s03.html
 %%PORTDOCS%%%%DOCSDIR%%/user/ch04s04.html
+%%PORTDOCS%%%%DOCSDIR%%/user/ch04s05.html
 %%PORTDOCS%%%%DOCSDIR%%/user/ch05.html
 %%PORTDOCS%%%%DOCSDIR%%/user/ch05s02.html
 %%PORTDOCS%%%%DOCSDIR%%/user/ch05s03.html
+%%PORTDOCS%%%%DOCSDIR%%/user/ch05s04.html
 %%PORTDOCS%%%%DOCSDIR%%/user/ch06.html
 %%PORTDOCS%%%%DOCSDIR%%/user/ch07.html
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_area_focus.png
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_display_tag.png
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_edit_mode.png
+%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_export_dialog.png
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_goto.png
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_layout_example1.png
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_layout_oha.png
@@ -42,6 +57,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_preferences_session.png
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_search_find.png
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_search_replace.png
+%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_select_range.png
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_start_window.png
 %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_tab_close.png
 %%PORTDOCS%%%%DOCSDIR%%/user/index.html
@@ -54,6 +70,6 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/user
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/developer
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm lib/bless-0.4.1/data
-@dirrm lib/bless-0.4.1/bin
-@dirrm lib/bless-0.4.1
+@dirrm lib/bless-0.5.0/data
+@dirrm lib/bless-0.5.0/bin
+@dirrm lib/bless-0.5.0
--- bless-0.5.0,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tmclaugh 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 15 05:50:08 UTC 2007 
Responsible-Changed-Why:  
tmclaugh@ wants to bsd-shart-list@forge.novall.com maintained ports PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111586 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Apr 15 05:50:15 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111586 
State-Changed-From-To: feedback->closed 
State-Changed-By: tmclaugh 
State-Changed-When: Fri Apr 20 23:52:31 UTC 2007 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111586 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111586: commit references a PR
Date: Fri, 20 Apr 2007 23:58:57 +0000 (UTC)

 tmclaugh    2007-04-20 23:58:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/bless        Makefile distinfo pkg-plist 
   Log:
   Update to 0.5.0
   
   Changes from the 0.4.1 release include:
   * Brand new plugin architecture (GUI and export).
   * Export functionality (text and html, others with plugins).
   * Reduced memory usage.
   * Fixed garbled display issue.
   * Localization support.
   * New ways to select data ranges.
   
   PR:             111586
   Submitted by:   Phillip Neumann
   Project by:     BSD# <http://www.mono-project.com/Mono:FreeBSD>
   
   Revision  Changes    Path
   1.20      +1 -2      ports/editors/bless/Makefile
   1.14      +3 -3      ports/editors/bless/distinfo
   1.11      +27 -11    ports/editors/bless/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
