databases/sqldeveloper: 4.0.3.16.84 -> 4.1.0.19.07
Release-Notes: http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-relnotes-41-2372786.html PR: 200054 Submitted by: Michael Zhilin <mizhka@gmail.com> (maintainer)
This commit is contained in:
parent
971a2d4418
commit
fb35d6d23a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388536
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqldeveloper
|
||||
PORTVERSION= 4.0.3.16.84
|
||||
PORTVERSION= 4.1.0.19.07
|
||||
DISTVERSIONSUFFIX=-no-jre
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= #http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html
|
||||
@ -16,7 +16,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
|
||||
JAVA_VERSION= 1.7+
|
||||
JAVA_VERSION= 1.8+
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
@ -32,7 +32,7 @@ SUB_LIST= JAVA_HOME=${JAVA_HOME} PORTNAME=${PORTNAME}
|
||||
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= due to Oracle license restrictions, you must fetch the source \
|
||||
distribution manually. Please access \
|
||||
http://www.oracle.com/technology/software/products/sql/index.html \
|
||||
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html \
|
||||
with a web browser and follow the link for the ${DISTFILES}. You will be \
|
||||
required to register and log in, but you can create an account on that \
|
||||
page. After registration and accepting the Oracle License, download the \
|
||||
@ -47,7 +47,7 @@ do-install:
|
||||
|
||||
.for d in configuration dataminer dropins dvt equinox \
|
||||
external ide javavm jdbc jdev jlib jviews modules \
|
||||
lib netbeans rdbms sleepycat sqldeveloper sqlj svnkit
|
||||
netbeans ords rdbms sleepycat sqlcl sqldeveloper sqlj svnkit
|
||||
${ECHO_MSG} -n ">> Installing data directory '${d}'..."
|
||||
cd ${WRKSRC} && ${FIND} ${d} -type d \
|
||||
-exec ${MKDIR} ${STAGEDIR}/${DATADIR}/\{} \;
|
||||
@ -57,6 +57,8 @@ do-install:
|
||||
-not -name "*.bat" \
|
||||
-not -name "*.bak" \
|
||||
-not -name "*.dll" \
|
||||
-not -name "*.so" \
|
||||
-not -name "*.jnilib" \
|
||||
-exec ${INSTALL_DATA} \{} ${STAGEDIR}/${DATADIR}/\{} \;
|
||||
${ECHO_MSG} " [ DONE ]"
|
||||
.endfor
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (oracle/sqldeveloper-4.0.3.16.84-no-jre.zip) = efe458c36db87e05380d3c53ed5f3649cfafd66a50a866c2f1b91fd5dc9478e1
|
||||
SIZE (oracle/sqldeveloper-4.0.3.16.84-no-jre.zip) = 236771923
|
||||
SHA256 (oracle/sqldeveloper-4.1.0.19.07-no-jre.zip) = 7ddd299b039e45250b14f2ff2fe7e7eaf18d6623b11ff260e28e9c422c20f925
|
||||
SIZE (oracle/sqldeveloper-4.1.0.19.07-no-jre.zip) = 342569227
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user