Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2003 16:53:17 +0200 (CEST)
From:      <herve.quiroz@esil.univ-mrs.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   java/51925: Update port: trove4j
Message-ID:  <200305071453.h47ErHqG092742@puget.esil.univ-mrs.fr>
Resent-Message-ID: <200305071500.h47F0Qgo072322@freefall.freebsd.org>

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

>Number:         51925
>Category:       java
>Synopsis:       Update port: trove4j
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-java
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 07 08:00:25 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 5.0-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD puget.esil.univ-mrs.fr 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #2: Fri Mar 28 20:04:56 CET 2003 root@puget.esil.univ-mrs.fr:/usr/obj/usr/src/sys/ASSIMILATED i386


>Description:
- Update to version 1.0.2 of Trove4j
- The port now uses the JAVAJARDIR variable defined in bsd.java.mk
>How-To-Repeat:
>Fix:


diff -u trove4j.old/Makefile trove4j/Makefile
--- trove4j.old/Makefile	Wed May  7 15:30:10 2003
+++ trove4j/Makefile	Wed May  7 16:39:41 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/java/trove4j/Makefile,v 1.1 2003/03/27 15:12:02 znerd Exp $
 
 PORTNAME=	trove4j
-PORTVERSION=	0.1.8
+PORTVERSION=	1.0.2
 CATEGORIES=	java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	trove4j
@@ -20,14 +20,13 @@
 PORT_JARFILE=		trove.jar
 JAVA_WRKLIBDIR=		${WRKSRC}/lib
 JAVA_WRKDOCSDIR=	${WRKSRC}/javadocs
-JAVA_LIBDIR=		${PREFIX}/share/java/classes
 
 INSTALL_JAR=		${INSTALL_DATA}
 
 do-install:
 	@${ECHO_CMD} -n ">> Installing JAR file..."
-	@${MKDIR} ${JAVA_LIBDIR}
-	@cd ${JAVA_WRKLIBDIR} && ${INSTALL_JAR} ${PORT_JARFILE} ${JAVA_LIBDIR}
+	@${MKDIR} ${JAVAJARDIR}
+	@cd ${JAVA_WRKLIBDIR} && ${INSTALL_JAR} ${PORT_JARFILE} ${JAVAJARDIR}
 	@${ECHO_CMD} " [DONE]"
 
 .if !defined(NOPORTDOCS)
@@ -43,6 +42,6 @@
 .endif
 
 post-install:
-	@${ECHO_CMD} "${PORTNAME}-${PORTVERSION} installed as ${JAVA_LIBDIR}/${PORT_JARFILE}"
+	@${ECHO_CMD} "${PORTNAME}-${PORTVERSION} installed as ${JAVAJARDIR}/${PORT_JARFILE}"
 
 .include <bsd.port.mk>
diff -u trove4j.old/distinfo trove4j/distinfo
--- trove4j.old/distinfo	Wed May  7 15:30:10 2003
+++ trove4j/distinfo	Wed May  7 16:22:25 2003
@@ -1 +1 @@
-MD5 (trove-0.1.8.tar.gz) = 71df9002362113b1ba26aba8e9bc4ada
+MD5 (trove-1.0.2.tar.gz) = a246a09db112b7986b02c2a9f771bae0
diff -u trove4j.old/pkg-plist trove4j/pkg-plist
--- trove4j.old/pkg-plist	Wed May  7 15:30:10 2003
+++ trove4j/pkg-plist	Wed May  7 16:46:29 2003
@@ -327,6 +327,8 @@
 share/doc/trove4j/javadocs/index-files/index-8.html
 share/doc/trove4j/javadocs/index-files/index-9.html
 share/doc/trove4j/javadocs/allclasses-frame.html
+share/doc/trove4j/javadocs/allclasses-noframe.html
+share/doc/trove4j/javadocs/constant-values.html
 share/doc/trove4j/javadocs/deprecated-list.html
 share/doc/trove4j/javadocs/help-doc.html
 share/doc/trove4j/javadocs/index.html
>Release-Note:
>Audit-Trail:
>Unformatted:



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