Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 15:02:13 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        edwin@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47008: Update port: textproc/jing to 2003.01.08
Message-ID:  <86hebrrx96.wl%fuyuki@hadaly.org>
In-Reply-To: <200301300450.h0U4oZLl000843@freefall.freebsd.org>
References:  <200301300450.h0U4oZLl000843@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Wed, 29 Jan 2003 20:50:35 -0800 (PST),
Edwin Groothuis <edwin@FreeBSD.org> wrote:
> 
> Synopsis: Update port: textproc/jing to 2003.01.08
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: edwin
> State-Changed-When: Wed Jan 29 20:49:46 PST 2003
> State-Changed-Why: 
> Checksum mismatch, please check the new binary file and submit an update for it.

Checksum and PORTVERSION updated. Thanks.

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/jing/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	28 Jul 2002 05:06:34 -0000	1.6
+++ Makefile	30 Jan 2003 06:01:12 -0000
@@ -6,20 +6,15 @@
 #
 
 PORTNAME=	jing
-PORTVERSION=	2002.07.24
+PORTVERSION=	2003.01.22
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.thaiopensource.com/relaxng/
 DISTNAME=	${PORTNAME}-bin
+DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	fuyuki@hadaly.org
+MAINTAINER=	ports@FreeBSD.org
 
-JAXP?=		crimson # or xalan, saxon
-
-.if ${JAXP} == "xalan"
-RUN_DEPENDS+=	${LOCALBASE}/xalan-j2.1.0/bin/${JAXP}.jar:${PORTSDIR}/java/xalan-j
-.else
-RUN_DEPENDS+=	${LOCALBASE}/share/java/classes/${JAXP}.jar:${PORTSDIR}/textproc/${JAXP}
-.endif
+RUN_DEPENDS=	${JAVAJARDIR}/crimson.jar:${PORTSDIR}/textproc/crimson
 
 USE_ZIP=	yes
 USE_JAVA=	1.2+
@@ -27,11 +22,9 @@
 NO_WRKSUBDIR=	yes
 
 NO_BUILD_DEPENDS_JAVA=	yes
-JAVALIBDIR=	${PREFIX}/share/java/classes
 
 do-install:
-	${MKDIR} ${JAVALIBDIR}
-	${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVALIBDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVAJARDIR}
 
 post-install:
 	${MKDIR} ${DOCSDIR}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/jing/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	28 Jul 2002 05:06:34 -0000	1.5
+++ distinfo	30 Jan 2003 06:01:12 -0000
@@ -1 +1 @@
-MD5 (jing-bin.zip) = 17832aaa8b87da4a7128b7a2beb1d9ed
+MD5 (jing-2003.01.22/jing-bin.zip) = 9163f23d08b7fa22c7873326e5e0a148
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/jing/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	8 Jun 2002 05:11:31 -0000	1.2
+++ pkg-descr	30 Jan 2003 06:01:12 -0000
@@ -3,6 +3,3 @@
 can use any datatype library that implements this interface.
 
 WWW: http://www.thaiopensource.com/relaxng/jing.html
-
-- Kimura Fuyuki
-fuyuki@hadaly.org
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/jing/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	23 May 2002 00:20:45 -0000	1.2
+++ pkg-plist	30 Jan 2003 06:01:12 -0000
@@ -1,4 +1,4 @@
 share/java/classes/jing.jar
-share/doc/jing/copying.txt
-share/doc/jing/readme.html
-@dirrm share/doc/jing
+%%DOCSDIR%%/copying.txt
+%%DOCSDIR%%/readme.html
+@dirrm %%DOCSDIR%%

-- fuyuki


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86hebrrx96.wl%fuyuki>