Bug 78181 - [MAINTAINER-UPDATE] Update ports/www/xist to 2.8
Summary: [MAINTAINER-UPDATE] Update ports/www/xist to 2.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-28 08:10 UTC by Ying-Chieh Chen
Modified: 2005-03-01 07:41 UTC (History)
0 users

See Also:


Attachments
file.diff (190 bytes, patch)
2005-02-28 08:10 UTC, Ying-Chieh Chen
no flags Details | Diff
file.diff (1.64 KB, patch)
2005-02-28 08:10 UTC, Ying-Chieh Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.