aboutsummaryrefslogtreecommitdiffstats
path: root/java/netbeans/files
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2008-05-15 05:16:57 +0800
committerolgeni <olgeni@FreeBSD.org>2008-05-15 05:16:57 +0800
commiteb082ab97e421306006674727a2d9aee4d764841 (patch)
tree78641037c9f9be159cc704079504f0e2359275b3 /java/netbeans/files
parent6f28d763ef1922771317058d4b44c638d8b2ced3 (diff)
downloadfreebsd-ports-gnome-eb082ab97e421306006674727a2d9aee4d764841.tar.gz
freebsd-ports-gnome-eb082ab97e421306006674727a2d9aee4d764841.tar.zst
freebsd-ports-gnome-eb082ab97e421306006674727a2d9aee4d764841.zip
Upgrade to version 6.1.
Diffstat (limited to 'java/netbeans/files')
-rw-r--r--java/netbeans/files/patch-platform8_lib_nbexec (renamed from java/netbeans/files/patch-platform7_lib_nbexec)10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/netbeans/files/patch-platform7_lib_nbexec b/java/netbeans/files/patch-platform8_lib_nbexec
index 2c73cee9eabc..1a60b4a90ae2 100644
--- a/java/netbeans/files/patch-platform7_lib_nbexec
+++ b/java/netbeans/files/patch-platform8_lib_nbexec
@@ -1,9 +1,9 @@
$FreeBSD$
---- platform7/lib/nbexec.orig
-+++ platform7/lib/nbexec
-@@ -253,7 +253,7 @@
+--- platform8/lib/nbexec.orig
++++ platform8/lib/nbexec
+@@ -270,7 +270,7 @@
# detect system http proxy setting
detect_gnome_proxy () {
@@ -12,7 +12,7 @@ $FreeBSD$
if [ -x $gconftool ] ; then
proxy_mode=`$gconftool --get /system/proxy/mode 2>/dev/null`
if [ "$proxy_mode" = "manual" ] ; then
-@@ -282,18 +282,18 @@
+@@ -299,18 +299,18 @@
detect_kde_proxy () {
kioslaverc="${HOME}/.kde/share/config/kioslaverc"
if [ -f $kioslaverc ] ; then
@@ -35,7 +35,7 @@ $FreeBSD$
http_proxy_tmp="DIRECT"
return 0
fi
-@@ -314,14 +314,14 @@
+@@ -331,14 +331,14 @@
close
EOF