diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-15 07:50:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-15 07:50:15 +0800 |
commit | ad3b0ce6b52815246e690d5776e68d2f68835ffe (patch) | |
tree | 0cfa4a5adf546147b744e9b957e79174befe80cd /ftp | |
parent | 3847c548a5b249add8ead25aae1730f65e5feee8 (diff) | |
download | freebsd-ports-gnome-ad3b0ce6b52815246e690d5776e68d2f68835ffe.tar.gz freebsd-ports-gnome-ad3b0ce6b52815246e690d5776e68d2f68835ffe.tar.zst freebsd-ports-gnome-ad3b0ce6b52815246e690d5776e68d2f68835ffe.zip |
- Add LICENSE_FILE
- Drop unneeded WX_UNICODE
- Regenerate patches with `make makepatch`
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); |