diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index 98c0d3725d10..ddb3b83bbf0c 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -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}" diff --git a/ftp/wxdfast/files/patch-src__FinishedList.cpp b/ftp/wxdfast/files/patch-src__FinishedList.cpp index b4bdd516eba4..99f8560fca33 100644 --- a/ftp/wxdfast/files/patch-src__FinishedList.cpp +++ b/ftp/wxdfast/files/patch-src__FinishedList.cpp @@ -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);