diff options
author | hq <hq@FreeBSD.org> | 2004-12-31 07:43:44 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-12-31 07:43:44 +0800 |
commit | 862311ec6570faf6bce994ca0dcbe14e7bfd95f0 (patch) | |
tree | 77af2267081f39d381d5eb14b0dc5ef6a46ecfb6 /textproc/saxon-devel | |
parent | 79eea71fa60a92de570507ff00ffb68e7d0be096 (diff) | |
download | freebsd-ports-gnome-862311ec6570faf6bce994ca0dcbe14e7bfd95f0.tar.gz freebsd-ports-gnome-862311ec6570faf6bce994ca0dcbe14e7bfd95f0.tar.zst freebsd-ports-gnome-862311ec6570faf6bce994ca0dcbe14e7bfd95f0.zip |
- 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
Diffstat (limited to 'textproc/saxon-devel')
-rw-r--r-- | textproc/saxon-devel/Makefile | 11 | ||||
-rw-r--r-- | textproc/saxon-devel/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
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 |