From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 27 15:25:24 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD03816A4BF for ; Wed, 27 Aug 2003 15:25:24 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id C586943FE1 for ; Wed, 27 Aug 2003 15:25:23 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao08.cox.net (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with ESMTP id <20030827222517.BHAX19774.lakemtao08.cox.net@mezz.mezzweb.com>; Wed, 27 Aug 2003 18:25:17 -0400 To: Adam McLaurin References: <1061992945.1672.11.camel@jake> Message-ID: From: Jeremy Messenger Content-Type: multipart/mixed; boundary="----------urLfVTLJgeGecAQFLum3k9" MIME-Version: 1.0 Date: Wed, 27 Aug 2003 17:24:27 -0500 In-Reply-To: <1061992945.1672.11.camel@jake> User-Agent: Opera7.11/Linux M2 build 406 cc: FreeBSD GNOME Users Subject: [PATCH] Re: New gedit available (2.3.4, 2.3.5) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 22:25:25 -0000 ------------urLfVTLJgeGecAQFLum3k9 Content-Type: text/plain; charset=utf-8; format=flowed On Wed, 27 Aug 2003 10:02:26 -0400, Adam McLaurin wrote: > http://www.gnome.org/project/shownotes.php?release_id=2172 > http://www.gnome.org/project/shownotes.php?release_id=2177 > > Not too much in these updates, but they address the most common bug > reports in 2.3.3. > > Paolo is a bit distracted by the birth of his first child, so gedit > development has slowed down quite a bit. However, he's really pushing to > get a lot done before the Sept 15th deadline for GNOME 2.4. We'll see > how it works out. Here's an attach of gedit2.diff to update 2.3.5. Cheers, Mezz -- bsdforums.org 's moderator, mezz. ------------urLfVTLJgeGecAQFLum3k9 Content-Disposition: attachment; filename="gedit2.diff" Content-Type: text/plain; name="gedit2.diff" diff -ur gedit2.orig/Makefile gedit2/Makefile --- gedit2.orig/Makefile Mon Jun 30 21:54:26 2003 +++ gedit2/Makefile Wed Aug 27 16:48:38 2003 @@ -6,7 +6,7 @@ # PORTNAME= gedit2 -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.5 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 diff -ur gedit2.orig/distinfo gedit2/distinfo --- gedit2.orig/distinfo Mon Jun 30 21:54:26 2003 +++ gedit2/distinfo Wed Aug 27 16:49:19 2003 @@ -1 +1 @@ -MD5 (gnome2/gedit-2.3.3.tar.bz2) = e5db5597561219b87cafaee5fa63be52 +MD5 (gnome2/gedit-2.3.5.tar.bz2) = 3b98f443f5fc9f019d2b3596db3a641a diff -ur gedit2.orig/files/patch-configure gedit2/files/patch-configure --- gedit2.orig/files/patch-configure Sat Apr 12 02:19:05 2003 +++ gedit2/files/patch-configure Wed Aug 27 16:57:34 2003 @@ -1,6 +1,6 @@ ---- configure.orig Tue Dec 17 05:27:57 2002 -+++ configure Sun Dec 22 17:31:25 2002 -@@ -7270,6 +7270,7 @@ +--- configure.orig Wed Aug 27 16:54:44 2003 ++++ configure Wed Aug 27 16:57:11 2003 +@@ -18477,6 +18477,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,7 +8,7 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10758,17 +10759,17 @@ +@@ -21215,17 +21216,17 @@ if test "x${prefix}" = "xNONE"; then cat >>confdefs.h <<_ACEOF diff -ur gedit2.orig/pkg-plist gedit2/pkg-plist --- gedit2.orig/pkg-plist Mon Jun 30 21:54:26 2003 +++ gedit2/pkg-plist Wed Aug 27 17:13:14 2003 @@ -189,6 +189,7 @@ share/locale/ml/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/mn/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/ms/LC_MESSAGES/gedit-%%VERSION%%.mo +share/locale/ne/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/nn/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/no/LC_MESSAGES/gedit-%%VERSION%%.mo @@ -224,6 +225,7 @@ @dirrm share/gnome/help/gedit/de @dirrm share/gnome/help/gedit/C/figures @dirrm share/gnome/help/gedit/C +@dirrm share/gnome/help/gedit @dirrm share/gnome/gedit-2/ui @dirrm share/gnome/gedit-2/taglist @dirrm share/gnome/gedit-2/glade ------------urLfVTLJgeGecAQFLum3k9--