From nobody@FreeBSD.org  Sun Jun 24 19:59:14 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0522C16A469
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jun 2007 19:59:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id EAC9413C480
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jun 2007 19:59:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l5OJxDiA052235
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jun 2007 19:59:13 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l5OJxDXb052234;
	Sun, 24 Jun 2007 19:59:13 GMT
	(envelope-from nobody)
Message-Id: <200706241959.l5OJxDXb052234@www.freebsd.org>
Date: Sun, 24 Jun 2007 19:59:13 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update ftp/wxdfast to 0.6.0
X-Send-Pr-Version: www-3.0

>Number:         114000
>Category:       ports
>Synopsis:       update ftp/wxdfast to 0.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 24 20:00:09 GMT 2007
>Closed-Date:    Wed Jul 11 20:34:52 GMT 2007
>Last-Modified:  Wed Jul 11 20:40:11 GMT 2007
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Apr 29 09:40:21 MSD 2007     root@luna:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Update wxdfast to 0.6.0
From ChangeLog:
- Added Turkish language(by E.B)
- Added Indonesian language(by Arif Rahman)
- Added French language(by lord_nogard)
- Added Dutch language(by Rob van den Boorn)
- Now the download list is updated just when a
  download is changed, making the program faster,
  and preventing the program to be blocked when
  working with several downloads
- Added a option to add new files on top of the list
- Added support to more segments(until 32)
- Added portable mode(Windows only), which allow the
  program to run directly from pendrives
- Fixed some memory leaks related to the metalink
  class
- Added proxy support
- Added wxSHA1 class
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/ftp/wxdfast/Makefile /home/makc/porting/ports/ftp/wxdfast/Makefile
--- /usr/ports/ftp/wxdfast/Makefile	Sun May 20 00:05:12 2007
+++ /home/makc/porting/ports/ftp/wxdfast/Makefile	Sun Jun 24 23:25:03 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	wxdfast
-PORTVERSION=	0.5.4
-PORTREVISION=	1
+PORTVERSION=	0.6.0
 CATEGORIES=	ftp www
 MASTER_SITES=	SF/dfast
 DISTNAME=	${PORTNAME}_${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/ftp/wxdfast/distinfo /home/makc/porting/ports/ftp/wxdfast/distinfo
--- /usr/ports/ftp/wxdfast/distinfo	Mon Feb  5 06:23:55 2007
+++ /home/makc/porting/ports/ftp/wxdfast/distinfo	Sun Jun 24 23:25:38 2007
@@ -1,3 +1,3 @@
-MD5 (wxdfast_0.5.4.tar.gz) = 7783f26efb32b217632cad36fccdfd56
-SHA256 (wxdfast_0.5.4.tar.gz) = 8ac47c5191ba5a359ee6a17d41da1db32bcff1ab06fbd08ec31287ffcffb7ccf
-SIZE (wxdfast_0.5.4.tar.gz) = 837572
+MD5 (wxdfast_0.6.0.tar.gz) = 05c2a71cc8f811d1ad5916fce29b7b3a
+SHA256 (wxdfast_0.6.0.tar.gz) = 3be75a054225007e10bf7de11719952e2fa9d5bb5bf10d4b47f017fe4ecd5d91
+SIZE (wxdfast_0.6.0.tar.gz) = 931335
diff -ruN --exclude=CVS /usr/ports/ftp/wxdfast/files/patch-src__FinishedList.cpp /home/makc/porting/ports/ftp/wxdfast/files/patch-src__FinishedList.cpp
--- /usr/ports/ftp/wxdfast/files/patch-src__FinishedList.cpp	Thu Dec  7 20:52:07 2006
+++ /home/makc/porting/ports/ftp/wxdfast/files/patch-src__FinishedList.cpp	Sun Jun 24 23:27:51 2007
@@ -1,6 +1,6 @@
---- ./src/FinishedList.cpp.orig	Sun Oct 29 12:08:39 2006
-+++ ./src/FinishedList.cpp	Tue Nov  7 19:55:03 2006
-@@ -186,7 +186,7 @@
+--- ./src/FinishedList.cpp.orig	Mon Mar 12 01:45:24 2007
++++ ./src/FinishedList.cpp	Sun Jun 24 23:27:13 2007
+@@ -203,7 +203,7 @@
              wxDateTime date;
              value = 0;
              config->Read(START_REG,&value);
@@ -9,7 +9,7 @@
              infolist->SetItem(5,1,date.Format());
          }
  
-@@ -194,7 +194,7 @@
+@@ -211,7 +211,7 @@
              wxDateTime date;
              value = 0;
              config->Read(END_REG,&value);
diff -ruN --exclude=CVS /usr/ports/ftp/wxdfast/pkg-plist /home/makc/porting/ports/ftp/wxdfast/pkg-plist
--- /usr/ports/ftp/wxdfast/pkg-plist	Sun May 20 00:05:12 2007
+++ /home/makc/porting/ports/ftp/wxdfast/pkg-plist	Sun Jun 24 23:46:27 2007
@@ -3,10 +3,14 @@
 share/locale/cs/LC_MESSAGES/wxDFast.mo
 share/locale/de/LC_MESSAGES/wxDFast.mo
 share/locale/es/LC_MESSAGES/wxDFast.mo
+share/locale/fr/LC_MESSAGES/wxDFast.mo
 share/locale/hu/LC_MESSAGES/wxDFast.mo
+share/locale/id/LC_MESSAGES/wxDFast.mo
+share/locale/nl/LC_MESSAGES/wxDFast.mo
 share/locale/pl/LC_MESSAGES/wxDFast.mo
 share/locale/pt_BR/LC_MESSAGES/wxDFast.mo
 share/locale/ru/LC_MESSAGES/wxDFast.mo
+share/locale/tr/LC_MESSAGES/wxDFast.mo
 share/pixmaps/wxdfast.png
 %%DATADIR%%/RipStop/icon/dfast48x48.png
 %%DATADIR%%/RipStop/icon/wxdfast.ico


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jun 24 20:00:15 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114000 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Wed Jul 11 20:34:51 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114000: commit references a PR
Date: Wed, 11 Jul 2007 20:34:42 +0000 (UTC)

 alepulver    2007-07-11 20:34:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ftp/wxdfast          Makefile distinfo pkg-plist 
     ftp/wxdfast/files    patch-src__FinishedList.cpp 
   Log:
   - Update to version 0.6.0.
   
   PR:             ports/114000
   Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
   
   Revision  Changes    Path
   1.4       +1 -2      ports/ftp/wxdfast/Makefile
   1.3       +3 -3      ports/ftp/wxdfast/distinfo
   1.2       +4 -4      ports/ftp/wxdfast/files/patch-src__FinishedList.cpp
   1.5       +4 -0      ports/ftp/wxdfast/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:
