diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-01 20:17:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-01 20:17:30 +0000 |
commit | af07a7c34525e1d85e8073a8c974e6ec3d2c557a (patch) | |
tree | 2a0eb601eac0c1038f2cc21f2c06c442428a090c /ftp | |
parent | e8bbbaa078f895b39f053e38b3eeba3db3e713c3 (diff) | |
download | ports-af07a7c34525e1d85e8073a8c974e6ec3d2c557a.tar.gz ports-af07a7c34525e1d85e8073a8c974e6ec3d2c557a.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/downloader/Makefile | 4 | ||||
-rw-r--r-- | ftp/downloader/distinfo | 4 | ||||
-rw-r--r-- | ftp/downloader/files/patch-main-base64.cc | 7 | ||||
-rw-r--r-- | ftp/downloader/pkg-plist | 2 |
4 files changed, 8 insertions, 9 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index 137003135655..61af7099aebd 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -7,8 +7,7 @@ # PORTNAME= downloader -PORTVERSION= 2.5.5 -PORTREVISION= 1 +PORTVERSION= 2.5.6 CATEGORIES= ftp MASTER_SITES= http://www.krasu.ru/soft/chuchelo/files/ \ ftp://ftp.chg.ru/pub/X11/applications/Xdownloader/ @@ -19,7 +18,6 @@ COMMENT= Program for downloading via FTP or HTTP with GUI BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_BZIP2= yes USE_GNOME= esound gnometarget gtk20 USE_REINPLACE= yes USE_GMAKE= yes diff --git a/ftp/downloader/distinfo b/ftp/downloader/distinfo index 13cad762e50b..284e8689fce5 100644 --- a/ftp/downloader/distinfo +++ b/ftp/downloader/distinfo @@ -1,2 +1,2 @@ -MD5 (d4x-2.5.5.tar.bz2) = ee3c7dc4618b6ead77a22685195fcf24 -SIZE (d4x-2.5.5.tar.bz2) = 1556952 +MD5 (d4x-2.5.6.tar.gz) = 2cbaf9d4f466ba48d2ecb73518c76c78 +SIZE (d4x-2.5.6.tar.gz) = 1945089 diff --git a/ftp/downloader/files/patch-main-base64.cc b/ftp/downloader/files/patch-main-base64.cc index 653a6decb0fb..b30bdebe6d10 100644 --- a/ftp/downloader/files/patch-main-base64.cc +++ b/ftp/downloader/files/patch-main-base64.cc @@ -1,9 +1,10 @@ ---- main/base64.cc.orig Fri Sep 16 13:32:16 2005 -+++ main/base64.cc Fri Sep 16 23:03:23 2005 -@@ -13,6 +13,7 @@ +--- main/base64.cc.orig Sun Oct 30 22:02:27 2005 ++++ main/base64.cc Mon Oct 31 04:14:40 2005 +@@ -13,7 +13,7 @@ #include "base64.h" #include <string.h> #include <stdio.h> +-#include <stdint.h> +#include <inttypes.h> char Table64[64]={ 'A','B','C','D','E','F','G','H', diff --git a/ftp/downloader/pkg-plist b/ftp/downloader/pkg-plist index 486972e17306..5d15f1e1f5fa 100644 --- a/ftp/downloader/pkg-plist +++ b/ftp/downloader/pkg-plist @@ -54,6 +54,7 @@ bin/nt %%DATADIR%%/themes/glass.xml %%DATADIR%%/themes/glass/dnd1.png %%DATADIR%%/themes/glass/dnd2.png +%%DATADIR%%/themes/glass/tray.png %%DATADIR%%/themes/glass2.xml %%DATADIR%%/themes/glass2/dnd1.png %%DATADIR%%/themes/glass2/dnd2.png @@ -76,7 +77,6 @@ bin/nt %%DATADIR%%/themes/gnome/popup/down.png %%DATADIR%%/themes/gnome/popup/log.png %%DATADIR%%/themes/gnome/popup/pause.png -%%DATADIR%%/themes/gnome/popup/remove.png %%DATADIR%%/themes/gnome/popup/remove_completed.png %%DATADIR%%/themes/gnome/popup/start.png %%DATADIR%%/themes/gnome/popup/up.png |