From owner-freebsd-ports Thu Jan 18 3:11: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 0BDD537B699; Thu, 18 Jan 2001 03:10:40 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0IBAQa14423; Thu, 18 Jan 2001 13:10:36 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0IBARr43904; Thu, 18 Jan 2001 13:10:27 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A66CF20.50F04301@FreeBSD.org> Date: Thu, 18 Jan 2001 13:10:25 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Matthew Thyer Cc: nectar@FreeBSD.org, ports@FreeBSD.org Subject: Re: /usr/ports/x11-toolkits/wxgtk could do with an upgrade to 2.2.3 [patch] References: <3A6625E2.35500AD7@dsto.defence.gov.au> <3A6626CA.AA334FAF@dsto.defence.gov.au> Content-Type: multipart/mixed; boundary="------------A5491B10CA84B65CEE7FFF36" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------A5491B10CA84B65CEE7FFF36 Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Matthew Thyer wrote: > Correction, > > 2.2.4 is out as of 13 Jan 2001 > > Its at the master site listed in the port. The attached patch should do the trick. -Maxim --------------A5491B10CA84B65CEE7FFF36 Content-Type: text/plain; charset=x-user-defined; name="wxGTK-port.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="wxGTK-port.diff" ? work Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/wxgtk/Makefile,v retrieving revision 1.17 diff -d -u -r1.17 Makefile --- Makefile 2000/10/05 06:42:54 1.17 +++ Makefile 2001/01/18 10:44:16 @@ -6,7 +6,7 @@ # PORTNAME= wxgtk -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.4 CATEGORIES= x11-toolkits MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ DISTNAME= wxGTK-${PORTVERSION} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/wxgtk/distinfo,v retrieving revision 1.7 diff -d -u -r1.7 distinfo --- distinfo 2000/09/26 15:56:25 1.7 +++ distinfo 2001/01/18 10:44:16 @@ -1 +1 @@ -MD5 (wxGTK-2.2.2.tar.gz) = 7284e890e08079beca4cb4cd128a067c +MD5 (wxGTK-2.2.4.tar.gz) = b0fe1bf18033d6768302a9187eada3fe Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/wxgtk/pkg-plist,v retrieving revision 1.8 diff -d -u -r1.8 pkg-plist --- pkg-plist 2000/09/10 22:07:20 1.8 +++ pkg-plist 2001/01/18 10:44:16 @@ -329,7 +329,10 @@ share/locale/fi/LC_MESSAGES/wxstd.mo share/locale/fr/LC_MESSAGES/wxstd.mo share/locale/it/LC_MESSAGES/wxstd.mo +share/locale/nl/LC_MESSAGES/wxstd.mo share/locale/ru/LC_MESSAGES/wxstd.mo +share/locale/sv/LC_MESSAGES/wxstd.mo +share/locale/zh/LC_MESSAGES/wxstd.mo share/wx/afm/Cour.afm share/wx/afm/CourBo.afm share/wx/afm/CourBoO.afm @@ -342,6 +345,7 @@ share/wx/afm/TimesBoO.afm share/wx/afm/TimesO.afm share/wx/afm/TimesRo.afm +share/wx/afm/Zapf.afm share/wx/gs_afm/Cour.afm share/wx/gs_afm/CourBo.afm share/wx/gs_afm/CourBoO.afm @@ -354,16 +358,17 @@ share/wx/gs_afm/TimesBoO.afm share/wx/gs_afm/TimesO.afm share/wx/gs_afm/TimesRo.afm -@dirrm include/wx/generic -@dirrm include/wx/gtk -@dirrm include/wx/html -@dirrm include/wx/protocol -@dirrm include/wx/unix -@dirrm include/wx +share/wx/gs_afm/Zapf.afm +@dirrm share/wx/gs_afm +@dirrm share/wx/afm +@dirrm share/wx @dirrm lib/wx/include/wx/gtk @dirrm lib/wx/include/wx @dirrm lib/wx/include @dirrm lib/wx -@dirrm share/wx/afm -@dirrm share/wx/gs_afm -@dirrm share/wx +@dirrm include/wx/unix +@dirrm include/wx/protocol +@dirrm include/wx/html +@dirrm include/wx/gtk +@dirrm include/wx/generic +@dirrm include/wx --------------A5491B10CA84B65CEE7FFF36-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message