Index: head/net/citrix_ica/Makefile =================================================================== --- head/net/citrix_ica/Makefile (revision 403707) +++ head/net/citrix_ica/Makefile (revision 403708) @@ -1,98 +1,97 @@ # Created by: msmith # $FreeBSD$ PORTNAME= citrix_ica -PORTVERSION= 13.2.0 -PORTREVISION= 3 +PORTVERSION= 13.2.1 CATEGORIES= net comms linux MASTER_SITES= # -DISTNAME= linuxx86-13.2.0.322243 +DISTNAME= linuxx86-13.2.1.328635 MAINTAINER= ehaupt@FreeBSD.org COMMENT= Citrix(R) Presentation Server(TM) client ONLY_FOR_ARCHS= i386 amd64 USES= webplugin:linux WEBPLUGIN_DIR= ${PREFIX}/ICAClient WEBPLUGIN_FILES= npica.so USE_LINUX= yes USE_LINUX_APPS= alsalib gtk2 openmotif RESTRICTED= License prohibits redistribution NO_WRKSUBDIR= yes NO_BUILD= yes CDIR= ${PREFIX}/ICAClient CERTDIR= ${CDIR}/keystore/cacerts PLIST_SUB= MOZILLA_HOME=${MOZILLA_HOME} .if defined(ICA_CERTS) PLIST_SUB+= HAVE_ICA_CERTS="" ICA_CERTS="${ICA_CERTS}" CERTDIR="${CERTDIR}" .else PLIST_SUB+= HAVE_ICA_CERTS="@comment " .endif SUB_FILES= wfcmgr wfica SUB_LIST= CDIR=${CDIR} .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-13-2.html accept their license and download ${DISTFILES} into ${DISTDIR} +IGNORE=May not be redistributed due to licensing. Please visit https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-1321.html accept their license and download ${DISTFILES} into ${DISTDIR} .endif .if defined(ICA_CERTS) .for f in ${ICA_CERTS} PLIST_FILES+= ${CERTDIR}/${f} HASH_${f}!= openssl x509 -noout -hash -in ${DISTDIR}/${f} PLIST_FILES+= ${CERTDIR}/${HASH_${f}}.0 .endfor .endif pre-fetch: .if defined(ICA_CERTS) .for f in ${ICA_CERTS} @echo "Checking ${f}" .if !exists(${DISTDIR}/${f}) @echo "Cert ${f} not found." @exit 1 .endif .endfor .endif post-patch: # linux syscall epoll_create is not yet implemented @${REINPLACE_CMD} -e 's|^ClientAudio=On|ClientAudio=Off|' \ ${WRKSRC}/linuxx86/linuxx86.cor/nls/*/module.ini do-install: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/linuxx86/hinst @if (test -d "${CDIR}") ; \ then \ ${ECHO} "-----------------------------------------------------------" ; \ ${ECHO} "" ; \ ${ECHO} "A ${CDIR} installation does already exist." ; \ ${ECHO} "Please move it away or delete the old port" ; \ ${ECHO} "" ; \ ${ECHO} "-----------------------------------------------------------" ; \ ${FALSE} ; \ fi cd ${WRKSRC} && ${SH} -c './setupwfc' ${INSTALL_SCRIPT} ${WRKDIR}/wfcmgr ${STAGEDIR}${PREFIX}/bin/wfcmgr ${INSTALL_SCRIPT} ${WRKDIR}/wfica ${STAGEDIR}${PREFIX}/bin/wfica # XXX: This is missing a "${BRANDELF} -t Linux ". ${MKDIR} ${STAGEDIR}${CDIR} ${MKDIR} ${STAGEDIR}${CDIR}/config cd ${WRKSRC}/linuxx86/linuxx86.cor/ && ${COPYTREE_SHARE} . ${STAGEDIR}${CDIR} ${CP} ${WRKSRC}/setupwfc ${STAGEDIR}${CDIR} .if defined(ICA_CERTS) ${MKDIR} ${STAGEDIR}${CERTDIR} .for f in ${ICA_CERTS} ${INSTALL_DATA} ${DISTDIR}/${f} ${STAGEDIR}${CERTDIR} ${LN} -sf ${f} ${STAGEDIR}${CERTDIR}/$$(openssl x509 -noout -hash -in ${DISTDIR}/${f}).0 .endfor .endif .include Index: head/net/citrix_ica/distinfo =================================================================== --- head/net/citrix_ica/distinfo (revision 403707) +++ head/net/citrix_ica/distinfo (revision 403708) @@ -1,2 +1,2 @@ -SHA256 (linuxx86-13.2.0.322243.tar.gz) = 56962081f31b6f30c3f0aedd76d92310881a4f62bee85e5d3c40eb72e262fd9b -SIZE (linuxx86-13.2.0.322243.tar.gz) = 15893875 +SHA256 (linuxx86-13.2.1.328635.tar.gz) = 5c396ec61ae42d0b47f487aa1ea77291ac3d8eb8a4121085b64d115811465c7a +SIZE (linuxx86-13.2.1.328635.tar.gz) = 18525639