svn commit: r399307 - in head/ftp/wxdfast: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 14 23:50:16 UTC 2015


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 at 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);


More information about the svn-ports-all mailing list