mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Add LICENSE_FILE
- Drop unneeded WX_UNICODE - Regenerate patches with `make makepatch`
This commit is contained in:
parent
ae3c5920f8
commit
210bd4dc36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399307
@ -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}"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user