From owner-svn-ports-all@freebsd.org Thu Mar 7 04:08:14 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 550A9150D34E; Thu, 7 Mar 2019 04:08:14 +0000 (UTC) (envelope-from philip@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 E6D068B514; Thu, 7 Mar 2019 04:08:13 +0000 (UTC) (envelope-from philip@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 D6669E2AA; Thu, 7 Mar 2019 04:08:13 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2748D5h018916; Thu, 7 Mar 2019 04:08:13 GMT (envelope-from philip@FreeBSD.org) Received: (from philip@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2748Dx4018913; Thu, 7 Mar 2019 04:08:13 GMT (envelope-from philip@FreeBSD.org) Message-Id: <201903070408.x2748Dx4018913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: philip set sender to philip@FreeBSD.org using -f From: Philip Paeps Date: Thu, 7 Mar 2019 04:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494876 - head/www/cliqz X-SVN-Group: ports-head X-SVN-Commit-Author: philip X-SVN-Commit-Paths: head/www/cliqz X-SVN-Commit-Revision: 494876 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E6D068B514 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)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Thu, 07 Mar 2019 04:08:14 -0000 Author: philip Date: Thu Mar 7 04:08:12 2019 New Revision: 494876 URL: https://svnweb.freebsd.org/changeset/ports/494876 Log: www/cliqz: Update to 1.25.2 PR: 235941 Submitted by: Santhosh Raju (maintainer) Modified: head/www/cliqz/Makefile head/www/cliqz/distinfo head/www/cliqz/pkg-plist Modified: head/www/cliqz/Makefile ============================================================================== --- head/www/cliqz/Makefile Thu Mar 7 04:06:35 2019 (r494875) +++ head/www/cliqz/Makefile Thu Mar 7 04:08:12 2019 (r494876) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cliqz -DISTVERSION= 1.24.2 -PORTREVISION= 2 +DISTVERSION= 1.25.2 CATEGORIES= www MASTER_SITES= https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \ http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz @@ -68,7 +67,7 @@ USE_LDCONFIG= yes CLIQZ_CHANNEL= release # If the DISTVERSION is updated, make sure to update the last build id from # fetch -qo - https://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/lastbuildid -CLIQZ_LAST_BUILD_ID= 20190124094133 +CLIQZ_LAST_BUILD_ID= 20190218161723 CLIQZ_ICON= ${PORTNAME}.png CLIQZ_ICON_SRC= ${WRKSRC}/mozilla-release/browser/branding/${PORTNAME}/default48.png MOZ_DESKTOP= ${WRKSRC}/mozilla-release/toolkit/mozapps/installer/linux/rpm/mozilla.desktop @@ -113,7 +112,7 @@ do-install: @${CHMOD} 755 ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTNAME} post-install: - ${LN} -sf ${PREFIX}/lib/${PORTNAME}/${PORTNAME}-bin ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${RLN} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTNAME}-bin ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${CLIQZ_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps @${CP} ${CLIQZ_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${CLIQZ_ICON} Modified: head/www/cliqz/distinfo ============================================================================== --- head/www/cliqz/distinfo Thu Mar 7 04:06:35 2019 (r494875) +++ head/www/cliqz/distinfo Thu Mar 7 04:08:12 2019 (r494876) @@ -1,11 +1,11 @@ -TIMESTAMP = 1548759416 +TIMESTAMP = 1550727191 SHA256 (adult-domains.bin) = ca599140fe3c0be40426d5dfba99b9e4280031d6dc7fbe287fb7a0ac44f5978e SIZE (adult-domains.bin) = 528392 -SHA256 (cliqz@cliqz.com.xpi) = ee3858d5137754bac4e608b1b54ea072a01a723b5f159b47406ee784c45146b4 -SIZE (cliqz@cliqz.com.xpi) = 21290350 -SHA256 (https-everywhere@cliqz.com.xpi) = 539043a2c63bd9d31cf0c1547e0d5c834ecf8ef6066e7772431d0dc573937161 -SIZE (https-everywhere@cliqz.com.xpi) = 2042146 -SHA256 (gdprtool@cliqz.com.xpi) = da056b3393ef7bfa068f77941c96f14e8c642616208dcdc5163f14a2f24f0e46 -SIZE (gdprtool@cliqz.com.xpi) = 222672 -SHA256 (cliqz-oss-browser-f-1.24.2_GH0.tar.gz) = aed6a35f8ae6045a0e4ebef95d54cbdc20a23f2f10fc078cc832a5898918084f -SIZE (cliqz-oss-browser-f-1.24.2_GH0.tar.gz) = 411176853 +SHA256 (cliqz@cliqz.com.xpi) = 011827de9cfdd1a4a921e35ffd20618950da34a1246d0058d219b89ca8b1b0f9 +SIZE (cliqz@cliqz.com.xpi) = 6783625 +SHA256 (https-everywhere@cliqz.com.xpi) = f5d85cd29b8e1261fd62c3037c41ae3d457e17abf836c292418694b6b2f9683e +SIZE (https-everywhere@cliqz.com.xpi) = 2055381 +SHA256 (gdprtool@cliqz.com.xpi) = 8b9199e32f5bcd6acea83df36f815ad25683143b717988693deec9a6d02c71a9 +SIZE (gdprtool@cliqz.com.xpi) = 222207 +SHA256 (cliqz-oss-browser-f-1.25.2_GH0.tar.gz) = f66c3c8dd4b35725367db2a9c3cacce066e281cbe143a3790b991fe565286a3a +SIZE (cliqz-oss-browser-f-1.25.2_GH0.tar.gz) = 419552975 Modified: head/www/cliqz/pkg-plist ============================================================================== --- head/www/cliqz/pkg-plist Thu Mar 7 04:06:35 2019 (r494875) +++ head/www/cliqz/pkg-plist Thu Mar 7 04:08:12 2019 (r494876) @@ -28,6 +28,7 @@ lib/cliqz/libmozavcodec.so lib/cliqz/libmozavutil.so lib/cliqz/libmozgtk.so lib/cliqz/libmozsqlite3.so +lib/cliqz/libmozwayland.so lib/cliqz/libnspr4.so lib/cliqz/libnss3.so lib/cliqz/libnssckbi.so