diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-13 16:33:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-13 16:33:42 +0000 |
commit | a84b08bc7e74f7f5ace2fdcb7391640dfbac95ed (patch) | |
tree | d52838961c4dd7b206b8a4c131b22ab7757469c1 /net/gtm/Makefile | |
parent | 54dfcb04c346934c25fecba7fdba2eca3a4d1a0d (diff) | |
download | pkgsrc-a84b08bc7e74f7f5ace2fdcb7391640dfbac95ed.tar.gz |
Update to 0.4.6, provided by Mario Kemper in pkg/12309.
Changes:
* New dialog box to add a list of files to be downloaded differing
only in a sequence number (code contributed by Matthew Tuck
<matty@chariot.net.au>).
* Fixed lot of error messages showing when network was down (thanks
to Gianluca Montecchi <gianluca@pluto.linux.it> for the patch)
* Scroll the file list to make the file just started visible
(automatically or manually started)
* Applet properly resizes to different panel sizes
* Fixed incorrect CORBA communication error messages reported to the
user
* Applet transparency problems solved. Now the applet properly
sets its background with different GTK themes and panel backgrounds
* GTM and GTM applet now set their icons (looks cool when iconized)
* Fixed wget timeout bad argument
* Added ability to drag files from GTM, also the new file dialogs
now accept drag data.
Diffstat (limited to 'net/gtm/Makefile')
-rw-r--r-- | net/gtm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gtm/Makefile b/net/gtm/Makefile index 8951608b3b1..dfcdcc78fd3 100644 --- a/net/gtm/Makefile +++ b/net/gtm/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:18:57 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/13 16:33:42 wiz Exp $ -DISTNAME= gtm-0.4.5 +DISTNAME= gtm-0.4.6 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/} -MAINTAINER= magick@bundy.lip.owl.de +MAINTAINER= magick@zhadum.de HOMEPAGE= http://gtm.sourceforge.net/ COMMENT= Gnome Transfer Manager |