From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 2 17:50:03 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BBCE16A46C for ; Sat, 2 Jun 2007 17:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1DA1213C457 for ; Sat, 2 Jun 2007 17:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l52Ho2wQ026582 for ; Sat, 2 Jun 2007 17:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l52Ho2ZP026581; Sat, 2 Jun 2007 17:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 2 Jun 2007 17:50:02 GMT Resent-Message-Id: <200706021750.l52Ho2ZP026581@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Snyder Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12AFD16A4F6 for ; Sat, 2 Jun 2007 17:42:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id E19AB13C52B for ; Sat, 2 Jun 2007 17:42:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l52Hgkuk002446 for ; Sat, 2 Jun 2007 17:42:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l52Hgk96002445; Sat, 2 Jun 2007 17:42:46 GMT (envelope-from nobody) Message-Id: <200706021742.l52Hgk96002445@www.freebsd.org> Date: Sat, 2 Jun 2007 17:42:46 GMT From: James Snyder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/113261: editors/scribes update available X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 17:50:03 -0000 >Number: 113261 >Category: ports >Synopsis: editors/scribes update available >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 02 17:50:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: James Snyder >Release: 6.2-STABLE >Organization: >Environment: FreeBSD Hippo 6.2-STABLE FreeBSD 6.2-STABLE #3: Mon May 28 17:54:13 CDT 2007 jsnyder@Hippo:/usr/obj/usr/src/sys/SMP_amd i386 >Description: O.3.2.5 update available, patch attached. Wasn't sure if the gettext patch is still needed, or why (checked CVS, no explanation), but I've udpated the patch file since the same change can still be applied if line numbers are adjusted for. >How-To-Repeat: >Fix: patch to update. this rev seems more stable on my system that the version currently in ports. Patch attached with submission follows: --- Makefile Sat Jun 2 12:06:53 2007 +++ Makefile Sat Jun 2 12:07:32 2007 @@ -4,11 +4,11 @@ # # $FreeBSD: ports/editors/scribes/Makefile,v 1.3 2007/05/19 20:04:15 flz Exp $ # PORTNAME= scribes -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2.5 PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} --- distinfo Sat Jun 2 12:06:53 2007 +++ distinfo Sat Jun 2 12:07:48 2007 @@ -1,3 +1,3 @@ -MD5 (scribes-0.3.1.tar.bz2) = 3c6e15b3beab3adc09ac0c4abed3290f -SHA256 (scribes-0.3.1.tar.bz2) = dfff6ed66a3c38e5903301e6968080947eb9581a7edef5559e6b55bd81fbafa3 -SIZE (scribes-0.3.1.tar.bz2) = 913984 +MD5 (scribes-0.3.2.5.tar.bz2) = d5931f73520af92ee00a16b77bd17ba2 +SHA256 (scribes-0.3.2.5.tar.bz2) = 64635fb706aad7e54a8eeab4c32c020d475a728a957ca4576ac862d217ca7238 +SIZE (scribes-0.3.2.5.tar.bz2) = 909589 --- files/patch-gettext Sat Jun 2 12:07:21 2007 +++ files/patch-gettext Sat Jun 2 12:24:31 2007 @@ -1,12 +1,10 @@ ---- SCRIBES/InstanceManager.py Thu Mar 22 08:44:46 2007 -+++ SCRIBES/InstanceManager.py Thu Mar 22 08:45:08 2007 -@@ -356,7 +356,8 @@ - locale_folder = path.join(scribes_data_path, "locale") +--- SCRIBES/InstanceManager.py Sun Apr 29 14:38:18 2007 ++++ SCRIBES/InstanceManager.py Sat Jun 2 12:19:03 2007 +@@ -362,5 +362,6 @@ # Initialize glade first. try: - from locale import setlocale, LC_ALL, Error, bindtextdomain + from locale import setlocale, LC_ALL, Error + from gettext import bindtextdomain bindtextdomain("scribes", locale_folder) setlocale(LC_ALL, "") - except Error: >Release-Note: >Audit-Trail: >Unformatted: