svn commit: r356231 - head/databases/jdbc-oracle11g

Barbara Guida bar at FreeBSD.org
Mon Jun 2 14:15:11 UTC 2014


Author: bar
Date: Mon Jun  2 14:15:10 2014
New Revision: 356231
URL: http://svnweb.freebsd.org/changeset/ports/356231
QAT: https://qat.redports.org/buildarchive/r356231/

Log:
  - Update to 11.2.0.4 (using JDK 1.6 jar)
  - Add STAGE support

Modified:
  head/databases/jdbc-oracle11g/Makefile
  head/databases/jdbc-oracle11g/distinfo

Modified: head/databases/jdbc-oracle11g/Makefile
==============================================================================
--- head/databases/jdbc-oracle11g/Makefile	Mon Jun  2 13:51:31 2014	(r356230)
+++ head/databases/jdbc-oracle11g/Makefile	Mon Jun  2 14:15:10 2014	(r356231)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	oracle11g
-PORTVERSION=	11.2.0.3
+PORTVERSION=	11.2.0.4
 CATEGORIES=	databases java
 MASTER_SITES=	# http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html
 PKGNAMEPREFIX=	jdbc-
-DISTNAME=	ojdbc5.jar
+DISTNAME=	ojdbc6.jar
 EXTRACT_SUFX=	# none
 DIST_SUBDIR=	oracle11g
 
@@ -22,7 +22,6 @@ NO_CDROM=	Packaging prohibited by Oracle
 
 PLIST_FILES=	%%JAVAJARDIR%%/ojdbc-${PORTVERSION}.jar
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES})
@@ -38,6 +37,6 @@ installation
 .endif
 
 do-install:
-	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${JAVAJARDIR}/ojdbc-${PORTVERSION}.jar
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${STAGEDIR}${JAVAJARDIR}/ojdbc-${PORTVERSION}.jar
 
 .include <bsd.port.post.mk>

Modified: head/databases/jdbc-oracle11g/distinfo
==============================================================================
--- head/databases/jdbc-oracle11g/distinfo	Mon Jun  2 13:51:31 2014	(r356230)
+++ head/databases/jdbc-oracle11g/distinfo	Mon Jun  2 14:15:10 2014	(r356231)
@@ -1,2 +1,2 @@
-SHA256 (oracle11g/ojdbc5.jar) = a2f2c71e1df8198c9dc2faf81c711ea9a01895f3073697c0ebff8946beecb7ce
-SIZE (oracle11g/ojdbc5.jar) = 2095932
+SHA256 (oracle11g/ojdbc6.jar) = 541a0825faa89c28017e59a41859c817b401b6d6ca7aa05bb1fbb313f3e39c08
+SIZE (oracle11g/ojdbc6.jar) = 2739616


More information about the svn-ports-head mailing list