Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2006 20:18:49 +0800 (CST)
From:      Dryice Liu <dryice@dryice.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94473: [maintainer] textproc/py-feedparser: RUN_DEPENDS on textproc/py-chardet
Message-ID:  <200603151218.k2FCInHw056441@readonline.info>
Resent-Message-ID: <200603151220.k2FCKEss070269@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94473
>Category:       ports
>Synopsis:       [maintainer] textproc/py-feedparser: RUN_DEPENDS on textproc/py-chardet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 15 12:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:
	Utilize chardet to do charactor encoding auto detection
>How-To-Repeat:
	
>Fix:

	

--- attached file begins here ---
diff -ruN py-feedparser.old/Makefile py-feedparser/Makefile
--- py-feedparser.old/Makefile	Fri Jan 20 03:12:20 2006
+++ py-feedparser/Makefile	Wed Mar 15 20:15:22 2006
@@ -17,6 +17,8 @@
 MAINTAINER=	dryice@dryice.name
 COMMENT=	An RSS feed parser written in Python
 
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet
+
 WRKSRC=		${WRKDIR}
 USE_PYTHON=	2.1+
 USE_ZIP=	yes
--- attached file ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603151218.k2FCInHw056441>