diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-14 23:50:15 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-14 23:50:15 +0000 |
commit | 210bd4dc364fdc9cd73db3839e45e63f3d6c7ed2 (patch) | |
tree | 0cfa4a5adf546147b744e9b957e79174befe80cd /ftp | |
parent | ae3c5920f81a1ca244a6dab2c6d1102c724210ec (diff) |
- Add LICENSE_FILE
- Drop unneeded WX_UNICODE
- Regenerate patches with `make makepatch`
Notes
Notes:
svn path=/head/; revision=399307
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wxdfast/Makefile | 2 | ||||
-rw-r--r-- | ftp/wxdfast/files/patch-src__FinishedList.cpp | 8 |
2 files changed, 5 insertions, 5 deletions
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); |