Bug 78181

Summary: [MAINTAINER-UPDATE] Update ports/www/xist to 2.8
Product: Ports & Packages Reporter: Ying-Chieh Chen <yinjieh>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Ying-Chieh Chen 2005-02-28 08:10:19 UTC
      Maintainer update ports/www/xist to 2.8 and unbreak the port

Fix: Apply the following patch:

PORTNAME=      xist
-PORTVERSION=   2.5
+PORTVERSION=   2.8
 CATEGORIES=    www python
 MASTER_SITES=  ftp://ftp.livinglogic.de/pub/livinglogic/xist/
 DISTNAME=      ll-${PORTNAME}-${PORTVERSION}
@@ -19,14 +19,12 @@
                ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \
                ${PYTHON_SITELIBDIR}/mx/Tidy/mxTidy/mxTidy.so:${PORTSDIR}/devel/py-mx-experimental

-BROKEN=                Broken dependency after python 2.4 update
-
-USE_PYTHON=    2.3
+USE_PYTHON=    2.4
 USE_PYDISTUTILS=       yes
 USE_BZIP2=     yes

 post-install:
-.for file in doc2txt dtd2xsc tld2xsc xscmake
+.for file in doc2txt dtd2xsc tld2xsc
        @${MV} ${PREFIX}/bin/${file}.py ${PREFIX}/bin/${file}
 .endfor
How-To-Repeat:       N/A
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-03-01 07:41:34 UTC
State Changed
From-To: open->closed

Committed, Thank you.