ports/113261: editors/scribes update available

James Snyder jbsnyder at fanplastic.org
Sat Jun 2 17:50:03 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list