diff options
Diffstat (limited to 'german/citrix_xenapp')
-rw-r--r-- | german/citrix_xenapp/Makefile | 2 | ||||
-rw-r--r-- | german/citrix_xenapp/distinfo | 2 | ||||
-rw-r--r-- | german/citrix_xenapp/files/patch-linuxx86::hinst | 17 |
3 files changed, 11 insertions, 10 deletions
diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile index c2f45e5acc94..ceca1fb83975 100644 --- a/german/citrix_xenapp/Makefile +++ b/german/citrix_xenapp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= citrix_ica -PORTVERSION= 6.20.974 +PORTVERSION= 6.20.986 CATEGORIES= german net comms linux MASTER_SITES= DISTNAME= linuxx86 diff --git a/german/citrix_xenapp/distinfo b/german/citrix_xenapp/distinfo index 3959c34f05cf..1fc7ceaaccac 100644 --- a/german/citrix_xenapp/distinfo +++ b/german/citrix_xenapp/distinfo @@ -1 +1 @@ -MD5 (citrix_ica/linuxx86.tar.gz) = b0104bf9e1372485801b6004a0e64aab +MD5 (citrix_ica/linuxx86.tar.gz) = d22600175c2fafcb5f45a69ca2ef71d0 diff --git a/german/citrix_xenapp/files/patch-linuxx86::hinst b/german/citrix_xenapp/files/patch-linuxx86::hinst index bcade7d3a980..99963035e66c 100644 --- a/german/citrix_xenapp/files/patch-linuxx86::hinst +++ b/german/citrix_xenapp/files/patch-linuxx86::hinst @@ -1,6 +1,6 @@ ---- linuxx86/hinst.orig Wed Aug 22 14:52:20 2001 -+++ linuxx86/hinst Tue Jan 22 11:15:58 2002 -@@ -1961,10 +1961,32 @@ +--- linuxx86/hinst.orig Tue Mar 19 17:18:14 2002 ++++ linuxx86/hinst Sat Apr 27 11:33:28 2002 +@@ -1965,10 +1965,32 @@ # ############################################################################### @@ -35,14 +35,15 @@ PLUGIN_NAME=npica.so PLUGIN_CLASS=ICAClObj.class -@@ -2004,14 +2026,12 @@ +@@ -2017,15 +2039,12 @@ $ECHO_CMD $integrate_netscape1 search_ok=0 -- if (test -d "/usr/lib/netscape"\ +- if test -d "/usr/lib/netscape"\ - || test -d "/usr/local/netscape"\ - || test -d "/opt/netscape"\ -- || test -d "/usr/local/lib/netscape") +- || test -d "/usr/local/lib/netscape"\ +- || test "$MOZILLA_HOME" != "" -a -d "$MOZILLA_HOME" - then + case ${FOUND_NS} in + TRUE) @@ -50,11 +51,11 @@ found_netscape - else + ;; -+ *) ++ *) echo_no_nl $integrate_netscape2 getyesno $INSTALLER_NO if [ "$ANSWER" = "$INSTALLER_YES" ] -@@ -2020,7 +2040,8 @@ +@@ -2034,7 +2053,8 @@ else $ECHO_CMD $integrate_netscape6 fi |