mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
upgrade to 2.02
This commit is contained in:
parent
1394653bf4
commit
6121f78de8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61866
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= downloader
|
||||
PORTVERSION= 2.01
|
||||
PORTVERSION= 2.02
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://www.krasu.ru/soft/chuchelo/files/ \
|
||||
ftp://ftp.chg.ru/pub/X11/applications/Xdownloader/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (d4x-2.01.tar.gz) = 85d1974895b6d5431dfd3c42bb887b4d
|
||||
MD5 (d4x-2.02.tar.gz) = 54a134fe5edfb3558fe07ac76f08a901
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- main/dqueue.cc.orig Tue May 28 02:55:12 2002
|
||||
+++ main/dqueue.cc Sun Jun 16 08:38:39 2002
|
||||
@@ -127,7 +127,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
-void d4xDownloadQueue::add(tDownload *what,int where=DL_WAIT){
|
||||
+void d4xDownloadQueue::add(tDownload *what,int where){
|
||||
if (where==DL_WAIT || where==DL_RUN)
|
||||
RUN_OR_WAIT_DOWNLOADS+=1;
|
||||
queues[where]->insert(what);
|
@ -1,11 +0,0 @@
|
||||
--- main/hproxy.cci.orig Thu Apr 4 03:51:31 2002
|
||||
+++ main/hproxy.cc Sun Jun 16 08:35:12 2002
|
||||
@@ -95,7 +95,7 @@
|
||||
tProxyDownload::tProxyDownload(tWriterLoger *log):tHttpDownload(log){
|
||||
};
|
||||
|
||||
-int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) {
|
||||
+int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) {
|
||||
DBC_RETVAL_IF_FAIL(hostinfo!=NULL,-1);
|
||||
DBC_RETVAL_IF_FAIL(cfg!=NULL,-1);
|
||||
HTTP=new tHProxyClient(cfg);
|
@ -1,11 +0,0 @@
|
||||
--- main/httpd.cc.orig Thu Mar 28 10:34:34 2002
|
||||
+++ main/httpd.cc Sun Jun 16 08:37:50 2002
|
||||
@@ -179,7 +179,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
-int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) {
|
||||
+int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) {
|
||||
Persistent=0;
|
||||
HTTP=new tHttpClient(cfg);
|
||||
RetrNum=0;
|
@ -27,6 +27,14 @@ share/d4x/themes/old_theme/buttons/speedhigh.png
|
||||
share/d4x/themes/old_theme/buttons/speedlow.png
|
||||
share/d4x/themes/old_theme/buttons/speedmedium.png
|
||||
share/d4x/themes/old_theme/buttons/stop.png
|
||||
share/d4x/themes/old_theme/queue/complete.png
|
||||
share/d4x/themes/old_theme/queue/failed.png
|
||||
share/d4x/themes/old_theme/queue/paused.png
|
||||
share/d4x/themes/old_theme/queue/run.png
|
||||
share/d4x/themes/old_theme/queue/runbad.png
|
||||
share/d4x/themes/old_theme/queue/runpart.png
|
||||
share/d4x/themes/old_theme/queue/stopwait.png
|
||||
share/d4x/themes/old_theme/queue/wait.png
|
||||
share/d4x/themes/old_theme/dnd1.png
|
||||
share/d4x/themes/old_theme/dnd2.png
|
||||
share/d4x/themes/old_theme/dndmini.png
|
||||
@ -57,6 +65,7 @@ share/locale/ru/LC_MESSAGES/d4x.mo
|
||||
share/locale/uk/LC_MESSAGES/d4x.mo
|
||||
%%PORTDOCS%%@dirrm share/doc/d4x
|
||||
@dirrm share/d4x/themes/old_theme/buttons
|
||||
@dirrm share/d4x/themes/old_theme/queue
|
||||
@dirrm share/d4x/themes/old_theme
|
||||
@dirrm share/d4x/themes/glass
|
||||
@dirrm share/d4x/themes
|
||||
|
Loading…
Reference in New Issue
Block a user