From nobody@FreeBSD.org  Mon Oct 31 16:18:43 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 464E51065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 31 Oct 2011 16:18:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 36A868FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 31 Oct 2011 16:18:43 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9VGIhFw075840
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 31 Oct 2011 16:18:43 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p9VGIhTu075839;
	Mon, 31 Oct 2011 16:18:43 GMT
	(envelope-from nobody)
Message-Id: <201110311618.p9VGIhTu075839@red.freebsd.org>
Date: Mon, 31 Oct 2011 16:18:43 GMT
From: Rob Farmer <rfarmer@predatorlabs.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer] [patch] math/scilab
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162200
>Category:       ports
>Synopsis:       [maintainer] [patch] math/scilab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 31 16:20:05 UTC 2011
>Closed-Date:    Tue Nov 01 17:19:45 UTC 2011
>Last-Modified:  Tue Nov  1 17:20:11 UTC 2011
>Originator:     Rob Farmer
>Release:        9.0-RC1
>Organization:
>Environment:
FreeBSD xeon.predatorlabs.net 9.0-RC1 FreeBSD 9.0-RC1 #4: Sat Oct 29 21:15:01 PDT 2011     rfarmer@xeon.predatorlabs.net:/usr/obj/usr/src/sys/XEON  amd64
>Description:
Fix file case for jrosetta 1.0.4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/scilab/Makefile,v
retrieving revision 1.83
diff -u -r1.83 Makefile
--- Makefile	17 Oct 2011 10:08:32 -0000	1.83
+++ Makefile	31 Oct 2011 15:58:02 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	scilab
 PORTVERSION=	5.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math cad parallel java
 MASTER_SITES=	http://www.scilab.org/download/${PORTVERSION}/:scilab \
 		http://www.predatorlabs.net/dl/:jgraphx \
@@ -101,7 +101,7 @@
 		${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \
 		${JAVALIBDIR}/looks.jar:${PORTSDIR}/devel/looks \
 		${JAVALIBDIR}/skinlf.jar:${PORTSDIR}/x11-toolkits/skinlf \
-		${JAVALIBDIR}/jrosetta-API.jar:${PORTSDIR}/java/jrosetta \
+		${JAVALIBDIR}/jrosetta-api.jar:${PORTSDIR}/java/jrosetta \
 		${JAVALIBDIR}/jhall.jar:${PORTSDIR}/java/javahelp \
 		${JAVALIBDIR}/jlatexmath.jar:${PORTSDIR}/math/jlatexmath \
 		fop:${PORTSDIR}/textproc/fop \
@@ -218,6 +218,7 @@
 	@${REINPLACE_CMD} -e 's|$$jardir/batik-all.jar|${LOCALBASE}/share/java/batik/lib/batik-all.jar|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|$$jardir/fop.jar|${LOCALBASE}/share/java/fop/build/fop.jar|' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|$$jardir/jeuclid-core*.jar|${LOCALBASE}/share/java/jeuclid/repo/jeuclid-core*.jar|' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|jrosetta-API.jar|jrosetta-api.jar|' ${WRKSRC}/configure
 	@${MKDIR} ${WRKSRC}/thirdparty
 	@${CP} ${DISTDIR}/${JGRAPHX_JAR} ${WRKSRC}/thirdparty/jgraphx.jar
 	@# Run fixes


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Mon Oct 31 18:32:58 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162200 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Tue Nov 1 17:19:44 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162200 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162200: commit references a PR
Date: Tue,  1 Nov 2011 17:19:39 +0000 (UTC)

 crees       2011-11-01 17:19:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/scilab          Makefile 
   Log:
   Fix file case for jrosetta 1.0.4
   
   PR:             ports/162200
   Submitted by:   Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
   
   Revision  Changes    Path
   1.84      +4 -2      ports/math/scilab/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
