Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2005 22:04:45 +0200 (CEST)
From:      Rene Ladan <r.c.ladan@student.tue.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Herve Quiroz <hq@FreeBSD.org>
Subject:   ports/86093: PATCH: update textproc/saxon-devel to 8.5.1
Message-ID:  <200509132004.j8DK4jJn005221@82-168-75-155-bbxl.xdsl.tiscali.nl>
Resent-Message-ID: <200509132010.j8DKAECK086768@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         86093
>Category:       ports
>Synopsis:       PATCH: update textproc/saxon-devel to 8.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 13 20:10:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 6.0-BETA4 i386
>Organization:
>Environment:
System: FreeBSD 82-168-75-155-bbxl.xdsl.tiscali.nl 6.0-BETA4 FreeBSD 6.0-BETA4 #10: Sun Sep 4 22:19:26 CEST 2005 root@82-168-75-155-bbxl.xdsl.tiscali.nl:/usr/obj/usr/src/sys/RENE i386


>Description:
Version 8.5.1 is a maintainance release of Saxon.

Also, do not install saxon8-jdom.jar as it depends on jdom.jar (which is in the java/jdom port).  jode cannot decompile it properly without it.
This could be made OPTIONal

saxon8-xom.jar depends on xom.jar, which is in the textproc/xom port
This could also be made OPTIONal
>How-To-Repeat:
apply patch
>Fix:
diff -ruN --exclude=CVS /usr/ports//textproc/saxon-devel/Makefile /usr/ports/textproc/saxon-devel-8.5.1/Makefile
--- /usr/ports//textproc/saxon-devel/Makefile	Mon Aug 29 17:43:31 2005
+++ /usr/ports/textproc/saxon-devel-8.5.1/Makefile	Tue Sep 13 21:38:32 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	saxon
-PORTVERSION=	8.5
+PORTVERSION=	8.5.1
 PORTEPOCH=	1
 CATEGORIES=	textproc java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -27,7 +27,7 @@
 
 CONFLICTS=	saxon-6.*
 
-JARFILES=	saxon8-sql.jar saxon8-jdom.jar saxon8.jar
+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
diff -ruN --exclude=CVS /usr/ports//textproc/saxon-devel/distinfo /usr/ports/textproc/saxon-devel-8.5.1/distinfo
--- /usr/ports//textproc/saxon-devel/distinfo	Mon Aug 29 17:43:31 2005
+++ /usr/ports/textproc/saxon-devel-8.5.1/distinfo	Tue Sep 13 20:37:17 2005
@@ -1,2 +1,2 @@
-MD5 (saxonb8-5.zip) = 645ae33217739d54d83983e58f998a97
-SIZE (saxonb8-5.zip) = 7890169
+MD5 (saxonb8-5-1.zip) = d2a6ebbfd097e4cd158bb2e23b138fd7
+SIZE (saxonb8-5-1.zip) = 8003539

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509132004.j8DK4jJn005221>