pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/citrix_ica Set correct package version for Solaris...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0dbd804397a
branches:  trunk
changeset: 524222:f0dbd804397a
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Sun Jan 21 12:44:48 2007 +0000

description:
Set correct package version for Solaris/sparc version (Citrix display
the version number in x.y format, but internally they have a x.y.z format
and we can't be sure they won't release a version where z differs but
the display version remains the same).
Remove/fix URLs for HOMEPAGE and comments.

diffstat:

 net/citrix_ica/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 43b8672c53da -r f0dbd804397a net/citrix_ica/Makefile
--- a/net/citrix_ica/Makefile   Sun Jan 21 10:49:57 2007 +0000
+++ b/net/citrix_ica/Makefile   Sun Jan 21 12:44:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/01/19 23:37:43 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.32 2007/01/21 12:44:48 sborrill Exp $
 #
 
 # A default so lintpkgsrc is happy, overridden below
@@ -8,7 +8,7 @@
 MASTER_SITES=  http://download2.citrix.com/files/en/products/client/ica/current/
 
 MAINTAINER=    sborrill%NetBSD.org@localhost
-HOMEPAGE=      http://www.citrix.com/products/clients/ica/technology.asp
+HOMEPAGE=      http://www.citrix.com/English/SS/downloads/downloads.asp?dID=2755
 COMMENT=       Citrix(R) ICA client for the Citrix(R) Presentation Server(TM)
 
 .include "../../mk/bsd.prefs.mk"
@@ -22,13 +22,13 @@
 PKGNAME=       citrix_ica-9.0.0
 .  elif ${MACHINE_ARCH} == "sparc"
 DISTNAME=       en.solaris
-PKGNAME=        citrix_ica-8.46
+PKGNAME=        citrix_ica-8.46.110465
 MASTER_SITES=  http://www.citrix.com/site/resources/dynamic/software/
 EXTRACT_SUFX=   .tar.Z
 .  endif
 .elif ${OPSYS} == "SunOS"
 DISTNAME=      en.solaris
-PKGNAME=       citrix_ica-8.46
+PKGNAME=       citrix_ica-8.46.110465
 MASTER_SITES=  http://www.citrix.com/site/resources/dynamic/software/
 EXTRACT_SUFX=  .tar.Z
 .elif ${OPSYS} == "Linux" || ${OPSYS} == "DragonFly"
@@ -36,7 +36,6 @@
 PKGNAME=       citrix_ica-9.0.0
 .endif
 
-# see http://www.citrix.com/download/unix-downloads.htm
 .if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly") && ${MACHINE_ARCH} == "i386"
 DEPENDS+=        suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11
 DEPENDS+=        suse_openmotif>=6.4:../../emulators/${SUSE_DIR_PREFIX}_openmotif



Home | Main Index | Thread Index | Old Index