Date: Thu, 18 Jan 2001 13:10:25 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Matthew Thyer <Matthew.Thyer@dsto.defence.gov.au> Cc: nectar@FreeBSD.org, ports@FreeBSD.org Subject: Re: /usr/ports/x11-toolkits/wxgtk could do with an upgrade to 2.2.3 [patch] Message-ID: <3A66CF20.50F04301@FreeBSD.org> References: <3A6625E2.35500AD7@dsto.defence.gov.au> <3A6626CA.AA334FAF@dsto.defence.gov.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A66CF20.50F04301>