Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2001 21:05:18 +0100 (BST)
From:      Jose Marques <noway@nohow.demon.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28344: Revision: java/collections
Message-ID:  <200106222005.f5MK5Ii02401@nohow.demon.co.uk>

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

>Number:         28344
>Category:       ports
>Synopsis:       Revision: java/collections
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 22 13:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jose Marques
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD nohow.demon.co.uk 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Jun 3 18:15:19 BST 2001 jose@nohow.demon.co.uk:/usr/obj/usr/src/sys/LIBRETTO i386

>Description:

	Tidy up java/collections port

	1) Better comment
	2) More specific URL in descr
	3) New URL for fetching distfile in Makefile

>How-To-Repeat:

>Fix:

diff -ruN /usr/ports/java/collections/Makefile collections/Makefile
--- /usr/ports/java/collections/Makefile	Wed Apr 12 07:13:38 2000
+++ collections/Makefile	Fri Jun 22 09:16:40 2001
@@ -7,13 +7,14 @@
 
 PORTNAME=	collections
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	java
 DISTNAME=	collections1_1
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	noway@nohow.demon.co.uk
 
-RUN_DEPENDS=	${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
+RUN_DEPENDS=	${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
 
 USE_ZIP=	YES
 
@@ -24,7 +25,7 @@
 
 .include <bsd.port.pre.mk>
 .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE=	"You must manually fetch the distribution from http://java.sun.com/beans/infobus/index.html and place it in ${DISTDIR} then run make again"
+IGNORE=	"You must manually fetch the distribution from http://java.sun.com/products/javabeans/infobus/index.html and place it in ${DISTDIR} then run make again"
 .endif
 
 do-install:
diff -ruN /usr/ports/java/collections/pkg-comment collections/pkg-comment
--- /usr/ports/java/collections/pkg-comment	Mon Nov  1 04:32:00 1999
+++ collections/pkg-comment	Fri Jun 22 09:12:26 2001
@@ -1 +1 @@
-API for exchanging of DataItem's between InfoBus Producers and Consumers
+JDK1.2 Collections' API for JDK1.1 environments
diff -ruN /usr/ports/java/collections/pkg-descr collections/pkg-descr
--- /usr/ports/java/collections/pkg-descr	Mon Nov  1 04:32:00 1999
+++ collections/pkg-descr	Fri Jun 22 09:12:11 2001
@@ -1,3 +1,3 @@
 JDK1.2 Collections' API for JDK1.1 environments.
 
-WWW: http://java.sun.com/beans/infobus/index.html
+WWW: http://java.sun.com/products/javabeans/infobus/collectionsreadme.html

>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?200106222005.f5MK5Ii02401>