Date: Sat, 11 Mar 2006 17:47:36 +0200 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/94343: [PATCH] textproc/py-rxp: fix WWW Message-ID: <1142092056.12098@it.buh.tecnik93.com> Resent-Message-ID: <200603111550.k2BFoAVL011850@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94343 >Category: ports >Synopsis: [PATCH] textproc/py-rxp: fix WWW >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 11 15:50:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P >Description: Fix WWW, portlint. I wonder if examples installation sohould depend on NOPORTDOCS being defined or not. Reported by: fenner's distfiles survey >How-To-Repeat: >Fix: --- py-rxp.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/py-rxp/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 30 Dec 2005 13:07:52 -0000 1.10 +++ Makefile 11 Mar 2006 15:43:24 -0000 @@ -19,7 +19,6 @@ NO_WRKSUBDIR= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_REINPLACE= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-rxp DOCSDIR= ${PREFIX}/share/doc/py-rxp Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/py-rxp/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 10 May 2002 17:32:43 -0000 1.1 +++ pkg-descr 11 Mar 2006 15:43:24 -0000 @@ -8,4 +8,4 @@ part of ReportLab's forthcoming XML toolkit, which aims to offer simple, fast and pythonic tools for common XML processing tasks. -WWW: http://www.reportlab.com/xml/pyrxp.html +WWW: http://www.reportlab.org/pyrxp.html Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/py-rxp/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 10 May 2002 17:32:43 -0000 1.1 +++ pkg-plist 11 Mar 2006 15:43:24 -0000 @@ -1,18 +1,18 @@ lib/%%PYTHON_VERSION%%/site-packages/pyRXP.so -%%PORTDOCS%%share/doc/py-rxp/PyRXP_Documentation.rml -%%PORTDOCS%%share/doc/py-rxp/replogo.gif -%%PORTDOCS%%@dirrm share/doc/py-rxp -%%PORTDOCS%%share/examples/py-rxp/00readme.txt -%%PORTDOCS%%share/examples/py-rxp/benchmarks.py -%%PORTDOCS%%share/examples/py-rxp/expattree.py -%%PORTDOCS%%share/examples/py-rxp/hamlet.xml -%%PORTDOCS%%share/examples/py-rxp/play.dtd -%%PORTDOCS%%share/examples/py-rxp/rml_a.dtd -%%PORTDOCS%%share/examples/py-rxp/rml_a.xml -%%PORTDOCS%%share/examples/py-rxp/sample1.xml -%%PORTDOCS%%share/examples/py-rxp/sample2.xml -%%PORTDOCS%%share/examples/py-rxp/sample3.xml -%%PORTDOCS%%share/examples/py-rxp/sample4.xml -%%PORTDOCS%%share/examples/py-rxp/tinydtd.dtd -%%PORTDOCS%%share/examples/py-rxp/xmlutils.py -%%PORTDOCS%%@dirrm share/examples/py-rxp +%%PORTDOCS%%%%DOCSDIR%%/PyRXP_Documentation.rml +%%PORTDOCS%%%%DOCSDIR%%/replogo.gif +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%EXAMPLESDIR%%/00readme.txt +%%PORTDOCS%%%%EXAMPLESDIR%%/benchmarks.py +%%PORTDOCS%%%%EXAMPLESDIR%%/expattree.py +%%PORTDOCS%%%%EXAMPLESDIR%%/hamlet.xml +%%PORTDOCS%%%%EXAMPLESDIR%%/play.dtd +%%PORTDOCS%%%%EXAMPLESDIR%%/rml_a.dtd +%%PORTDOCS%%%%EXAMPLESDIR%%/rml_a.xml +%%PORTDOCS%%%%EXAMPLESDIR%%/sample1.xml +%%PORTDOCS%%%%EXAMPLESDIR%%/sample2.xml +%%PORTDOCS%%%%EXAMPLESDIR%%/sample3.xml +%%PORTDOCS%%%%EXAMPLESDIR%%/sample4.xml +%%PORTDOCS%%%%EXAMPLESDIR%%/tinydtd.dtd +%%PORTDOCS%%%%EXAMPLESDIR%%/xmlutils.py +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% --- py-rxp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1142092056.12098>