FreeBSD Bugzilla – Attachment 87280 Details for
Bug 123868
Update port: devel/epydoc to 3.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.59 KB, created by
tkato432
on 2008-05-21 18:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2008-05-21 18:10:02 UTC
Size:
2.59 KB
patch
obsolete
>diff -urN /usr/ports/devel/epydoc/Makefile devel/epydoc/Makefile >--- /usr/ports/devel/epydoc/Makefile 2008-02-09 22:20:48.000000000 +0900 >+++ devel/epydoc/Makefile 2008-04-07 01:18:57.000000000 +0900 >@@ -7,42 +7,37 @@ > # > > PORTNAME= epydoc >-PORTVERSION= 3.0 >+PORTVERSION= 3.0.1 > CATEGORIES= devel >-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >-MASTER_SITE_SUBDIR= ${PORTNAME} >+MASTER_SITES= SF > > MAINTAINER= ports@FreeBSD.org > COMMENT= Python API documentation generation tool > >+OPTIONS= UTF8 "Use UTF-8 instead of iso-8859-1 in HTMLs" off >+ > USE_PYTHON= yes > USE_PYDISTUTILS= yes > > MAN1= epydoc.1 epydocgui.1 > >-OPTIONS= UTF8 "Use UTF-8 instead of iso-8859-1 in HTMLs" off >- >-HTMLENCODINGFILES= epydoc/docwriter/html_colorize.py \ >- epydoc/docwriter/html.py \ >- epydoc/docparser.py >- > .include <bsd.port.pre.mk> > > .if defined(WITH_UTF8) > HTMLENCODING?= utf-8 > .endif >-.if defined(HTMLENCODING) >+ > post-patch: >-.for f in ${HTMLENCODINGFILES} >- ${REINPLACE_CMD} 's,iso-8859-1,${HTMLENCODING},g' ${WRKSRC}/${f} >-.endfor >+.if defined(HTMLENCODING) >+ @${GREP} -lR "iso-8859-1" ${WRKSRC}/epydoc | \ >+ ${XARGS} ${REINPLACE_CMD} -e 's|iso-8859-1|${HTMLENCODING}|g' > .endif > > post-install: > cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >- ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} >+ @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}) > .endif > > .include <bsd.port.post.mk> >diff -urN /usr/ports/devel/epydoc/distinfo devel/epydoc/distinfo >--- /usr/ports/devel/epydoc/distinfo 2008-02-09 22:20:48.000000000 +0900 >+++ devel/epydoc/distinfo 2008-02-24 01:38:50.000000000 +0900 >@@ -1,3 +1,3 @@ >-MD5 (epydoc-3.0.tar.gz) = d8034da7eb417ac69e28af69e88facdd >-SHA256 (epydoc-3.0.tar.gz) = 88227e10e14563ffb7309128578a6f2a95d6b5bd09970be67ab49b3bf69f05a4 >-SIZE (epydoc-3.0.tar.gz) = 1775174 >+MD5 (epydoc-3.0.1.tar.gz) = cdd6f6c76dd8bab5e653a343a0544294 >+SHA256 (epydoc-3.0.1.tar.gz) = d4e5c8d90937d01b05170f592c1fa9b29e9ed0498dfe7f0eb2a3af61725b6ad1 >+SIZE (epydoc-3.0.1.tar.gz) = 1785792 >diff -urN /usr/ports/devel/epydoc/pkg-plist devel/epydoc/pkg-plist >--- /usr/ports/devel/epydoc/pkg-plist 2008-02-09 22:20:51.000000000 +0900 >+++ devel/epydoc/pkg-plist 2008-02-24 01:55:33.000000000 +0900 >@@ -378,6 +378,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/redirect.html > %%PORTDOCS%%%%DOCSDIR%%/examples/sre-module.html > %%PORTDOCS%%%%DOCSDIR%%/examples/sre-pysrc.html >+%%PORTDOCS%%%%DOCSDIR%%/examples/sre.Scanner-class.html > %%PORTDOCS%%%%DOCSDIR%%/examples/sre_constants.error-class.html > %%PORTDOCS%%%%DOCSDIR%%/examples/term-index.html > %%PORTDOCS%%%%DOCSDIR%%/examples/toc-epytext_example-module.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 123868
: 87280