Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 09:50:40 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390188 - head/databases/c3p0
Message-ID:  <201506210950.t5L9oelS046740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun Jun 21 09:50:40 2015
New Revision: 390188
URL: https://svnweb.freebsd.org/changeset/ports/390188

Log:
  Upgrade to version 0.9.5.1.
  
  - Add LICENSE
  - Remove unnecessary OPTIONS_DEFINE
  - Fix portlint warnings
  - Use actual home page in WWW tag

Modified:
  head/databases/c3p0/Makefile
  head/databases/c3p0/distinfo   (contents, props changed)
  head/databases/c3p0/pkg-descr
  head/databases/c3p0/pkg-plist   (contents, props changed)

Modified: head/databases/c3p0/Makefile
==============================================================================
--- head/databases/c3p0/Makefile	Sun Jun 21 09:38:12 2015	(r390187)
+++ head/databases/c3p0/Makefile	Sun Jun 21 09:50:40 2015	(r390188)
@@ -1,22 +1,23 @@
 # $FreeBSD$
 
 PORTNAME=	c3p0
-PORTVERSION=	0.9.5
+PORTVERSION=	0.9.5.1
 CATEGORIES=	databases java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-bin/${PORTNAME}-${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}.bin
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Library for augmenting JDBC drivers with JNDI-bindable DataSources
 
+LICENSE=	LGPL21 EPL
+LICENSE_COMB=	dual
+
+USES=		tar:tgz
 USE_JAVA=	yes
 NO_BUILD=	yes
 JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-OPTIONS_DEFINE=	DOCS
-
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/databases/c3p0/distinfo
==============================================================================
--- head/databases/c3p0/distinfo	Sun Jun 21 09:38:12 2015	(r390187)
+++ head/databases/c3p0/distinfo	Sun Jun 21 09:50:40 2015	(r390188)
@@ -1,2 +1,2 @@
-SHA256 (c3p0-0.9.5.bin.tgz) = 5d69a93b26fd93283c5b52805fb300eda4ec9254c0f15485e2872238c3627023
-SIZE (c3p0-0.9.5.bin.tgz) = 2352176
+SHA256 (c3p0-0.9.5.1.bin.tgz) = 02381e190872f591fdd3f7984a07955051cf47df242177d4ca7a647da615ad41
+SIZE (c3p0-0.9.5.1.bin.tgz) = 2381734

Modified: head/databases/c3p0/pkg-descr
==============================================================================
--- head/databases/c3p0/pkg-descr	Sun Jun 21 09:38:12 2015	(r390187)
+++ head/databases/c3p0/pkg-descr	Sun Jun 21 09:50:40 2015	(r390188)
@@ -3,4 +3,4 @@ c3p0 is an easy-to-use Java library for 
 including DataSources that implement Connection and Statement
 Pooling, as described by the jdbc3 spec and jdbc2 std extension.
 
-WWW: http://sourceforge.net/projects/c3p0/
+WWW: http://www.mchange.com/projects/c3p0/

Modified: head/databases/c3p0/pkg-plist
==============================================================================
--- head/databases/c3p0/pkg-plist	Sun Jun 21 09:38:12 2015	(r390187)
+++ head/databases/c3p0/pkg-plist	Sun Jun 21 09:50:40 2015	(r390188)
@@ -11,10 +11,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidocs-oracle-thin/index.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs-oracle-thin/overview-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs-oracle-thin/package-list
-%%PORTDOCS%%%%DOCSDIR%%/apidocs-oracle-thin/resources/background.gif
-%%PORTDOCS%%%%DOCSDIR%%/apidocs-oracle-thin/resources/tab.gif
-%%PORTDOCS%%%%DOCSDIR%%/apidocs-oracle-thin/resources/titlebar.gif
-%%PORTDOCS%%%%DOCSDIR%%/apidocs-oracle-thin/resources/titlebar_end.gif
+%%PORTDOCS%%%%DOCSDIR%%/apidocs-oracle-thin/script.js
 %%PORTDOCS%%%%DOCSDIR%%/apidocs-oracle-thin/stylesheet.css
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/allclasses-frame.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/allclasses-noframe.html
@@ -59,10 +56,12 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/debug/AfterCloseLoggingConnectionWrapper.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/debug/CloseLoggingComboPooledDataSource.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/debug/CloseLoggingConnectionWrapper.html
+%%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/debug/ConstructionLoggingComboPooledDataSource.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/debug/package-frame.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/debug/package-summary.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/debug/package-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/example/InitSqlConnectionCustomizer.html
+%%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/example/IsValidOnlyConnectionTester30.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/example/package-frame.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/example/package-summary.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/example/package-tree.html
@@ -174,6 +173,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/test/package-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/util/CloseReportingConnectionWrapper.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/util/ConnectionEventSupport.html
+%%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/util/IsValidOnlyConnectionTester.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/util/StatementEventSupport.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/util/TestUtils.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/com/mchange/v2/c3p0/util/package-frame.html
@@ -203,10 +203,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/overview-summary.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/overview-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/package-list
-%%PORTDOCS%%%%DOCSDIR%%/apidocs/resources/background.gif
-%%PORTDOCS%%%%DOCSDIR%%/apidocs/resources/tab.gif
-%%PORTDOCS%%%%DOCSDIR%%/apidocs/resources/titlebar.gif
-%%PORTDOCS%%%%DOCSDIR%%/apidocs/resources/titlebar_end.gif
+%%PORTDOCS%%%%DOCSDIR%%/apidocs/script.js
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/serialized-form.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/stylesheet.css
 %%PORTDOCS%%%%DOCSDIR%%/arrow_sm.png



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