diff options
| author | Koop Mast <kwm@FreeBSD.org> | 2018-01-16 06:54:08 +0000 |
|---|---|---|
| committer | Koop Mast <kwm@FreeBSD.org> | 2018-01-16 06:54:08 +0000 |
| commit | 506683158345df2d78bbc553a4e88e032e96fbcd (patch) | |
| tree | d7c7d1d0192667a0ddee1e7d521baa3aebd25832 /java/netbeans/Makefile | |
| parent | Force to use c++98 for build with clang6.0. (diff) | |
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>
Notes
Notes:
svn path=/head/; revision=459157
Diffstat (limited to 'java/netbeans/Makefile')
| -rw-r--r-- | java/netbeans/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index c5634e42cc3a..a3743ded6d41 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -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 |
