Update netbeans to 8.2.

Limit java version to 1.8, netbeans does not run with another version.

PR:		218111, 224554
Submitted by:	Hadi <rezaee.hadi@gmail.com>
This commit is contained in:
Koop Mast
2018-01-16 06:54:08 +00:00
parent 7670690a8e
commit 5066831583
3 changed files with 390 additions and 152 deletions
+9 -4
View File
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= netbeans
PORTVERSION= 8.1
PORTVERSION= 8.2
CATEGORIES= java devel
MASTER_SITES= http://download.netbeans.org/netbeans/${PORTVERSION}/final/zip/ \
http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/
DISTNAME= netbeans-${PORTVERSION}-201510222201
DISTNAME= netbeans-${PORTVERSION}-201609300101
MAINTAINER= kwm@FreeBSD.org
COMMENT= Modular, standards-based integrated development environment
COMMENT= Modular, standards-based integrated development environment (unstable version)
LICENSE= CDDL GPLv2
LICENSE_COMB= dual
@@ -19,8 +19,13 @@ SHEBANG_FILES= extide/ant/bin/antRun.pl \
extide/ant/bin/complete-ant-cmd.pl \
extide/ant/bin/runant.pl \
extide/ant/bin/runant.py
perl_OLD_CMD= /usr/bin/perl
perl_CMD= ${LOCALBASE}/bin/perl
python_OLD_CMD= /usr/bin/python
python_CMD= ${LOCALBASE}/bin/python2.7
USE_JAVA= yes
JAVA_VERSION= 1.7+
JAVA_VERSION= 1.8
NO_BUILD= yes
WRKSRC= ${WRKDIR}/netbeans
+3 -2
View File
@@ -1,2 +1,3 @@
SHA256 (netbeans-8.1-201510222201.zip) = b960957edca0bb14cacadf348ef92b5ac233eec73fa25dda72ef365bc5084ea9
SIZE (netbeans-8.1-201510222201.zip) = 338096367
TIMESTAMP = 1503582610
SHA256 (netbeans-8.2-201609300101.zip) = ad9888334b9a6c1f1138dcb2eccc8ce4921463e871e46def4ecc617538160948
SIZE (netbeans-8.2-201609300101.zip) = 351110790
+378 -146
View File
File diff suppressed because it is too large Load Diff