diff options
author | hq <hq@FreeBSD.org> | 2005-11-24 13:22:51 +0000 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-11-24 13:22:51 +0000 |
commit | e8b7014d665b96b5d0bd6bfc0187a32f1269869c (patch) | |
tree | 7a6453a8d51c719841282edf5754c620a4f94e72 /textproc/saxon-he | |
parent | 897f9fbdb70dddd5eb5eae38f0cc592eb031a2b2 (diff) | |
download | FreeBSD-ports-e8b7014d665b96b5d0bd6bfc0187a32f1269869c.zip FreeBSD-ports-e8b7014d665b96b5d0bd6bfc0187a32f1269869c.tar.gz |
Update to 8.6.1 (maintenance release for the 8.6 branch)
Saxon 8.6.x is a complete and conformant implementation of the Candidate
Recommendations for XSLT 2.0, XQuery 1.0, and XPath 2.0 published on 3 November
2005
Diffstat (limited to 'textproc/saxon-he')
-rw-r--r-- | textproc/saxon-he/Makefile | 8 | ||||
-rw-r--r-- | textproc/saxon-he/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile index aac20e2..c4b7b08 100644 --- a/textproc/saxon-he/Makefile +++ b/textproc/saxon-he/Makefile @@ -6,7 +6,7 @@ # PORTNAME= saxon -PORTVERSION= 8.5.1 +PORTVERSION= 8.6.1 PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -30,7 +30,7 @@ CONFLICTS= saxon-6.* JARFILES= saxon8-sql.jar saxon8.jar PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon bin/saxon-xquery .if !defined(NOPORTDOCS) -PORTDOCS= background documentation img index.html +PORTDOCS= * .endif SUB_FILES= saxon.sh @@ -52,8 +52,8 @@ do-install: @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}/..." @cd ${WRKSRC}/doc/ \ - && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ - && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; + && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ + && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; @${ECHO_MSG} " [ DONE ]" .endif @${ECHO_MSG} -n ">> Installing scripts in ${PREFIX}/bin..." diff --git a/textproc/saxon-he/distinfo b/textproc/saxon-he/distinfo index 7a98cff..e05b54f 100644 --- a/textproc/saxon-he/distinfo +++ b/textproc/saxon-he/distinfo @@ -1,2 +1,2 @@ -MD5 (saxonb8-5-1.zip) = d2a6ebbfd097e4cd158bb2e23b138fd7 -SIZE (saxonb8-5-1.zip) = 8003539 +MD5 (saxonb8-6-1.zip) = b2a739108e5925aeb8dcca290c436857 +SIZE (saxonb8-6-1.zip) = 8559099 |