Date: Wed, 2 Nov 2005 02:00:14 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88343: Update port: ftp/downloader to 2.5.6 Message-ID: <20051102020014.7f69a2d6.tkato432@yahoo.com> Resent-Message-ID: <200511011710.jA1HAFoe022404@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88343 >Category: ports >Synopsis: Update port: ftp/downloader to 2.5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 01 17:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p13 i386 >Organization: >Environment: >Description: - Update to version 2.5.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/ftp/downloader/Makefile ftp/downloader/Makefile --- /usr/ports/ftp/downloader/Makefile Sun Oct 2 03:55:35 2005 +++ ftp/downloader/Makefile Mon Oct 31 03:59:05 2005 @@ -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 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_BZIP2= yes USE_GNOME= esound gnometarget gtk20 USE_REINPLACE= yes USE_GMAKE= yes diff -urN /usr/ports/ftp/downloader/distinfo ftp/downloader/distinfo --- /usr/ports/ftp/downloader/distinfo Sun Sep 18 12:27:14 2005 +++ ftp/downloader/distinfo Mon Oct 31 04:13:18 2005 @@ -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 -urN /usr/ports/ftp/downloader/files/patch-main-base64.cc ftp/downloader/files/patch-main-base64.cc --- /usr/ports/ftp/downloader/files/patch-main-base64.cc Sun Sep 18 05:34:23 2005 +++ ftp/downloader/files/patch-main-base64.cc Mon Oct 31 04:14:49 2005 @@ -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 -urN /usr/ports/ftp/downloader/pkg-plist ftp/downloader/pkg-plist --- /usr/ports/ftp/downloader/pkg-plist Sat Sep 10 13:29:21 2005 +++ ftp/downloader/pkg-plist Mon Oct 31 10:28:59 2005 @@ -54,6 +54,7 @@ %%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 @@ %%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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051102020014.7f69a2d6.tkato432>