FreeBSD Bugzilla – Attachment 32396 Details for
Bug 53542
[patch] Update textproc/dtdinst to 2003.06.19
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.92 KB, created by
stolz
on 2003-06-20 09:20:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
stolz
Created:
2003-06-20 09:20:08 UTC
Size:
1.92 KB
patch
obsolete
>--- Makefile.orig Fri Jun 20 09:37:46 2003 >+++ Makefile Fri Jun 20 10:11:54 2003 >@@ -6,33 +6,33 @@ > # > > PORTNAME= dtdinst >-PORTVERSION= 2003.01.22 >+PORTVERSION= 2003.06.19 > CATEGORIES= textproc >-MASTER_SITES= http://www.thaiopensource.com/relaxng/dtdinst/ >-DISTNAME= ${PORTNAME} >-DISTFILES= dtdinst.jar dtdinst2rng.xsl index.html copying.txt >-DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} >-EXTRACT_ONLY= >+MASTER_SITES= http://www.thaiopensource.com/download/ >+DISTNAME= ${PORTNAME}-20030619 >+EXTRACT_SUFX= .zip > > MAINTAINER= ports@FreeBSD.org > COMMENT= Converts DTDs to XML instance, in a specific or RELAX NG format > >-BROKEN= "Checksum mismatch" >- >+USE_ZIP= YES > USE_JAVA= 1.1+ > NO_BUILD= yes >+WRKSRC= ${WRKDIR}/${DISTNAME} > > NO_BUILD_DEPENDS_JAVA= yes > > do-install: >- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.jar ${JAVAJARDIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVAJARDIR} > ${MKDIR} ${PREFIX}/share/xsl/${PORTNAME} >- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.xsl \ >- ${PREFIX}/share/xsl/${PORTNAME} >+ ${INSTALL_DATA} ${WRKSRC}/*.xsl ${PREFIX}/share/xsl/${PORTNAME} > > post-install: >+.if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.html ${DOCSDIR} >- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.txt ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/dtdinst.rng ${DOCSDIR} >+.endif > > .include <bsd.port.mk> >--- pkg-plist.orig Fri Jun 20 10:04:58 2003 >+++ pkg-plist Fri Jun 20 10:11:13 2003 >@@ -2,6 +2,9 @@ > share/xsl/dtdinst/dtdinst2rng.xsl > @dirrm share/xsl/dtdinst > @unexec rmdir %D/share/xsl 2>/dev/null || true >-%%DOCSDIR%%/copying.txt >-%%DOCSDIR%%/index.html >-@dirrm %%DOCSDIR%% >+%%PORTDOCS%%%%DOCSDIR%%/copying.txt >+%%PORTDOCS%%%%DOCSDIR%%/index.html >+%%PORTDOCS%%%%DOCSDIR%%/dtdinst.rng >+%%PORTDOCS%%%%DOCSDIR%%/dtdinst.rnc.txt >+%%PORTDOCS%%%%DOCSDIR%%/teixml.dtd.txt >+%%PORTDOCS%%@dirrm %%DOCSDIR%% >--- dtdinst ends here ---
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 53542
: 32396