ports/129319: [Update]textproc/py-enchant:update to 1.5.0

Wen Heping wenheping at gmail.com
Mon Dec 1 01:20:01 UTC 2008


>Number:         129319
>Category:       ports
>Synopsis:       [Update]textproc/py-enchant:update to 1.5.0
>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:   Mon Dec 01 01:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Sep 21 18:56:51 HKT 2008     root at fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 1.5.0 from 1.3.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -curN py-enchant/Makefile py-enchant.new/Makefile
--- py-enchant/Makefile	2008-06-06 22:04:55.000000000 +0800
+++ py-enchant.new/Makefile	2008-12-01 17:01:18.000000000 +0800
@@ -6,9 +6,7 @@
 #
 
 PORTNAME=	enchant
-PORTVERSION=	1.3.1
-#PORTREVISION=	0
-PORTREVISION=	1
+PORTVERSION=	1.5.0
 CATEGORIES=	textproc devel python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	py${PORTNAME}
@@ -23,7 +21,7 @@
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-USE_WX=	2.6
+USE_WX=	2.8
 WX_COMPS=	python:run
 
 PYDISTUTILS_PKGNAME=	pyenchant
diff -curN py-enchant/distinfo py-enchant.new/distinfo
--- py-enchant/distinfo	2007-12-21 04:00:01.000000000 +0800
+++ py-enchant.new/distinfo	2008-11-28 22:15:13.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (pyenchant-1.3.1.tar.gz) = 788302ccab3450097d5f466ff0a5b935
-SHA256 (pyenchant-1.3.1.tar.gz) = 4ebba12f26f3d81330e44d32926c2170c213f971832e99b78aa44aa288b43472
-SIZE (pyenchant-1.3.1.tar.gz) = 67319
+MD5 (pyenchant-1.5.0.tar.gz) = 44e9d7b9132c3abbd37d5cac183f1378
+SHA256 (pyenchant-1.5.0.tar.gz) = ea8de52e48b933b65285449614a83af43ea5479c1a62b93663dcb5bf84826618
+SIZE (pyenchant-1.5.0.tar.gz) = 36816
diff -curN py-enchant/files/patch-enchant-checker-wxSpellCheckerDialog.py py-enchant.new/files/patch-enchant-checker-wxSpellCheckerDialog.py
--- py-enchant/files/patch-enchant-checker-wxSpellCheckerDialog.py	2006-11-17 18:42:58.000000000 +0800
+++ py-enchant.new/files/patch-enchant-checker-wxSpellCheckerDialog.py	1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- enchant/checker/wxSpellCheckerDialog.py	Thu Aug 10 09:33:29 2006
-+++ enchant/checker/wxSpellCheckerDialog.py.port	Sun Nov 12 22:50:39 2006
-@@ -49,6 +49,8 @@
- 
- """
- 
-+import wxversion
-+wxversion.select('2.6')
- import wx
- 
- class wxSpellCheckerDialog(wx.Dialog):
diff -curN py-enchant/files/patch-setup.py py-enchant.new/files/patch-setup.py
--- py-enchant/files/patch-setup.py	1970-01-01 08:00:00.000000000 +0800
+++ py-enchant.new/files/patch-setup.py	2008-11-29 00:26:24.000000000 +0800
@@ -0,0 +1,13 @@
+--- setup.py.orig	2008-11-29 00:25:54.000000000 +0800
++++ setup.py	2008-11-29 00:26:05.000000000 +0800
+@@ -5,8 +5,8 @@
+ #  This script is placed in the public domain.
+ #
+ 
+-import ez_setup
+-ez_setup.use_setuptools()
++#import ez_setup
++#ez_setup.use_setuptools()
+ 
+ from setuptools import setup, find_packages, Extension
+ 
diff -curN py-enchant/pkg-plist py-enchant.new/pkg-plist
--- py-enchant/pkg-plist	2006-11-17 18:42:57.000000000 +0800
+++ py-enchant.new/pkg-plist	2008-11-28 22:15:13.000000000 +0800
@@ -1,7 +1,10 @@
 @comment $FreeBSD: ports/textproc/py-enchant/pkg-plist,v 1.2 2006/11/17 10:42:57 miwi Exp $
 %%PYTHON_SITELIBDIR%%/enchant/__init__.py
 %%PYTHON_SITELIBDIR%%/enchant/__init__.pyc
-%%PYTHON_SITELIBDIR%%/enchant/_enchant.so
+%%PYTHON_SITELIBDIR%%/enchant/_enchant.py
+%%PYTHON_SITELIBDIR%%/enchant/_enchant.pyc
+%%PYTHON_SITELIBDIR%%/enchant/pypwl.py
+%%PYTHON_SITELIBDIR%%/enchant/pypwl.pyc
 %%PYTHON_SITELIBDIR%%/enchant/checker/CmdLineChecker.py
 %%PYTHON_SITELIBDIR%%/enchant/checker/CmdLineChecker.pyc
 %%PYTHON_SITELIBDIR%%/enchant/checker/__init__.py


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list