File tree Expand file tree Collapse file tree 6 files changed +42
-14
lines changed
Expand file tree Collapse file tree 6 files changed +42
-14
lines changed Original file line number Diff line number Diff line change 77
88PORTNAME = netbeans
99PORTVERSION = 6.1
10- PORTREVISION = 1
10+ PORTREVISION = 2
1111CATEGORIES = java devel
1212MASTER_SITES = http://download.netbeans.org/netbeans/6.1/final/zip/
13- DISTNAME = netbeans-${PORTVERSION}-200804211638
13+ DISTNAME = netbeans-${PORTVERSION}-200805300101-ml
1414
1515MAINTAINER = olgeni@FreeBSD.org
1616COMMENT = A full-featured integrated environment for Java
@@ -20,8 +20,6 @@ USE_JAVA= yes
2020JAVA_VERSION = 1.5+
2121NO_BUILD = yes
2222
23- BROKEN = Unfetchable
24-
2523WRKSRC = ${WRKDIR}/netbeans
2624
2725SUB_FILES = pkg-install pkg-deinstall
Original file line number Diff line number Diff line change 1- MD5 (netbeans-6.1-200804211638 .zip) = 614d18b34f20ced8d69f4dc1e046e6e3
2- SHA256 (netbeans-6.1-200804211638 .zip) = 740ebaf809cb95ddd409ae83bc8a247595e8852fcfd780efc6c17f9cb08570e1
3- SIZE (netbeans-6.1-200804211638 .zip) = 164020872
1+ MD5 (netbeans-6.1-200805300101-ml .zip) = e6f03cf7584250231507a2bd557029e5
2+ SHA256 (netbeans-6.1-200805300101-ml .zip) = 961fcd385efb90d571b5ff1dff4454f2e2336cb066e9120065afab8e79e0be8f
3+ SIZE (netbeans-6.1-200805300101-ml .zip) = 196079547
Original file line number Diff line number Diff line change 1+
2+ $FreeBSD$
3+
4+ --- bin/netbeans.orig
5+ +++ bin/netbeans
6+ @@ -132,6 +132,10 @@
7+ mem=`expr $mem / 1048576`
8+ cms_options=""
9+ ;;
10+ + FreeBSD*)
11+ + mem=`/sbin/sysctl hw.physmem | tr -d [:alpha:][:space:].:`
12+ + mem=`expr $mem / 1048576`
13+ + ;;
14+ *)
15+ ;;
16+ esac
Original file line number Diff line number Diff line change 77
88PORTNAME = netbeans
99PORTVERSION = 6.1
10- PORTREVISION = 1
10+ PORTREVISION = 2
1111CATEGORIES = java devel
1212MASTER_SITES = http://download.netbeans.org/netbeans/6.1/final/zip/
13- DISTNAME = netbeans-${PORTVERSION}-200804211638
13+ DISTNAME = netbeans-${PORTVERSION}-200805300101-ml
1414
1515MAINTAINER = olgeni@FreeBSD.org
1616COMMENT = A full-featured integrated environment for Java
@@ -20,8 +20,6 @@ USE_JAVA= yes
2020JAVA_VERSION = 1.5+
2121NO_BUILD = yes
2222
23- BROKEN = Unfetchable
24-
2523WRKSRC = ${WRKDIR}/netbeans
2624
2725SUB_FILES = pkg-install pkg-deinstall
Original file line number Diff line number Diff line change 1- MD5 (netbeans-6.1-200804211638 .zip) = 614d18b34f20ced8d69f4dc1e046e6e3
2- SHA256 (netbeans-6.1-200804211638 .zip) = 740ebaf809cb95ddd409ae83bc8a247595e8852fcfd780efc6c17f9cb08570e1
3- SIZE (netbeans-6.1-200804211638 .zip) = 164020872
1+ MD5 (netbeans-6.1-200805300101-ml .zip) = e6f03cf7584250231507a2bd557029e5
2+ SHA256 (netbeans-6.1-200805300101-ml .zip) = 961fcd385efb90d571b5ff1dff4454f2e2336cb066e9120065afab8e79e0be8f
3+ SIZE (netbeans-6.1-200805300101-ml .zip) = 196079547
Original file line number Diff line number Diff line change 1+
2+ $FreeBSD$
3+
4+ --- bin/netbeans.orig
5+ +++ bin/netbeans
6+ @@ -132,6 +132,10 @@
7+ mem=`expr $mem / 1048576`
8+ cms_options=""
9+ ;;
10+ + FreeBSD*)
11+ + mem=`/sbin/sysctl hw.physmem | tr -d [:alpha:][:space:].:`
12+ + mem=`expr $mem / 1048576`
13+ + ;;
14+ *)
15+ ;;
16+ esac
You can’t perform that action at this time.
0 commit comments