From owner-svn-ports-all@freebsd.org Tue May 7 20:28:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B241A1592E60; Tue, 7 May 2019 20:28:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 223477333C; Tue, 7 May 2019 20:28:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF6EF23592; Tue, 7 May 2019 20:28:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47KSKKD096377; Tue, 7 May 2019 20:28:20 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47KSKeS096374; Tue, 7 May 2019 20:28:20 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905072028.x47KSKeS096374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 7 May 2019 20:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500978 - head/net/citrix_ica X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/net/citrix_ica X-SVN-Commit-Revision: 500978 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 223477333C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2019 20:28:23 -0000 Author: ehaupt Date: Tue May 7 20:28:19 2019 New Revision: 500978 URL: https://svnweb.freebsd.org/changeset/ports/500978 Log: - Update to 13.10.0 - wfica uses gzopen64() which requires a newer zlib (switch to linux:c7) Reviewed by: evfbsd@yandex.ru Modified: head/net/citrix_ica/Makefile head/net/citrix_ica/distinfo head/net/citrix_ica/pkg-plist Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Tue May 7 20:22:15 2019 (r500977) +++ head/net/citrix_ica/Makefile Tue May 7 20:28:19 2019 (r500978) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= citrix_ica -PORTVERSION= 13.6.0 +PORTVERSION= 13.10.0 CATEGORIES= net comms linux MASTER_SITES= # -DISTNAME= linuxx86-${PORTVERSION}.10243651 +DISTNAME= linuxx86-${PORTVERSION}.20 MAINTAINER= ports@FreeBSD.org COMMENT= Citrix(R) Presentation Server(TM) client ONLY_FOR_ARCHS= i386 amd64 -USES= fakeroot linux webplugin:linux +USES= fakeroot linux:c7 webplugin:linux USE_LINUX= alsalib gtk2 libxml2 openmotif WEBPLUGIN_DIR= ${PREFIX}/ICAClient WEBPLUGIN_FILES= npica.so Modified: head/net/citrix_ica/distinfo ============================================================================== --- head/net/citrix_ica/distinfo Tue May 7 20:22:15 2019 (r500977) +++ head/net/citrix_ica/distinfo Tue May 7 20:28:19 2019 (r500978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503590097 -SHA256 (linuxx86-13.6.0.10243651.tar.gz) = 0ba3eba208b37844904d540b3011075ed5cecf429a0ab6c6cd52f2d0fd841ad2 -SIZE (linuxx86-13.6.0.10243651.tar.gz) = 22560063 +TIMESTAMP = 1557220569 +SHA256 (linuxx86-13.10.0.20.tar.gz) = 2dca3c8eded11c5d824d579bc3a6b7d531eaeddcbfb16e91b5702c72cae9dee4 +SIZE (linuxx86-13.10.0.20.tar.gz) = 22123747 Modified: head/net/citrix_ica/pkg-plist ============================================================================== --- head/net/citrix_ica/pkg-plist Tue May 7 20:22:15 2019 (r500977) +++ head/net/citrix_ica/pkg-plist Tue May 7 20:28:19 2019 (r500978) @@ -352,6 +352,20 @@ %%WEBPLUGIN_DIR%%/pkginf/Ver.core.linuxx86 %%WEBPLUGIN_DIR%%/pkginf/changeno.dat @(,,00555) %%WEBPLUGIN_DIR%%/selfservice +%%WEBPLUGIN_DIR%%/VDBROWSER.DLL +%%WEBPLUGIN_DIR%%/VDPORTFORWARD.DLL +%%WEBPLUGIN_DIR%%/config/debug.ini +%%WEBPLUGIN_DIR%%/icons/000_SaveLayoutHover_h32bit_49x45.png +%%WEBPLUGIN_DIR%%/icons/000_SaveLayout_greyed_h32bit_49x45.png +%%WEBPLUGIN_DIR%%/icons/000_SaveLayout_h32bit_49x45.png +%%WEBPLUGIN_DIR%%/lib/UIDialogLibWebKit.so +%%WEBPLUGIN_DIR%%/nls/de/debug.ini +%%WEBPLUGIN_DIR%%/nls/en/debug.ini +%%WEBPLUGIN_DIR%%/nls/es/debug.ini +%%WEBPLUGIN_DIR%%/nls/fr/debug.ini +%%WEBPLUGIN_DIR%%/nls/ja/debug.ini +%%WEBPLUGIN_DIR%%/nls/ru/debug.ini +%%WEBPLUGIN_DIR%%/nls/zh_HANS/debug.ini %%WEBPLUGIN_DIR%%/setupwfc %%WEBPLUGIN_DIR%%/site/contrib/custom.script.js %%WEBPLUGIN_DIR%%/site/contrib/custom.style.css @@ -502,12 +516,6 @@ %%WEBPLUGIN_DIR%%/usb/ctxusbd.rc %%WEBPLUGIN_DIR%%/usb/ica-usb.rules %%WEBPLUGIN_DIR%%/usb/usb.conf -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play0.10 -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play1.0 -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read0.10 -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read1.0 -@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm0.10.so -@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm1.0.so @(,,00555) %%WEBPLUGIN_DIR%%/util/DeleteCompleteFlashCache.sh @(,,00555) %%WEBPLUGIN_DIR%%/util/configmgr @(,,00555) %%WEBPLUGIN_DIR%%/util/conncenter @@ -516,9 +524,15 @@ @(,,00555) %%WEBPLUGIN_DIR%%/util/echo_cmd @(,,00555) %%WEBPLUGIN_DIR%%/util/gst_aud_play @(,,00555) %%WEBPLUGIN_DIR%%/util/gst_aud_read +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play0.10 +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play1.0 +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read0.10 +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read1.0 @(,,00555) %%WEBPLUGIN_DIR%%/util/hdxcheck.sh @(,,00555) %%WEBPLUGIN_DIR%%/util/hinst @(,,00555) %%WEBPLUGIN_DIR%%/util/icalicense.sh +@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm0.10.so +@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm1.0.so @(,,00555) %%WEBPLUGIN_DIR%%/util/lurdump @(,,00555) %%WEBPLUGIN_DIR%%/util/new_store @(,,00555) %%WEBPLUGIN_DIR%%/util/nslaunch @@ -528,6 +542,7 @@ @(,,00555) %%WEBPLUGIN_DIR%%/util/pnabrowse_launch @(,,00555) %%WEBPLUGIN_DIR%%/util/storebrowse @(,,00555) %%WEBPLUGIN_DIR%%/util/sunraymac.sh +@(,,00555) %%WEBPLUGIN_DIR%%/util/webcontainer @(,,00555) %%WEBPLUGIN_DIR%%/util/what @(,,00555) %%WEBPLUGIN_DIR%%/util/xcapture @(,,00555) %%WEBPLUGIN_DIR%%/wfica