Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2001 14:39:29 +0200 (EET)
From:      "Alexandr P. Kovalenko" <never@nevermind.kiev.ua>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33192: java/jdbcpool: update to 0.99
Message-ID:  <200112261239.fBQCdT915298@rabbit.netstyle.com.ua>

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

>Number:         33192
>Category:       ports
>Synopsis:       java/jdbcpool: update to 0.99
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 26 04:40:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alexandr P. Kovalenko
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Net.Style Ltd.
>Environment:
System: FreeBSD rabbit.netstyle.com.ua 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Dec 6 12:47:02 EET 2001 root@rabbit.netstyle.com.ua:/usr/obj/usr/src/sys/rabbit i386

>Description:
	* Update java/jdbcpool port to latest version 0.99
	* Update java dependecy to jdk13
	* Remove ${RM}s. tarball does not contain CVS directories anymore
	! Vendor changed license style to BSD

>How-To-Repeat:
	N/A
>Fix:

--- Makefile.orig	Wed Dec 26 14:14:12 2001
+++ Makefile	Wed Dec 26 14:17:46 2001
@@ -6,24 +6,21 @@
 #
 
 PORTNAME=	jdbcpool
-PORTVERSION=	0.94
+PORTVERSION=	0.99
 CATEGORIES=	java
 MASTER_SITES=	http://www.bitmechanic.com/projects/jdbcpool/dist/
 
 MAINTAINER=	noway@nohow.demon.co.uk
 
-RUN_DEPENDS=	${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
+RUN_DEPENDS=	${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk13
 
-JDK_VERSION=	1.1.8
+JDK_VERSION=	1.3.1
 NO_BUILD=	yes
 
 do-install:
 	@${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/jdbcpool
 	@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${PREFIX}/share/java/classes/jdbcpool.jar
 	@cd ${WRKSRC}; \
-	  ${RM} -rf CVS; \
-	  ${RM} -rf examples/CVS; \
-	  ${RM} -rf examples/gsp/CVS; \
 	  ${CP} CHANGES ${PREFIX}/share/java/jdbcpool; \
 	  ${CP} LICENSE ${PREFIX}/share/java/jdbcpool; \
 	  ${CP} README ${PREFIX}/share/java/jdbcpool; \
--- distinfo.orig	Wed Dec 26 14:17:37 2001
+++ distinfo	Wed Dec 26 14:17:50 2001
@@ -1 +1 @@
-MD5 (jdbcpool-0.94.tar.gz) = 33afd22509b723c96e718ee5334f7146
+MD5 (jdbcpool-0.99.tar.gz) = 6219ac7ef507bf486ebbaf80d15e674c
>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?200112261239.fBQCdT915298>