diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-09-14 08:09:35 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-09-14 08:09:35 +0000 |
commit | 1501be706e19139c7cb232af58ba40e838fcae1f (patch) | |
tree | 0d89fccec593906451f48c209066fd563f47bd60 /german | |
parent | 6cf01597c2a254296ecfa6f1539d3ed45648f256 (diff) | |
download | ports-1501be706e19139c7cb232af58ba40e838fcae1f.tar.gz ports-1501be706e19139c7cb232af58ba40e838fcae1f.zip |
Upgrade these ports to new versions. While we are here, clean
up the IGNORE message, and make the manual install idiot proof.
Remove the need for a dist subdir, let the user rename the
distfile to a more useful distname. Fix pkg-plist.
Notes
Notes:
svn path=/head/; revision=66295
Diffstat (limited to 'german')
-rw-r--r-- | german/citrix_ica/Makefile | 23 | ||||
-rw-r--r-- | german/citrix_ica/distinfo | 2 | ||||
-rw-r--r-- | german/citrix_ica/pkg-plist | 2 | ||||
-rw-r--r-- | german/citrix_xenapp/Makefile | 23 | ||||
-rw-r--r-- | german/citrix_xenapp/distinfo | 2 | ||||
-rw-r--r-- | german/citrix_xenapp/pkg-plist | 2 |
6 files changed, 42 insertions, 12 deletions
diff --git a/german/citrix_ica/Makefile b/german/citrix_ica/Makefile index ceca1fb83975..33edc932d39a 100644 --- a/german/citrix_ica/Makefile +++ b/german/citrix_ica/Makefile @@ -6,10 +6,10 @@ # PORTNAME= citrix_ica -PORTVERSION= 6.20.986 +PORTVERSION= 6.30.1054 CATEGORIES= german net comms linux MASTER_SITES= -DISTNAME= linuxx86 +DISTNAME= ${PORTNAME}-linuxx86-de MAINTAINER= mbr@FreeBSD.org @@ -19,7 +19,6 @@ ONLY_FOR_ARCHS= i386 RESTRICTED= "License prohibits redistribution" IS_INTERACTIVE= "Noisy license agreement ignores stdin" -DIST_SUBDIR= citrix_ica NO_WRKSUBDIR= Yes NO_BUILD= Yes @@ -36,8 +35,22 @@ NSCP= /usr/local/libexec/netscape \ .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions. You MUST fetch the file manually after reading and agreeing to the license at: http://www.citrix.com/download/bin/license.asp?client=linux Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}/${DIST_SUBDIR} and then restart this build.' +.if defined(BATCH) || defined(PACKAGE_BUILDING) +IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions.' +.endif + +do-fetch: +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) + @${ECHO} "" + @${ECHO} "You have to fetch the file manually after reading and" + @${ECHO} "agreeing to the license at:" + @${ECHO} "" + @${ECHO} "http://www.citrix.com/download/bin/license.asp?client=linux" + @${ECHO} "" + @${ECHO} "Once linuxx86.tar.gz has been downloaded move it to" + @${ECHO} "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} and restart the build." + @${ECHO} "" + @${FALSE} .endif do-install: diff --git a/german/citrix_ica/distinfo b/german/citrix_ica/distinfo index 1fc7ceaaccac..a49691dfe53c 100644 --- a/german/citrix_ica/distinfo +++ b/german/citrix_ica/distinfo @@ -1 +1 @@ -MD5 (citrix_ica/linuxx86.tar.gz) = d22600175c2fafcb5f45a69ca2ef71d0 +MD5 (citrix_ica-linuxx86-de.tar.gz) = 98b904ce4681f7749e1cb7ad9d86b54f diff --git a/german/citrix_ica/pkg-plist b/german/citrix_ica/pkg-plist index 8d28731b2c57..8cb11d924943 100644 --- a/german/citrix_ica/pkg-plist +++ b/german/citrix_ica/pkg-plist @@ -10,6 +10,7 @@ ICAClient/Npica.ad ICAClient/PDCRYPT1.DLL ICAClient/PDCRYPT2.DLL ICAClient/SSL.DLL +ICAClient/VDSCARD.DLL ICAClient/Wfcmgr ICAClient/Wfcmgr.ad ICAClient/Wfica @@ -73,6 +74,7 @@ ICAClient/keyboard/sngr.kbd ICAClient/keyboard/sparc3.kbd ICAClient/keyboard/sparc4.kbd ICAClient/keyboard/sparc5.kbd +ICAClient/keyboard/sparc6usb.kbd ICAClient/keyboard/sparcfr4.kbd ICAClient/keyboard/sparcfr5.kbd ICAClient/keyboard/sparcgr4.kbd diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile index ceca1fb83975..33edc932d39a 100644 --- a/german/citrix_xenapp/Makefile +++ b/german/citrix_xenapp/Makefile @@ -6,10 +6,10 @@ # PORTNAME= citrix_ica -PORTVERSION= 6.20.986 +PORTVERSION= 6.30.1054 CATEGORIES= german net comms linux MASTER_SITES= -DISTNAME= linuxx86 +DISTNAME= ${PORTNAME}-linuxx86-de MAINTAINER= mbr@FreeBSD.org @@ -19,7 +19,6 @@ ONLY_FOR_ARCHS= i386 RESTRICTED= "License prohibits redistribution" IS_INTERACTIVE= "Noisy license agreement ignores stdin" -DIST_SUBDIR= citrix_ica NO_WRKSUBDIR= Yes NO_BUILD= Yes @@ -36,8 +35,22 @@ NSCP= /usr/local/libexec/netscape \ .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions. You MUST fetch the file manually after reading and agreeing to the license at: http://www.citrix.com/download/bin/license.asp?client=linux Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}/${DIST_SUBDIR} and then restart this build.' +.if defined(BATCH) || defined(PACKAGE_BUILDING) +IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions.' +.endif + +do-fetch: +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) + @${ECHO} "" + @${ECHO} "You have to fetch the file manually after reading and" + @${ECHO} "agreeing to the license at:" + @${ECHO} "" + @${ECHO} "http://www.citrix.com/download/bin/license.asp?client=linux" + @${ECHO} "" + @${ECHO} "Once linuxx86.tar.gz has been downloaded move it to" + @${ECHO} "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} and restart the build." + @${ECHO} "" + @${FALSE} .endif do-install: diff --git a/german/citrix_xenapp/distinfo b/german/citrix_xenapp/distinfo index 1fc7ceaaccac..a49691dfe53c 100644 --- a/german/citrix_xenapp/distinfo +++ b/german/citrix_xenapp/distinfo @@ -1 +1 @@ -MD5 (citrix_ica/linuxx86.tar.gz) = d22600175c2fafcb5f45a69ca2ef71d0 +MD5 (citrix_ica-linuxx86-de.tar.gz) = 98b904ce4681f7749e1cb7ad9d86b54f diff --git a/german/citrix_xenapp/pkg-plist b/german/citrix_xenapp/pkg-plist index 8d28731b2c57..8cb11d924943 100644 --- a/german/citrix_xenapp/pkg-plist +++ b/german/citrix_xenapp/pkg-plist @@ -10,6 +10,7 @@ ICAClient/Npica.ad ICAClient/PDCRYPT1.DLL ICAClient/PDCRYPT2.DLL ICAClient/SSL.DLL +ICAClient/VDSCARD.DLL ICAClient/Wfcmgr ICAClient/Wfcmgr.ad ICAClient/Wfica @@ -73,6 +74,7 @@ ICAClient/keyboard/sngr.kbd ICAClient/keyboard/sparc3.kbd ICAClient/keyboard/sparc4.kbd ICAClient/keyboard/sparc5.kbd +ICAClient/keyboard/sparc6usb.kbd ICAClient/keyboard/sparcfr4.kbd ICAClient/keyboard/sparcfr5.kbd ICAClient/keyboard/sparcgr4.kbd |