From owner-svn-ports-all@freebsd.org Wed Oct 14 23:50:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8730A15E5F; Wed, 14 Oct 2015 23:50:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F04013C3; Wed, 14 Oct 2015 23:50:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9ENoFu6051637; Wed, 14 Oct 2015 23:50:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9ENoFCH051635; Wed, 14 Oct 2015 23:50:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510142350.t9ENoFCH051635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 14 Oct 2015 23:50:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399307 - in head/ftp/wxdfast: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 23:50:16 -0000 Author: amdmi3 Date: Wed Oct 14 23:50:15 2015 New Revision: 399307 URL: https://svnweb.freebsd.org/changeset/ports/399307 Log: - Add LICENSE_FILE - Drop unneeded WX_UNICODE - Regenerate patches with `make makepatch` Modified: head/ftp/wxdfast/Makefile head/ftp/wxdfast/files/patch-src__FinishedList.cpp Modified: head/ftp/wxdfast/Makefile ============================================================================== --- head/ftp/wxdfast/Makefile Wed Oct 14 23:50:11 2015 (r399306) +++ head/ftp/wxdfast/Makefile Wed Oct 14 23:50:15 2015 (r399307) @@ -12,12 +12,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multithread and multi-platform download manager LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_WX= 2.8+ WX_CONF_ARGS= relative -WX_UNICODE= yes USES= autoreconf gettext libtool GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" Modified: head/ftp/wxdfast/files/patch-src__FinishedList.cpp ============================================================================== --- head/ftp/wxdfast/files/patch-src__FinishedList.cpp Wed Oct 14 23:50:11 2015 (r399306) +++ head/ftp/wxdfast/files/patch-src__FinishedList.cpp Wed Oct 14 23:50:15 2015 (r399307) @@ -1,6 +1,6 @@ ---- ./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 @@ +--- src/FinishedList.cpp.orig 2007-03-11 22:45:24 UTC ++++ src/FinishedList.cpp +@@ -203,7 +203,7 @@ void mFinishedList::SelectUnselect(bool wxDateTime date; value = 0; config->Read(START_REG,&value); @@ -9,7 +9,7 @@ infolist->SetItem(5,1,date.Format()); } -@@ -211,7 +211,7 @@ +@@ -211,7 +211,7 @@ void mFinishedList::SelectUnselect(bool wxDateTime date; value = 0; config->Read(END_REG,&value);