From owner-freebsd-ports Fri Jun 22 13:10:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5034D37B407 for ; Fri, 22 Jun 2001 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5MKA1a29978; Fri, 22 Jun 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id E6C7837B407 for ; Fri, 22 Jun 2001 13:05:41 -0700 (PDT) (envelope-from noway@nohow.demon.co.uk) Received: (from noway@localhost) by nohow.demon.co.uk (8.11.3/8.11.3) id f5MK5Ii02401; Fri, 22 Jun 2001 21:05:18 +0100 (BST) (envelope-from noway) Message-Id: <200106222005.f5MK5Ii02401@nohow.demon.co.uk> Date: Fri, 22 Jun 2001 21:05:18 +0100 (BST) From: Jose Marques Reply-To: noway@nohow.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28344: Revision: java/collections Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 .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