From 862311ec6570faf6bce994ca0dcbe14e7bfd95f0 Mon Sep 17 00:00:00 2001 From: hq Date: Thu, 30 Dec 2004 23:43:44 +0000 Subject: - Back out version upgrade from last commit: Saxon 8.2 requires JAXP 1.3 which it is not possible (AFAICT) to port for now, due to the GUI installer used by Sun. JAXP 1.3 is included in J2SE 1.5 so Saxon 8.2 will be back in the ports tree when we get a working JDK 1.5. - Rename a temporary variable to keep portlint(1) happy --- textproc/saxon-devel/Makefile | 11 ++++++----- textproc/saxon-devel/distinfo | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'textproc/saxon-devel') diff --git a/textproc/saxon-devel/Makefile b/textproc/saxon-devel/Makefile index a15946d3c77b..4ba6e738ef0a 100644 --- a/textproc/saxon-devel/Makefile +++ b/textproc/saxon-devel/Makefile @@ -6,7 +6,8 @@ # PORTNAME= saxon -PORTVERSION= 8.2 +PORTVERSION= 8.1.1 +PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= saxon @@ -29,7 +30,7 @@ CONFLICTS= saxon-6.* JARFILES= saxon8-sql.jar saxon8-jdom.jar saxon8.jar PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon bin/saxon-xquery .if !defined(NOPORTDOCS) -PORTDOCS= background documentation img +PORTDOCS= background documentation img javadoc .endif SUB_FILES= saxon.sh @@ -56,9 +57,9 @@ do-install: @${ECHO_MSG} " [ DONE ]" .endif @${ECHO_MSG} -n ">> Installing scripts in ${PREFIX}/bin..." -.for file in saxon saxon-xquery - @${ECHO_MSG} -n " ${file}" - @${INSTALL_SCRIPT} ${WRKSRC}/saxon.sh ${PREFIX}/bin/${file} +.for scriptfile in saxon saxon-xquery + @${ECHO_MSG} -n " ${scriptfile}" + @${INSTALL_SCRIPT} ${WRKSRC}/saxon.sh ${PREFIX}/bin/${scriptfile} .endfor @${ECHO_MSG} " [ DONE ]" diff --git a/textproc/saxon-devel/distinfo b/textproc/saxon-devel/distinfo index 801acdfab0a0..68852ab74fb6 100644 --- a/textproc/saxon-devel/distinfo +++ b/textproc/saxon-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (saxonb8-2.zip) = 81e74679a641ecaa6523b15c20969a56 -SIZE (saxonb8-2.zip) = 6821610 +MD5 (saxonb8-1-1.zip) = c4463c7a437533188c06bb558aa4f1a5 +SIZE (saxonb8-1-1.zip) = 6155706 -- cgit