Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 14:16:18 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47008: Update port: textproc/jing to 2003.01.08
Message-ID:  <20030113051618.42377549A@hadaly.dyndns.org>

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

>Number:         47008
>Category:       ports
>Synopsis:       Update port: textproc/jing to 2003.01.08
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 12 21:20:04 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 14:25:02 JST 2003 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
- Update to 2003.01.08
- Drop maintainership
	
>How-To-Repeat:
	
>Fix:
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	13 Jan 2003 05:14:31 -0000
@@ -6,20 +6,15 @@
 #
 
 PORTNAME=	jing
-PORTVERSION=	2002.07.24
+PORTVERSION=	2003.01.08
 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	13 Jan 2003 05:14:31 -0000
@@ -1 +1 @@
-MD5 (jing-bin.zip) = 17832aaa8b87da4a7128b7a2beb1d9ed
+MD5 (jing-2003.01.08/jing-bin.zip) = a3dd6d1e24161921fab0754be4c259bb
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	13 Jan 2003 05:14:31 -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	13 Jan 2003 05:14:31 -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%%

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

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




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