aboutsummaryrefslogtreecommitdiff
path: root/net/citrix_ica
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-04-27 10:11:12 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-04-27 10:11:12 +0000
commit655e44f598bc016cb7b456aef9cbf168761de868 (patch)
treeeaabd2f0e4378d9a8f14190ceb4c813a6cca25c5 /net/citrix_ica
parentc4004a9dadd2a253e686b8dfce5c9900e9f7eba6 (diff)
downloadports-655e44f598bc016cb7b456aef9cbf168761de868.tar.gz
ports-655e44f598bc016cb7b456aef9cbf168761de868.zip
As always new MD5 checksum. Citrix seems to have changed the
install script slightly for Netscape 6, but I will look at that later. PR: ports/37198
Notes
Notes: svn path=/head/; revision=58218
Diffstat (limited to 'net/citrix_ica')
-rw-r--r--net/citrix_ica/Makefile2
-rw-r--r--net/citrix_ica/distinfo2
-rw-r--r--net/citrix_ica/files/patch-linuxx86::hinst17
3 files changed, 11 insertions, 10 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile
index f726fa22f8c3..5f8aff8dacfb 100644
--- a/net/citrix_ica/Makefile
+++ b/net/citrix_ica/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= citrix_ica
-PORTVERSION= 6.20.973
+PORTVERSION= 6.20.986
CATEGORIES= net comms linux
MASTER_SITES=
DISTNAME= linuxx86
diff --git a/net/citrix_ica/distinfo b/net/citrix_ica/distinfo
index 89aae3add0a6..05a2353a428c 100644
--- a/net/citrix_ica/distinfo
+++ b/net/citrix_ica/distinfo
@@ -1 +1 @@
-MD5 (citrix_ica/linuxx86.tar.gz) = 695f88fc72af02b2f30198e6bf526a8f
+MD5 (citrix_ica/linuxx86.tar.gz) = 0acdd175bd1e8fd9b75592269cb62b1a
diff --git a/net/citrix_ica/files/patch-linuxx86::hinst b/net/citrix_ica/files/patch-linuxx86::hinst
index bcade7d3a980..99963035e66c 100644
--- a/net/citrix_ica/files/patch-linuxx86::hinst
+++ b/net/citrix_ica/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