Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 23:50:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399307 - in head/ftp/wxdfast: . files
Message-ID:  <201510142350.t9ENoFCH051635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510142350.t9ENoFCH051635>