pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2008Q3]: pkgsrc/net/citrix_ica Pullup ticket #2546 - requested...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4683196019bf
branches: pkgsrc-2008Q3
changeset: 547821:4683196019bf
user: tron <tron%pkgsrc.org@localhost>
date: Wed Oct 08 12:02:39 2008 +0000
description:
Pullup ticket #2546 - requested by sborrill
citrix_ica: fix distribution archive download
Revisions pulled up:
- net/citrix_ica/Makefile 1.38
---
Module Name: pkgsrc
Committed By: sborrill
Date: Tue Oct 7 09:57:58 UTC 2008
Modified Files:
pkgsrc/net/citrix_ica: Makefile
Log Message:
Fix URL for fetching Linux-i386 ICA client.
diffstat:
net/citrix_ica/Makefile | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r a85603f06894 -r 4683196019bf net/citrix_ica/Makefile
--- a/net/citrix_ica/Makefile Wed Oct 08 10:44:04 2008 +0000
+++ b/net/citrix_ica/Makefile Wed Oct 08 12:02:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2008/02/29 16:41:44 sborrill Exp $
+# $NetBSD: Makefile,v 1.37.10.1 2008/10/08 12:02:39 tron Exp $
DISTNAME= citrix_ica-10.6.115659
PKGREVISION= 1
@@ -18,6 +18,7 @@
EMUL_PLATFORMS= linux-i386
EMUL_PLATFORMS+= solaris-sparc
+EMUL_PLATFORMS+= solaris-i386
EMUL_MODULES.linux= locale motif x11
.include "../../mk/bsd.prefs.mk"
@@ -25,12 +26,17 @@
.if ${EMUL_PLATFORM} == "linux-i386"
DISTNAME= en.linuxx86
PKGNAME= citrix_ica-10.6.115659
-MASTER_SITES= http://download2.citrix.com/FILES/en/products/Linux10/
+MASTER_SITES= ftp://download2.citrix.com/FILES/en/products/Linux10/
.elif ${EMUL_PLATFORM} == "solaris-sparc"
DISTNAME= en.solaris
PKGNAME= citrix_ica-8.46.110465
MASTER_SITES= http://www.citrix.com/site/resources/dynamic/software/
EXTRACT_SUFX= .tar.Z
+.elif ${EMUL_PLATFORM} == "solaris-i386"
+DISTNAME= en.solx86
+PKGNAME= citrix_ica-8.50.117422
+MASTER_SITES= http://www.citrix.com/site/resources/dynamic/software/
+EXTRACT_SUFX= .tar.Z
.endif
WRKSRC= ${WRKDIR}
Home |
Main Index |
Thread Index |
Old Index