From owner-svn-ports-all@freebsd.org Sun Jun 10 00:29:16 2018 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 B2BEF1006D13; Sun, 10 Jun 2018 00:29:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6857F80CDC; Sun, 10 Jun 2018 00:29:16 +0000 (UTC) (envelope-from yuri@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 496C8252AD; Sun, 10 Jun 2018 00:29:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A0TGHM022569; Sun, 10 Jun 2018 00:29:16 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A0TGTe022568; Sun, 10 Jun 2018 00:29:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806100029.w5A0TGTe022568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 10 Jun 2018 00:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472104 - head/graphics/gmic X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/gmic X-SVN-Commit-Revision: 472104 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 00:29:16 -0000 Author: yuri Date: Sun Jun 10 00:29:15 2018 New Revision: 472104 URL: https://svnweb.freebsd.org/changeset/ports/472104 Log: graphics/gmic: Add PORTSCOUT pattern to prevent triple-digit versions Modified: head/graphics/gmic/Makefile Modified: head/graphics/gmic/Makefile ============================================================================== --- head/graphics/gmic/Makefile Sat Jun 9 23:53:20 2018 (r472103) +++ head/graphics/gmic/Makefile Sun Jun 10 00:29:15 2018 (r472104) @@ -31,6 +31,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libpng.so:graphics/png \ libtiff.so:graphics/tiff +PORTSCOUT= limit:[0-9]\..* # not v.220 and similar + USES= cmake:outsource compiler:c++11-lang jpeg pkgconfig USE_GITHUB= yes GH_ACCOUNT= dtschump From owner-svn-ports-all@freebsd.org Sun Jun 10 00:33:30 2018 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 706A81006F86; Sun, 10 Jun 2018 00:33:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16236810CA; Sun, 10 Jun 2018 00:33:30 +0000 (UTC) (envelope-from wen@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 E5BA32543C; Sun, 10 Jun 2018 00:33:29 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A0XTvH027495; Sun, 10 Jun 2018 00:33:29 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A0XTaR027493; Sun, 10 Jun 2018 00:33:29 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806100033.w5A0XTaR027493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 10 Jun 2018 00:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472105 - head/www/p5-Cookie-Baker X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/p5-Cookie-Baker X-SVN-Commit-Revision: 472105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 00:33:30 -0000 Author: wen Date: Sun Jun 10 00:33:29 2018 New Revision: 472105 URL: https://svnweb.freebsd.org/changeset/ports/472105 Log: - Update to 0.09 Changes: https://metacpan.org/changes/distribution/Cookie-Baker - Add missing TEST_DEPENDS PR: 228450 Submitted by: wenheping2000@hotmail.com(myself) Approved by: maintainer(timeout, > 14 days) Modified: head/www/p5-Cookie-Baker/Makefile head/www/p5-Cookie-Baker/distinfo Modified: head/www/p5-Cookie-Baker/Makefile ============================================================================== --- head/www/p5-Cookie-Baker/Makefile Sun Jun 10 00:29:15 2018 (r472104) +++ head/www/p5-Cookie-Baker/Makefile Sun Jun 10 00:33:29 2018 (r472105) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Cookie-Baker -PORTVERSION= 0.05 +PORTVERSION= 0.09 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,12 +12,12 @@ COMMENT= Perl extension for cookie string generator/pa LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -RUN_DEPENDS= \ - p5-URI>0:net/p5-URI +RUN_DEPENDS= p5-URI>0:net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Time>=0:devel/p5-Test-Time USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny NO_ARCH= YES .include Modified: head/www/p5-Cookie-Baker/distinfo ============================================================================== --- head/www/p5-Cookie-Baker/distinfo Sun Jun 10 00:29:15 2018 (r472104) +++ head/www/p5-Cookie-Baker/distinfo Sun Jun 10 00:33:29 2018 (r472105) @@ -1,2 +1,3 @@ -SHA256 (Cookie-Baker-0.05.tar.gz) = 28c0e2bcda793a55d77ab166e6ab6b5eb5c69c58f326d2b550f32a0b9520a98c -SIZE (Cookie-Baker-0.05.tar.gz) = 11888 +TIMESTAMP = 1527155145 +SHA256 (Cookie-Baker-0.09.tar.gz) = be020a634162b319cab55b6e2bf10556a33a210a2eee8a2f1aa1b19b5e33aa4f +SIZE (Cookie-Baker-0.09.tar.gz) = 12028 From owner-svn-ports-all@freebsd.org Sun Jun 10 00:40:06 2018 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 28913100709A; Sun, 10 Jun 2018 00:40:06 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC20381210; Sun, 10 Jun 2018 00:40:05 +0000 (UTC) (envelope-from wen@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 AA3E725448; Sun, 10 Jun 2018 00:40:05 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A0e5xq027918; Sun, 10 Jun 2018 00:40:05 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A0e5RG027916; Sun, 10 Jun 2018 00:40:05 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806100040.w5A0e5RG027916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 10 Jun 2018 00:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472106 - head/devel/p5-Test-TCP X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/p5-Test-TCP X-SVN-Commit-Revision: 472106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 00:40:06 -0000 Author: wen Date: Sun Jun 10 00:40:04 2018 New Revision: 472106 URL: https://svnweb.freebsd.org/changeset/ports/472106 Log: - Update to 2.19 Changes: https://metacpan.org/changes/distribution/Test-TCP PR: 228451 Submitted by: wenheping2000@hotmail.com(myself) Approved by: mainatiner(timeout, > 14 days) Modified: head/devel/p5-Test-TCP/Makefile head/devel/p5-Test-TCP/distinfo Modified: head/devel/p5-Test-TCP/Makefile ============================================================================== --- head/devel/p5-Test-TCP/Makefile Sun Jun 10 00:33:29 2018 (r472105) +++ head/devel/p5-Test-TCP/Makefile Sun Jun 10 00:40:04 2018 (r472106) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Test-TCP -PORTVERSION= 2.13 +PORTVERSION= 2.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-TCP/distinfo ============================================================================== --- head/devel/p5-Test-TCP/distinfo Sun Jun 10 00:33:29 2018 (r472105) +++ head/devel/p5-Test-TCP/distinfo Sun Jun 10 00:40:04 2018 (r472106) @@ -1,2 +1,3 @@ -SHA256 (Test-TCP-2.13.tar.gz) = 226383c0a6de901f43ed5b011308fa229d7d6cd5e32aaa6095cddcd3d030ed7a -SIZE (Test-TCP-2.13.tar.gz) = 23288 +TIMESTAMP = 1527156096 +SHA256 (Test-TCP-2.19.tar.gz) = dd012d9d596b2a4e26feb5e017ed8035bf779f636da78b8ae4f5f581e9fc5091 +SIZE (Test-TCP-2.19.tar.gz) = 26003 From owner-svn-ports-all@freebsd.org Sun Jun 10 00:48:07 2018 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 682481007266; Sun, 10 Jun 2018 00:48:07 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1188D815AF; Sun, 10 Jun 2018 00:48:07 +0000 (UTC) (envelope-from wen@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 C0AEC255EC; Sun, 10 Jun 2018 00:48:06 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A0m6fS033285; Sun, 10 Jun 2018 00:48:06 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A0m6Di033282; Sun, 10 Jun 2018 00:48:06 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806100048.w5A0m6Di033282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 10 Jun 2018 00:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472107 - head/www/p5-Plack X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/p5-Plack X-SVN-Commit-Revision: 472107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 00:48:07 -0000 Author: wen Date: Sun Jun 10 00:48:05 2018 New Revision: 472107 URL: https://svnweb.freebsd.org/changeset/ports/472107 Log: - Update to 1.0047 Changes: https://metacpan.org/changes/distribution/Plack - Update DEPENDS PR: 228452 Submitted by: wenheping2000@hotmail.com(myself) Approved by: maintainer(timeout, > 14 days) Modified: head/www/p5-Plack/Makefile head/www/p5-Plack/distinfo head/www/p5-Plack/pkg-plist Modified: head/www/p5-Plack/Makefile ============================================================================== --- head/www/p5-Plack/Makefile Sun Jun 10 00:40:04 2018 (r472106) +++ head/www/p5-Plack/Makefile Sun Jun 10 00:48:05 2018 (r472107) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Plack -PORTVERSION= 1.0039 -PORTREVISION= 1 +PORTVERSION= 1.0047 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -15,13 +14,14 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Apache-LogFormat-Compiler>=0.12:www/p5-Apache-LogFormat-Compiler \ - p5-Cookie-Baker>=0.05:www/p5-Cookie-Baker \ + p5-Apache-LogFormat-Compiler>=0.33:www/p5-Apache-LogFormat-Compiler \ + p5-Cookie-Baker>=0.07:www/p5-Cookie-Baker \ p5-Devel-StackTrace>=1.23:devel/p5-Devel-StackTrace \ p5-Devel-StackTrace-AsHTML>=0.11:devel/p5-Devel-StackTrace-AsHTML \ p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \ p5-Filesys-Notify-Simple>0:devel/p5-Filesys-Notify-Simple \ p5-HTTP-Body>=1.06:www/p5-HTTP-Body \ + p5-HTTP-Entity-Parser>=0.17:www/p5-HTTP-Entity-Parser \ p5-HTTP-Headers-Fast>=0.18:www/p5-HTTP-Headers-Fast \ p5-Hash-MultiValue>=0.05:devel/p5-Hash-MultiValue \ p5-Path-Class>0:devel/p5-Path-Class \ @@ -46,7 +46,7 @@ TEST_DEPENDS= \ p5-Module-Refresh>0:devel/p5-Module-Refresh \ p5-Stream-Buffered>=0.02:devel/p5-Stream-Buffered \ p5-Test-Requires>0:devel/p5-Test-Requires \ - p5-Test-TCP>=2.00:devel/p5-Test-TCP + p5-Test-TCP>=2.15:devel/p5-Test-TCP USES= perl5 USE_PERL5= configure Modified: head/www/p5-Plack/distinfo ============================================================================== --- head/www/p5-Plack/distinfo Sun Jun 10 00:40:04 2018 (r472106) +++ head/www/p5-Plack/distinfo Sun Jun 10 00:48:05 2018 (r472107) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481301723 -SHA256 (Plack-1.0039.tar.gz) = d24a572e88644c7d39c7e6ff1af005b728dec94a878cf06d9027ab7d1a2fd0a9 -SIZE (Plack-1.0039.tar.gz) = 176711 +TIMESTAMP = 1527152144 +SHA256 (Plack-1.0047.tar.gz) = 322c93f5acc0a0f0e11fd4a76188f978bdc14338a9f1df3ae535227017046561 +SIZE (Plack-1.0047.tar.gz) = 180792 Modified: head/www/p5-Plack/pkg-plist ============================================================================== --- head/www/p5-Plack/pkg-plist Sun Jun 10 00:40:04 2018 (r472106) +++ head/www/p5-Plack/pkg-plist Sun Jun 10 00:48:05 2018 (r472107) @@ -139,6 +139,5 @@ bin/plackup %%SITE_PERL%%/Plack/Test/Suite.pm %%SITE_PERL%%/Plack/Util.pm %%SITE_PERL%%/Plack/Util/Accessor.pm -%%SITE_PERL%%/auto/share/dist/Plack/#foo %%SITE_PERL%%/auto/share/dist/Plack/baybridge.jpg %%SITE_PERL%%/auto/share/dist/Plack/face.jpg From owner-svn-ports-all@freebsd.org Sun Jun 10 00:56:19 2018 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 84851100743A; Sun, 10 Jun 2018 00:56:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C26581961; Sun, 10 Jun 2018 00:56:19 +0000 (UTC) (envelope-from yuri@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 0A17025780; Sun, 10 Jun 2018 00:56:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A0uI3S038116; Sun, 10 Jun 2018 00:56:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A0uIaw038115; Sun, 10 Jun 2018 00:56:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806100056.w5A0uIaw038115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 10 Jun 2018 00:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472108 - head/math/zimpl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/zimpl X-SVN-Commit-Revision: 472108 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 00:56:19 -0000 Author: yuri Date: Sun Jun 10 00:56:18 2018 New Revision: 472108 URL: https://svnweb.freebsd.org/changeset/ports/472108 Log: math/zimpl: Replace BROKEN_xx with ONLY_FOR_ARCHS=amd64 i386 Other architectures are explicitly not supported. Modified: head/math/zimpl/Makefile Modified: head/math/zimpl/Makefile ============================================================================== --- head/math/zimpl/Makefile Sun Jun 10 00:48:05 2018 (r472107) +++ head/math/zimpl/Makefile Sun Jun 10 00:56:18 2018 (r472108) @@ -12,12 +12,8 @@ COMMENT= Language to translate the LP models into .lp LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= fails to build: Makefile:144: make/make.linux.arm64.gnu.opt: No such file or directory -BROKEN_armv6= fails to build: Makefile:144: make/make.linux.arm.gnu.opt: No such file or directory -BROKEN_armv7= fails to build: Makefile:144: make/make.linux.arm.gnu.opt: No such file or directory -BROKEN_mips= fails to build: Makefile:144: make/make.linux.mips.gnu.opt: No such file or directory -BROKEN_mips64= fails to build: Makefile:144: make/make.linux.mips64.gnu.opt: No such file or directory -BROKEN_powerpc64= fails to build: Makefile:144: make/make.linux.powerpc64.gnu.opt: No such file or directory +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= missing make/make.linux.$${arch}.gnu.opt for other architectures LIB_DEPENDS= libgmp.so:math/gmp From owner-svn-ports-all@freebsd.org Sun Jun 10 01:02:22 2018 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 F2093100764E; Sun, 10 Jun 2018 01:02:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A07A681BE4; Sun, 10 Jun 2018 01:02:21 +0000 (UTC) (envelope-from wen@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 8194525903; Sun, 10 Jun 2018 01:02:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A12LxB041497; Sun, 10 Jun 2018 01:02:21 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A12L2F041495; Sun, 10 Jun 2018 01:02:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806100102.w5A12L2F041495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 10 Jun 2018 01:02:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472109 - head/www/p5-Dancer2 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/p5-Dancer2 X-SVN-Commit-Revision: 472109 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 01:02:22 -0000 Author: wen Date: Sun Jun 10 01:02:20 2018 New Revision: 472109 URL: https://svnweb.freebsd.org/changeset/ports/472109 Log: - Update to 0.206000 Changes: https://metacpan.org/changes/distribution/Dancer2 Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/distinfo Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Sun Jun 10 00:56:18 2018 (r472108) +++ head/www/p5-Dancer2/Makefile Sun Jun 10 01:02:20 2018 (r472109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.205002 +PORTVERSION= 0.206000 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \ p5-Crypt-URandom>=0:security/p5-Crypt-URandom \ p5-Config-Any>=0:devel/p5-Config-Any \ + p5-File-Share>=0:devel/p5-File-Share \ p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ p5-Hash-Merge-Simple>=0:devel/p5-Hash-Merge-Simple \ p5-HTTP-Body>=0:www/p5-HTTP-Body \ @@ -29,7 +30,7 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ p5-Module-Runtime>=0:devel/p5-Module-Runtime \ p5-Moo>=2.000000:devel/p5-Moo \ - p5-Plack>=1.0035:www/p5-Plack \ + p5-Plack>=1.0040:www/p5-Plack \ p5-Plack-Middleware-FixMissingBodyInRedirect>=0:www/p5-Plack-Middleware-FixMissingBodyInRedirect \ p5-Plack-Middleware-RemoveRedundantBody>=0:www/p5-Plack-Middleware-RemoveRedundantBody \ p5-Ref-Util>=0:devel/p5-Ref-Util \ @@ -49,6 +50,7 @@ TEST_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-LWP-Protocol-PSGI>=0.06:www/p5-LWP-Protocol-PSGI \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ + p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \ p5-Test-EOL>=0:devel/p5-Test-EOL \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \ Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Sun Jun 10 00:56:18 2018 (r472108) +++ head/www/p5-Dancer2/distinfo Sun Jun 10 01:02:20 2018 (r472109) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508339895 -SHA256 (Dancer2-0.205002.tar.gz) = df0bfbaf150fb31abb3b57636b7c1b9832f5c0b2d03e37d2e2e74c080278da59 -SIZE (Dancer2-0.205002.tar.gz) = 368450 +TIMESTAMP = 1527070572 +SHA256 (Dancer2-0.206000.tar.gz) = cbe5fc167a4976ab20dd96bcbdf160dcf39405525583cca9821e286cb66b9be6 +SIZE (Dancer2-0.206000.tar.gz) = 361953 From owner-svn-ports-all@freebsd.org Sun Jun 10 01:49:48 2018 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 DDC9C1008DB1; Sun, 10 Jun 2018 01:49:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90FD683502; Sun, 10 Jun 2018 01:49:48 +0000 (UTC) (envelope-from gerald@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 7349A25FF4; Sun, 10 Jun 2018 01:49:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A1nmQa063532; Sun, 10 Jun 2018 01:49:48 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A1nm4F063531; Sun, 10 Jun 2018 01:49:48 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201806100149.w5A1nm4F063531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 10 Jun 2018 01:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472110 - head/lang/gcc8-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc8-devel X-SVN-Commit-Revision: 472110 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 01:49:49 -0000 Author: gerald Date: Sun Jun 10 01:49:47 2018 New Revision: 472110 URL: https://svnweb.freebsd.org/changeset/ports/472110 Log: Update to the 20180608 snapshot of GCC 8.1.1. Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Sun Jun 10 01:02:20 2018 (r472109) +++ head/lang/gcc8-devel/Makefile Sun Jun 10 01:49:47 2018 (r472110) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.1.1.s20180601 +PORTVERSION= 8.1.1.s20180608 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Sun Jun 10 01:02:20 2018 (r472109) +++ head/lang/gcc8-devel/distinfo Sun Jun 10 01:49:47 2018 (r472110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527944184 -SHA256 (gcc-8-20180601.tar.xz) = f348ab66acf84f8c8cc28bb7fdea131b9016c1a1d9b7e23e93127c13062400de -SIZE (gcc-8-20180601.tar.xz) = 61627664 +TIMESTAMP = 1528592381 +SHA256 (gcc-8-20180608.tar.xz) = 3097e5eeaf5701b003696140772f6d6bd1a5748a57a30d03eaa916f942857c22 +SIZE (gcc-8-20180608.tar.xz) = 61633448 From owner-svn-ports-all@freebsd.org Sun Jun 10 04:40:04 2018 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 8B1C9101DDBF; Sun, 10 Jun 2018 04:40:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BEA76A870; Sun, 10 Jun 2018 04:40:04 +0000 (UTC) (envelope-from yuri@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 1DF6E27C8F; Sun, 10 Jun 2018 04:40:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A4e35e050066; Sun, 10 Jun 2018 04:40:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A4e3UC050065; Sun, 10 Jun 2018 04:40:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806100440.w5A4e3UC050065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 10 Jun 2018 04:40:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472111 - head/databases/sqlite-ext-regexp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/sqlite-ext-regexp X-SVN-Commit-Revision: 472111 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 04:40:04 -0000 Author: yuri Date: Sun Jun 10 04:40:03 2018 New Revision: 472111 URL: https://svnweb.freebsd.org/changeset/ports/472111 Log: databases/sqlite-ext-regexp: Remove USE_LDCONFIG SQLite extensions are loaded with the full path to the shared library. Modified: head/databases/sqlite-ext-regexp/Makefile Modified: head/databases/sqlite-ext-regexp/Makefile ============================================================================== --- head/databases/sqlite-ext-regexp/Makefile Sun Jun 10 01:49:47 2018 (r472110) +++ head/databases/sqlite-ext-regexp/Makefile Sun Jun 10 04:40:03 2018 (r472111) @@ -3,6 +3,7 @@ PORTNAME= sqlite-ext-regexp PORTVERSION= 3.8.11.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ DISTNAME= sqlite-src-${PORTVERSION:S|8.|8|:S|.|0|g} @@ -22,7 +23,6 @@ NO_WRKSUBDIR= yes SRCFILE= ${DISTNAME}/ext/misc/regexp.c LIBFILE= libregexp.so INST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR} -USE_LDCONFIG= ${INST_DIR} EXTRACT_AFTER_ARGS= ${SRCFILE} From owner-svn-ports-all@freebsd.org Sun Jun 10 04:41:39 2018 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 628F3101E401; Sun, 10 Jun 2018 04:41:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 186DD6AA91; Sun, 10 Jun 2018 04:41:39 +0000 (UTC) (envelope-from yuri@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 E9B4C27CD3; Sun, 10 Jun 2018 04:41:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A4fcXg054441; Sun, 10 Jun 2018 04:41:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A4fcY1054440; Sun, 10 Jun 2018 04:41:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806100441.w5A4fcY1054440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 10 Jun 2018 04:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472112 - head/databases/sqlite-ext-spellfix X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/sqlite-ext-spellfix X-SVN-Commit-Revision: 472112 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 04:41:39 -0000 Author: yuri Date: Sun Jun 10 04:41:38 2018 New Revision: 472112 URL: https://svnweb.freebsd.org/changeset/ports/472112 Log: databases/sqlite-ext-spellfix: Remove USE_LDCONFIG SQLite extensions are loaded with the full path to the shared library. Modified: head/databases/sqlite-ext-spellfix/Makefile Modified: head/databases/sqlite-ext-spellfix/Makefile ============================================================================== --- head/databases/sqlite-ext-spellfix/Makefile Sun Jun 10 04:40:03 2018 (r472111) +++ head/databases/sqlite-ext-spellfix/Makefile Sun Jun 10 04:41:38 2018 (r472112) @@ -3,6 +3,7 @@ PORTNAME= sqlite-ext-spellfix PORTVERSION= 3.8.11.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ DISTNAME= sqlite-src-${PORTVERSION:S|8.|8|:S|.|0|g} @@ -22,7 +23,6 @@ NO_WRKSUBDIR= yes SRCFILE= ${DISTNAME}/ext/misc/spellfix.c LIBFILE= libspellfix.so INST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR} -USE_LDCONFIG= ${INST_DIR} EXTRACT_AFTER_ARGS= ${SRCFILE} From owner-svn-ports-all@freebsd.org Sun Jun 10 04:43:52 2018 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 8954C101EB3D; Sun, 10 Jun 2018 04:43:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E5616AE02; Sun, 10 Jun 2018 04:43:52 +0000 (UTC) (envelope-from yuri@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 1FF6127E33; Sun, 10 Jun 2018 04:43:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A4hqK8055547; Sun, 10 Jun 2018 04:43:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A4hqPi055546; Sun, 10 Jun 2018 04:43:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806100443.w5A4hqPi055546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 10 Jun 2018 04:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472113 - head/databases/sqlite-ext-miscfuncs X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/sqlite-ext-miscfuncs X-SVN-Commit-Revision: 472113 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 04:43:52 -0000 Author: yuri Date: Sun Jun 10 04:43:51 2018 New Revision: 472113 URL: https://svnweb.freebsd.org/changeset/ports/472113 Log: databases/sqlite-ext-miscfuncs: Remove USE_LDCONFIG SQLite extensions are loaded with the full path to the shared library. Modified: head/databases/sqlite-ext-miscfuncs/Makefile Modified: head/databases/sqlite-ext-miscfuncs/Makefile ============================================================================== --- head/databases/sqlite-ext-miscfuncs/Makefile Sun Jun 10 04:41:38 2018 (r472112) +++ head/databases/sqlite-ext-miscfuncs/Makefile Sun Jun 10 04:43:51 2018 (r472113) @@ -3,7 +3,7 @@ PORTNAME= sqlite-ext-miscfuncs PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -20,7 +20,6 @@ NO_WRKSUBDIR= yes SRCFILE= extension-functions-${PORTVERSION}.c LIBFILE= libsqlitemiscfuncs.so INST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR} -USE_LDCONFIG= ${INST_DIR} SUB_FILES= ${PORTDOCS} SUB_LIST+= LIBFILE=${LIBFILE} From owner-svn-ports-all@freebsd.org Sun Jun 10 04:46:53 2018 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 B8ADD101F46D; Sun, 10 Jun 2018 04:46:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 651856B02A; Sun, 10 Jun 2018 04:46:53 +0000 (UTC) (envelope-from yuri@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 426C427E38; Sun, 10 Jun 2018 04:46:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A4krQj055772; Sun, 10 Jun 2018 04:46:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A4kr8r055771; Sun, 10 Jun 2018 04:46:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806100446.w5A4kr8r055771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 10 Jun 2018 04:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472114 - head/databases/sqlite-ext-pcre X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/sqlite-ext-pcre X-SVN-Commit-Revision: 472114 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 04:46:53 -0000 Author: yuri Date: Sun Jun 10 04:46:52 2018 New Revision: 472114 URL: https://svnweb.freebsd.org/changeset/ports/472114 Log: databases/sqlite-ext-pcre: Remove USE_LDCONFIG SQLite extensions are loaded with the full path to the shared library. Approved by: portmgr (port compliance, infrastructure) Modified: head/databases/sqlite-ext-pcre/Makefile Modified: head/databases/sqlite-ext-pcre/Makefile ============================================================================== --- head/databases/sqlite-ext-pcre/Makefile Sun Jun 10 04:43:51 2018 (r472113) +++ head/databases/sqlite-ext-pcre/Makefile Sun Jun 10 04:46:52 2018 (r472114) @@ -2,7 +2,7 @@ PORTNAME= sqlite-ext-pcre PORTVERSION= 20100208 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases DIST_SUBDIR= sqlite-ext @@ -13,15 +13,14 @@ LICENSE= PD LIB_DEPENDS= libpcre.so:devel/pcre +USES= gmake pkgconfig sqlite USE_GITHUB= yes GH_ACCOUNT= ralight GH_PROJECT= sqlite3-pcre GH_TAGNAME= c98da41 -USES= gmake pkgconfig sqlite LIBFILE= pcre.so INST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR} -USE_LDCONFIG= ${INST_DIR} SUB_LIST= LIBFILE=${LIBFILE} From owner-svn-ports-all@freebsd.org Sun Jun 10 08:00:12 2018 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 D39BF1002D86; Sun, 10 Jun 2018 08:00:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 864E474155; Sun, 10 Jun 2018 08:00:12 +0000 (UTC) (envelope-from antoine@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 6835D1D4A; Sun, 10 Jun 2018 08:00:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A80CsO051357; Sun, 10 Jun 2018 08:00:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A80CMV051355; Sun, 10 Jun 2018 08:00:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806100800.w5A80CMV051355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Jun 2018 08:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472115 - head/security/rubygem-metasploit-payloads X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-metasploit-payloads X-SVN-Commit-Revision: 472115 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 08:00:13 -0000 Author: antoine Date: Sun Jun 10 08:00:11 2018 New Revision: 472115 URL: https://svnweb.freebsd.org/changeset/ports/472115 Log: Update to 1.3.37 Modified: head/security/rubygem-metasploit-payloads/Makefile head/security/rubygem-metasploit-payloads/distinfo Modified: head/security/rubygem-metasploit-payloads/Makefile ============================================================================== --- head/security/rubygem-metasploit-payloads/Makefile Sun Jun 10 04:46:52 2018 (r472114) +++ head/security/rubygem-metasploit-payloads/Makefile Sun Jun 10 08:00:11 2018 (r472115) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-payloads -PORTVERSION= 1.3.34 +PORTVERSION= 1.3.37 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-payloads/distinfo ============================================================================== --- head/security/rubygem-metasploit-payloads/distinfo Sun Jun 10 04:46:52 2018 (r472114) +++ head/security/rubygem-metasploit-payloads/distinfo Sun Jun 10 08:00:11 2018 (r472115) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526718875 -SHA256 (rubygem/metasploit-payloads-1.3.34.gem) = cff02b46aa427b9e40ce525c131f3ab0ffb72ff2e46f739028c63a7eab09e3bc -SIZE (rubygem/metasploit-payloads-1.3.34.gem) = 11936256 +TIMESTAMP = 1528615787 +SHA256 (rubygem/metasploit-payloads-1.3.37.gem) = bf6fdedfe495a22e753009af46e5a1e7dc58f89879fdabd72ffd9b6f1f06788e +SIZE (rubygem/metasploit-payloads-1.3.37.gem) = 12016640 From owner-svn-ports-all@freebsd.org Sun Jun 10 08:00:37 2018 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 4F7051002E1F; Sun, 10 Jun 2018 08:00:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 044447424A; Sun, 10 Jun 2018 08:00:37 +0000 (UTC) (envelope-from antoine@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 DADEC1D4F; Sun, 10 Jun 2018 08:00:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A80abu051488; Sun, 10 Jun 2018 08:00:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A80a67051486; Sun, 10 Jun 2018 08:00:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806100800.w5A80a67051486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Jun 2018 08:00:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472116 - head/security/metasploit X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/metasploit X-SVN-Commit-Revision: 472116 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 08:00:37 -0000 Author: antoine Date: Sun Jun 10 08:00:36 2018 New Revision: 472116 URL: https://svnweb.freebsd.org/changeset/ports/472116 Log: Update to 4.16.60 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sun Jun 10 08:00:11 2018 (r472115) +++ head/security/metasploit/Makefile Sun Jun 10 08:00:36 2018 (r472116) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.16.57 +PORTVERSION= 4.16.60 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -26,7 +26,7 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ - rubygem-metasploit-payloads>=1.3.34:security/rubygem-metasploit-payloads \ + rubygem-metasploit-payloads>=1.3.37:security/rubygem-metasploit-payloads \ rubygem-metasploit_payloads-mettle>=0.3.8:security/rubygem-metasploit_payloads-mettle \ rubygem-msgpack1>=0:devel/rubygem-msgpack1 \ rubygem-network_interface>=0:net/rubygem-network_interface \ @@ -96,6 +96,7 @@ SHEBANG_FILES= data/exploits/CVE-2017-17562/build.sh \ data/exploits/CVE-2017-7494/build.sh \ data/exploits/CVE-2017-7494/install-deps.sh \ docker/entrypoint.sh \ + external/source/exploits/CVE-2016-4655/ssh_build.sh \ external/source/shellcode/windows/build.sh \ external/source/msfJavaToolkit/compile.sh \ external/source/msfJavaToolkit/testKeytool.rb \ @@ -106,6 +107,7 @@ SHEBANG_FILES= data/exploits/CVE-2017-17562/build.sh \ modules/auxiliary/dos/http/slowloris.py \ modules/auxiliary/dos/tcp/claymore_dos.py \ modules/auxiliary/scanner/smb/impacket/dcomexec.py \ + modules/auxiliary/scanner/smb/impacket/wmiexec.py \ modules/auxiliary/scanner/ssl/bleichenbacher_oracle.py \ modules/auxiliary/scanner/wproxy/att_open_proxy.py \ tools/dev/import-dev-keys.sh \ Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sun Jun 10 08:00:11 2018 (r472115) +++ head/security/metasploit/distinfo Sun Jun 10 08:00:36 2018 (r472116) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526718787 -SHA256 (rapid7-metasploit-framework-4.16.57_GH0.tar.gz) = e565e1adf9f1cf1f88757c6bea28d51fe1c9652fa985e82137796d2b370bc91d -SIZE (rapid7-metasploit-framework-4.16.57_GH0.tar.gz) = 26078741 +TIMESTAMP = 1528615741 +SHA256 (rapid7-metasploit-framework-4.16.60_GH0.tar.gz) = f55ac839bfb14eb67711c448c73b79ea6efb75f9e3ddf92e4151318f6b6ed2e2 +SIZE (rapid7-metasploit-framework-4.16.60_GH0.tar.gz) = 26592827 From owner-svn-ports-all@freebsd.org Sun Jun 10 08:08:28 2018 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 3A54D10038ED; Sun, 10 Jun 2018 08:08:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2F20747AC; Sun, 10 Jun 2018 08:08:27 +0000 (UTC) (envelope-from antoine@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 C05881EDB; Sun, 10 Jun 2018 08:08:27 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A88RS6056857; Sun, 10 Jun 2018 08:08:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A88Qp9056851; Sun, 10 Jun 2018 08:08:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806100808.w5A88Qp9056851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Jun 2018 08:08:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472117 - in head: devel/rubygem-prometheus-client-mmap devel/rubygem-rblineprof devel/rubygem-re2 devel/rubygem-rugged security/rubygem-timfel-krb5 textproc/rubygem-charlock_holmes X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: devel/rubygem-prometheus-client-mmap devel/rubygem-rblineprof devel/rubygem-re2 devel/rubygem-rugged security/rubygem-timfel-krb5 textproc/rubygem-charlock_holmes X-SVN-Commit-Revision: 472117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 08:08:28 -0000 Author: antoine Date: Sun Jun 10 08:08:26 2018 New Revision: 472117 URL: https://svnweb.freebsd.org/changeset/ports/472117 Log: Remove bogus dependency on libunwind (brought by ruby on tier-1), those ports should build fine on tier-2 archs With hat: portmgr Modified: head/devel/rubygem-prometheus-client-mmap/Makefile head/devel/rubygem-rblineprof/Makefile head/devel/rubygem-re2/Makefile head/devel/rubygem-rugged/Makefile head/security/rubygem-timfel-krb5/Makefile head/textproc/rubygem-charlock_holmes/Makefile Modified: head/devel/rubygem-prometheus-client-mmap/Makefile ============================================================================== --- head/devel/rubygem-prometheus-client-mmap/Makefile Sun Jun 10 08:00:36 2018 (r472116) +++ head/devel/rubygem-prometheus-client-mmap/Makefile Sun Jun 10 08:08:26 2018 (r472117) @@ -10,8 +10,6 @@ COMMENT= Suite of instrumentation metric primitives LICENSE= RUBY -LIB_DEPENDS+= libunwind.so:devel/libunwind - USES= gem USE_RUBY= yes Modified: head/devel/rubygem-rblineprof/Makefile ============================================================================== --- head/devel/rubygem-rblineprof/Makefile Sun Jun 10 08:00:36 2018 (r472116) +++ head/devel/rubygem-rblineprof/Makefile Sun Jun 10 08:08:26 2018 (r472117) @@ -11,8 +11,7 @@ COMMENT= Shows you lines of code that are slow LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libunwind.so:devel/libunwind \ - libgmp.so:math/gmp +LIB_DEPENDS= libgmp.so:math/gmp RUN_DEPENDS= rubygem-debugger-ruby_core_source>=1.3:devel/rubygem-debugger-ruby_core_source USES= gem Modified: head/devel/rubygem-re2/Makefile ============================================================================== --- head/devel/rubygem-re2/Makefile Sun Jun 10 08:00:36 2018 (r472116) +++ head/devel/rubygem-re2/Makefile Sun Jun 10 08:08:26 2018 (r472117) @@ -12,8 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= re2>=0:devel/re2 -LIB_DEPENDS= libunwind.so:devel/libunwind \ - libgmp.so:math/gmp +LIB_DEPENDS= libgmp.so:math/gmp RUN_DEPENDS= re2>=0:devel/re2 USE_RUBY= yes Modified: head/devel/rubygem-rugged/Makefile ============================================================================== --- head/devel/rubygem-rugged/Makefile Sun Jun 10 08:00:36 2018 (r472116) +++ head/devel/rubygem-rugged/Makefile Sun Jun 10 08:08:26 2018 (r472117) @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= libgit2>=${PORTVERSION:R}:devel/libgit2 LIB_DEPENDS= libgit2.so:devel/libgit2 \ - libgmp.so:math/gmp \ - libunwind.so:devel/libunwind + libgmp.so:math/gmp CONFIGURE_ARGS= --use-system-libraries USE_RUBY= yes Modified: head/security/rubygem-timfel-krb5/Makefile ============================================================================== --- head/security/rubygem-timfel-krb5/Makefile Sun Jun 10 08:00:36 2018 (r472116) +++ head/security/rubygem-timfel-krb5/Makefile Sun Jun 10 08:08:26 2018 (r472117) @@ -10,7 +10,6 @@ COMMENT= KRB5 for Ruby BUILD_DEPENDS= krb5>0:security/krb5 RUN_DEPENDS= krb5>0:security/krb5 -LIB_DEPENDS= libunwind.so:devel/libunwind USE_RUBY= yes USES= gem Modified: head/textproc/rubygem-charlock_holmes/Makefile ============================================================================== --- head/textproc/rubygem-charlock_holmes/Makefile Sun Jun 10 08:00:36 2018 (r472116) +++ head/textproc/rubygem-charlock_holmes/Makefile Sun Jun 10 08:08:26 2018 (r472117) @@ -14,8 +14,7 @@ COMMENT= Gems for character encoding detection LICENSE= MIT -LIB_DEPENDS= libicui18n.so:devel/icu \ - libunwind.so:devel/libunwind +LIB_DEPENDS= libicui18n.so:devel/icu USES= gem USE_RUBY= yes From owner-svn-ports-all@freebsd.org Sun Jun 10 08:09:26 2018 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 B9BE51003A74; Sun, 10 Jun 2018 08:09:26 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63993748C0; Sun, 10 Jun 2018 08:09:26 +0000 (UTC) (envelope-from brnrd@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 3F3BB1EDD; Sun, 10 Jun 2018 08:09:26 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A89Qhu056991; Sun, 10 Jun 2018 08:09:26 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A89QC4056990; Sun, 10 Jun 2018 08:09:26 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201806100809.w5A89QC4056990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 10 Jun 2018 08:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472118 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 472118 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 08:09:26 -0000 Author: brnrd Date: Sun Jun 10 08:09:25 2018 New Revision: 472118 URL: https://svnweb.freebsd.org/changeset/ports/472118 Log: Mk/bsd.default-versions.mk: Add MariaDB 10.3 - Chase addition of new 10.3 port in r472070 Reported by: pi Modified: head/Mk/bsd.default-versions.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Sun Jun 10 08:08:26 2018 (r472117) +++ head/Mk/bsd.default-versions.mk Sun Jun 10 08:09:25 2018 (r472118) @@ -57,7 +57,7 @@ LINUX_DEFAULT?= c6 .endif # Possible values: 5.1, 5.2, 5.3 LUA_DEFAULT?= 5.2 -# Possible values: 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 10.2m, 5.5p, 5.6p, 5.7p, 5.6w +# Possible values: 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 10.2m, 10.3m, 5.5p, 5.6p, 5.7p, 5.6w MYSQL_DEFAULT?= 5.6 # Possible values: 5.24, 5.26, 5.28, devel .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ From owner-svn-ports-all@freebsd.org Sun Jun 10 08:13:10 2018 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 68DF31004037; Sun, 10 Jun 2018 08:13:10 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18D0474CB8; Sun, 10 Jun 2018 08:13:10 +0000 (UTC) (envelope-from farrokhi@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 EE2DD2085; Sun, 10 Jun 2018 08:13:09 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A8D9Vi061705; Sun, 10 Jun 2018 08:13:09 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A8D9Xk061702; Sun, 10 Jun 2018 08:13:09 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201806100813.w5A8D9Xk061702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Sun, 10 Jun 2018 08:13:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472119 - in head/dns/erlang-idna: . files X-SVN-Group: ports-head X-SVN-Commit-Author: farrokhi X-SVN-Commit-Paths: in head/dns/erlang-idna: . files X-SVN-Commit-Revision: 472119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 08:13:10 -0000 Author: farrokhi Date: Sun Jun 10 08:13:09 2018 New Revision: 472119 URL: https://svnweb.freebsd.org/changeset/ports/472119 Log: dns/erlang-idna: Update to 5.1.2 Modified: head/dns/erlang-idna/Makefile head/dns/erlang-idna/distinfo head/dns/erlang-idna/files/patch-rebar.config Modified: head/dns/erlang-idna/Makefile ============================================================================== --- head/dns/erlang-idna/Makefile Sun Jun 10 08:09:25 2018 (r472118) +++ head/dns/erlang-idna/Makefile Sun Jun 10 08:13:09 2018 (r472119) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= idna -PORTVERSION= 5.0.2 +PORTVERSION= 5.1.2 CATEGORIES= dns PKGNAMEPREFIX= erlang- @@ -10,12 +10,12 @@ COMMENT= IDNA implementation in pure Erlang LICENSE= MIT -USES= erlang:rebar +USES= erlang:rebar3 USE_GITHUB= yes GH_ACCOUNT= benoitc GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -ERL_BUILD_DEPS= devel/erlang-unicode_util_compat -ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} +ERL_BUILD_DEPS= devel/erlang-unicode_util_compat +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Modified: head/dns/erlang-idna/distinfo ============================================================================== --- head/dns/erlang-idna/distinfo Sun Jun 10 08:09:25 2018 (r472118) +++ head/dns/erlang-idna/distinfo Sun Jun 10 08:13:09 2018 (r472119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495987341 -SHA256 (benoitc-erlang-idna-5.0.2_GH0.tar.gz) = 2a9f491388dcaf74be4aa03554d964cb8200ee8a0b0c030454be20bf62625053 -SIZE (benoitc-erlang-idna-5.0.2_GH0.tar.gz) = 8826 +TIMESTAMP = 1528566986 +SHA256 (benoitc-erlang-idna-5.1.2_GH0.tar.gz) = e420e98eb386b79349658cbcf0dc68c8d3cfb0ad7c8a6a6b35b607fc8e1e899d +SIZE (benoitc-erlang-idna-5.1.2_GH0.tar.gz) = 9059 Modified: head/dns/erlang-idna/files/patch-rebar.config ============================================================================== --- head/dns/erlang-idna/files/patch-rebar.config Sun Jun 10 08:09:25 2018 (r472118) +++ head/dns/erlang-idna/files/patch-rebar.config Sun Jun 10 08:13:09 2018 (r472119) @@ -1,9 +1,7 @@ ---- rebar.config.orig 2017-05-28 07:40:29 UTC +--- rebar.config.orig 2018-06-09 08:28:58 UTC +++ rebar.config -@@ -1,5 +1,5 @@ +@@ -1,3 +1,3 @@ {erl_opts, []}. --{deps, [{unicode_util_compat, "0.2.0"}]}. +-{deps, [{unicode_util_compat, "0.3.1"}]}. +{deps, []}. - - {minimum_otp_vsn, "18.0"}. From owner-svn-ports-all@freebsd.org Sun Jun 10 08:34:30 2018 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 5105A1005B8E; Sun, 10 Jun 2018 08:34:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 072A1757DF; Sun, 10 Jun 2018 08:34:30 +0000 (UTC) (envelope-from amdmi3@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 DC95723D2; Sun, 10 Jun 2018 08:34:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A8YTFs071749; Sun, 10 Jun 2018 08:34:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A8YTj0071748; Sun, 10 Jun 2018 08:34:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806100834.w5A8YTj0071748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Jun 2018 08:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472120 - head/devel/llvm60 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/llvm60 X-SVN-Commit-Revision: 472120 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 08:34:30 -0000 Author: amdmi3 Date: Sun Jun 10 08:34:29 2018 New Revision: 472120 URL: https://svnweb.freebsd.org/changeset/ports/472120 Log: - Switch to new test framework Approved by: portmgr blanket Modified: head/devel/llvm60/Makefile Modified: head/devel/llvm60/Makefile ============================================================================== --- head/devel/llvm60/Makefile Sun Jun 10 08:13:09 2018 (r472119) +++ head/devel/llvm60/Makefile Sun Jun 10 08:34:29 2018 (r472120) @@ -466,7 +466,7 @@ post-install-LIT-on: ${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX} TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release/lib ${MAKE_CMD} check-local-lit)' -regression-test: ${BUILD_COOKIE} +do-test: if [ `${ID} -u` = 0 ]; then \ ${CHOWN} -R nobody ${WRKSRC}/test; \ su -m nobody -c ${TEST_CMD}; \ From owner-svn-ports-all@freebsd.org Sun Jun 10 08:47:08 2018 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 576AC1006FE5; Sun, 10 Jun 2018 08:47:08 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CF3176051; Sun, 10 Jun 2018 08:47:08 +0000 (UTC) (envelope-from cpm@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 E380A2568; Sun, 10 Jun 2018 08:47:07 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A8l75a077195; Sun, 10 Jun 2018 08:47:07 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A8l7aZ077194; Sun, 10 Jun 2018 08:47:07 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201806100847.w5A8l7aZ077194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 10 Jun 2018 08:47:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472121 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 472121 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 08:47:08 -0000 Author: cpm Date: Sun Jun 10 08:47:07 2018 New Revision: 472121 URL: https://svnweb.freebsd.org/changeset/ports/472121 Log: Document new vulnerability in www/chromium < 67.0.3396.79 Obtained from: https://chromereleases.googleblog.com/2018/06/stable-channel-update-for-desktop.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jun 10 08:34:29 2018 (r472120) +++ head/security/vuxml/vuln.xml Sun Jun 10 08:47:07 2018 (r472121) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- Incorrect handling of CSP header + + + chromium + 67.0.3396.79 + + + + +

Google Chrome Releases reports:

+
+

1 security fix contributed by external researchers:

+
    +
  • [845961] High CVE-2018-6148: Incorrect handling of CSP header. Reported by Michal Bentkowski on 2018-05-23
  • +
+
+ +
+ + CVE-2018-6148 + https://chromereleases.googleblog.com/2018/06/stable-channel-update-for-desktop.html + + + 2018-06-06 + 2018-06-10 + +
+ gnupg -- unsanitized output (CVE-2018-12020) From owner-svn-ports-all@freebsd.org Sun Jun 10 09:04:30 2018 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 9B80A10091EC; Sun, 10 Jun 2018 09:04:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1C276FCC; Sun, 10 Jun 2018 09:04:30 +0000 (UTC) (envelope-from amdmi3@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 2E29E28B1; Sun, 10 Jun 2018 09:04:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A94Tsj087083; Sun, 10 Jun 2018 09:04:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A94TaX087082; Sun, 10 Jun 2018 09:04:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806100904.w5A94TaX087082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Jun 2018 09:04:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472122 - head/devel/p5-Module-Util X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/p5-Module-Util X-SVN-Commit-Revision: 472122 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 09:04:30 -0000 Author: amdmi3 Date: Sun Jun 10 09:04:29 2018 New Revision: 472122 URL: https://svnweb.freebsd.org/changeset/ports/472122 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Module-Util/Makefile Modified: head/devel/p5-Module-Util/Makefile ============================================================================== --- head/devel/p5-Module-Util/Makefile Sun Jun 10 08:47:07 2018 (r472121) +++ head/devel/p5-Module-Util/Makefile Sun Jun 10 09:04:29 2018 (r472122) @@ -10,7 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module name tools and transformations +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Sun Jun 10 09:34:30 2018 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 24E54100BECC; Sun, 10 Jun 2018 09:34:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CADF57838B; Sun, 10 Jun 2018 09:34:29 +0000 (UTC) (envelope-from amdmi3@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 AC0322DB6; Sun, 10 Jun 2018 09:34:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A9YTo0002615; Sun, 10 Jun 2018 09:34:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A9YT5A002613; Sun, 10 Jun 2018 09:34:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806100934.w5A9YT5A002613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Jun 2018 09:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472123 - head/www/horde-wicked X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/horde-wicked X-SVN-Commit-Revision: 472123 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 09:34:30 -0000 Author: amdmi3 Date: Sun Jun 10 09:34:29 2018 New Revision: 472123 URL: https://svnweb.freebsd.org/changeset/ports/472123 Log: - Whitespace fix - Update WWW Approved by: portmgr blanket Modified: head/www/horde-wicked/Makefile head/www/horde-wicked/pkg-descr Modified: head/www/horde-wicked/Makefile ============================================================================== --- head/www/horde-wicked/Makefile Sun Jun 10 09:04:29 2018 (r472122) +++ head/www/horde-wicked/Makefile Sun Jun 10 09:34:29 2018 (r472123) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS+= ${PEARDIR}/Text/Wiki.php:www/pear-Text_Wiki@${PHP_FLAVOR} -USES= horde cpe php +USES= horde cpe php USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/www/horde-wicked/pkg-descr ============================================================================== --- head/www/horde-wicked/pkg-descr Sun Jun 10 09:04:29 2018 (r472122) +++ head/www/horde-wicked/pkg-descr Sun Jun 10 09:34:29 2018 (r472123) @@ -12,4 +12,4 @@ Some of Wicked's features are: Attachments with versioning Wiki synchronization -WWW: http://www.horde.org/apps/wicked/ +WWW: https://www.horde.org/apps/wicked/ From owner-svn-ports-all@freebsd.org Sun Jun 10 10:02:57 2018 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 66BF7100E821; Sun, 10 Jun 2018 10:02:57 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9CD5793B7; Sun, 10 Jun 2018 10:02:56 +0000 (UTC) (envelope-from tobik@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 923B0328D; Sun, 10 Jun 2018 10:02:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AA2ura017816; Sun, 10 Jun 2018 10:02:56 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AA2uCb017815; Sun, 10 Jun 2018 10:02:56 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806101002.w5AA2uCb017815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 10 Jun 2018 10:02:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472124 - head/net/ipxe X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/net/ipxe X-SVN-Commit-Revision: 472124 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 10:02:57 -0000 Author: tobik Date: Sun Jun 10 10:02:55 2018 New Revision: 472124 URL: https://svnweb.freebsd.org/changeset/ports/472124 Log: net/ipxe: Update to latest commit Pull in gcsplit from sysutils/coreutils when users try to embed certificates via CERT= in MAKE_ARGS. This currently fails because iPXE expects csplit to behave like GNU csplit and uses constructs that our csplit does not support. PR: 228835 Submitted by: Chad Jacob Milios (based on) Modified: head/net/ipxe/Makefile head/net/ipxe/distinfo Modified: head/net/ipxe/Makefile ============================================================================== --- head/net/ipxe/Makefile Sun Jun 10 09:34:29 2018 (r472123) +++ head/net/ipxe/Makefile Sun Jun 10 10:02:55 2018 (r472124) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ipxe -PORTVERSION= 20180220 -PORTREVISION= 2 +PORTVERSION= 20180514 CATEGORIES= net MAINTAINER= tobik@FreeBSD.org @@ -26,7 +25,7 @@ USE_GITHUB= yes # A: iPXE uses a rolling release model, in which every commit is intended # to be production-ready. You should always use the latest code. # -GH_TAGNAME= 47849be3a900c546cf92066849be0806f4e611d9 +GH_TAGNAME= e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2 USE_PERL5= build ALL_TARGET= bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb bin/undionly.kpxe @@ -64,8 +63,8 @@ _IPXE_BUILDCFG= branding:PRODUCT_NAME="${PKGNAME} (${O general:PING_CMD \ general:POWEROFF_CMD -OPTIONS_DEFAULT= ISO EFI -OPTIONS_DEFINE= ISO EFI +OPTIONS_DEFAULT= ISO EFI +OPTIONS_DEFINE= ISO EFI EFI_DESC= Create EFI image ISO_DESC= Create bootable CD image @@ -87,6 +86,14 @@ ISO_MAKE_ARGS= ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \ # Add user supplied build configuration after port options etc have # been processed as they might want to overwrite some settings. _IPXE_BUILDCFG+= ${IPXE_BUILDCFG} + +# XXX: iPXE uses csplit when embedding certificates and assumes +# it's GNU csplit, so give it what it wants as a workaround if +# CERT=... is in {IPXE_,}MAKE_ARGS. +.if ${MAKE_ARGS:MCERT=*} +BUILD_DEPENDS+= gcsplit:sysutils/coreutils +MAKE_ARGS+= CSPLIT=gcsplit +.endif do-configure: .for _cat _opt in ${_IPXE_BUILDCFG:C/\:/ /} Modified: head/net/ipxe/distinfo ============================================================================== --- head/net/ipxe/distinfo Sun Jun 10 09:34:29 2018 (r472123) +++ head/net/ipxe/distinfo Sun Jun 10 10:02:55 2018 (r472124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519713504 -SHA256 (ipxe-ipxe-20180220-47849be3a900c546cf92066849be0806f4e611d9_GH0.tar.gz) = 00c5e40965af555009fc29d7b640e3cecddd25ca2e930a2dcaa0e2bd366a36c1 -SIZE (ipxe-ipxe-20180220-47849be3a900c546cf92066849be0806f4e611d9_GH0.tar.gz) = 3769882 +TIMESTAMP = 1528487574 +SHA256 (ipxe-ipxe-20180514-e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2_GH0.tar.gz) = 35cf8a645a151bb346a4d43df2b44e7aad4e28a5f76556800d657813c5960145 +SIZE (ipxe-ipxe-20180514-e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2_GH0.tar.gz) = 3782601 From owner-svn-ports-all@freebsd.org Sun Jun 10 10:24:01 2018 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 4797D1010688; Sun, 10 Jun 2018 10:24:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F12DC79FE6; Sun, 10 Jun 2018 10:24:00 +0000 (UTC) (envelope-from jbeich@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 D255B3940; Sun, 10 Jun 2018 10:24:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AAO0nf028065; Sun, 10 Jun 2018 10:24:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AAO0UR028064; Sun, 10 Jun 2018 10:24:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806101024.w5AAO0UR028064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Jun 2018 10:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472125 - head/www/waterfox/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/waterfox/files X-SVN-Commit-Revision: 472125 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 10:24:01 -0000 Author: jbeich Date: Sun Jun 10 10:24:00 2018 New Revision: 472125 URL: https://svnweb.freebsd.org/changeset/ports/472125 Log: www/waterfox: flatten line endings after r461193 Subversion doesn't allow mixed line endings when svn:eol-style property is set. files/patch-bug1402766 tries to create a new test file, so simply strip carriage-return from lines which is what actually happens on checkout. Originally, the file landed via git-svn which doesn't appear to run sanity checks on dcommit. $ svn cat files/patch-bug1402766 svn: E135000: Inconsistent line ending style Reported by: gjb Modified: head/www/waterfox/files/patch-bug1402766 Modified: head/www/waterfox/files/patch-bug1402766 ============================================================================== --- head/www/waterfox/files/patch-bug1402766 Sun Jun 10 10:02:55 2018 (r472124) +++ head/www/waterfox/files/patch-bug1402766 Sun Jun 10 10:24:00 2018 (r472125) @@ -21,25 +21,25 @@ index 000000000000..79313ae1c4d4 --- /dev/null +++ layout/generic/crashtests/1405443.html @@ -0,0 +1,19 @@ -+ -+ -+ -+
-+A -+ -+ -+ -+
++ ++ ++ ++
++A ++ ++ ++ ++
diff --git layout/generic/crashtests/crashtests.list layout/generic/crashtests/crashtests.list index 25c2c32470fc..07cc75ea0f9a 100644 --- layout/generic/crashtests/crashtests.list From owner-svn-ports-all@freebsd.org Sun Jun 10 10:26:00 2018 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 2B2041010990; Sun, 10 Jun 2018 10:26:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D46187A186; Sun, 10 Jun 2018 10:25:59 +0000 (UTC) (envelope-from jbeich@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 B509B3942; Sun, 10 Jun 2018 10:25:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AAPx0e028259; Sun, 10 Jun 2018 10:25:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AAPxnc028258; Sun, 10 Jun 2018 10:25:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806101025.w5AAPxnc028258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Jun 2018 10:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r472126 - branches/2018Q2 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2 X-SVN-Commit-Revision: 472126 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 10:26:00 -0000 Author: jbeich Date: Sun Jun 10 10:25:59 2018 New Revision: 472126 URL: https://svnweb.freebsd.org/changeset/ports/472126 Log: MFH: r472125 www/waterfox: flatten line endings after r461193 Subversion doesn't allow mixed line endings when svn:eol-style property is set. files/patch-bug1402766 tries to create a new test file, so simply strip carriage-return from lines which is what actually happens on checkout. Originally, the file landed via git-svn which doesn't appear to run sanity checks on dcommit. $ svn cat files/patch-bug1402766 svn: E135000: Inconsistent line ending style Reported by: gjb Approved by: ports-secteam blanket Modified: Directory Properties: branches/2018Q2/ (props changed) From owner-svn-ports-all@freebsd.org Sun Jun 10 10:29:00 2018 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 940BE1010D79; Sun, 10 Jun 2018 10:29:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4367C7A310; Sun, 10 Jun 2018 10:29:00 +0000 (UTC) (envelope-from jbeich@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 246F03946; Sun, 10 Jun 2018 10:29:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AASxoW028490; Sun, 10 Jun 2018 10:28:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AASxa6028489; Sun, 10 Jun 2018 10:28:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806101028.w5AASxa6028489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Jun 2018 10:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r472127 - branches/2018Q2/www/waterfox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/www/waterfox/files X-SVN-Commit-Revision: 472127 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 10:29:00 -0000 Author: jbeich Date: Sun Jun 10 10:28:59 2018 New Revision: 472127 URL: https://svnweb.freebsd.org/changeset/ports/472127 Log: MFH: r472125 www/waterfox: flatten line endings after r461193 (direct commit) Subversion doesn't allow mixed line endings when svn:eol-style property is set. files/patch-bug1402766 tries to create a new test file, so simply strip carriage-return from lines which is what actually happens on checkout. Originally, the file landed via git-svn which doesn't appear to run sanity checks on dcommit. $ svn cat files/patch-bug1402766 svn: E135000: Inconsistent line ending style Reported by: gjb Approved by: ports-secteam blanket Modified: branches/2018Q2/www/waterfox/files/patch-bug1402766 Modified: branches/2018Q2/www/waterfox/files/patch-bug1402766 ============================================================================== --- branches/2018Q2/www/waterfox/files/patch-bug1402766 Sun Jun 10 10:25:59 2018 (r472126) +++ branches/2018Q2/www/waterfox/files/patch-bug1402766 Sun Jun 10 10:28:59 2018 (r472127) @@ -21,25 +21,25 @@ index 000000000000..79313ae1c4d4 --- /dev/null +++ layout/generic/crashtests/1405443.html @@ -0,0 +1,19 @@ -+ -+ -+ -+
-+A -+ -+ -+ -+
++ ++ ++ ++
++A ++ ++ ++ ++
diff --git layout/generic/crashtests/crashtests.list layout/generic/crashtests/crashtests.list index 25c2c32470fc..07cc75ea0f9a 100644 --- layout/generic/crashtests/crashtests.list From owner-svn-ports-all@freebsd.org Sun Jun 10 10:30:17 2018 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 DDA7F1010F12; Sun, 10 Jun 2018 10:30:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9A77A41E; Sun, 10 Jun 2018 10:30:16 +0000 (UTC) (envelope-from tobik@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 6C881394A; Sun, 10 Jun 2018 10:30:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AAUGXb028963; Sun, 10 Jun 2018 10:30:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AAUE9b028954; Sun, 10 Jun 2018 10:30:14 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806101030.w5AAUE9b028954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 10 Jun 2018 10:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472128 - in head/sysutils: . lsyncd lsyncd/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/sysutils: . lsyncd lsyncd/files X-SVN-Commit-Revision: 472128 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 10:30:17 -0000 Author: tobik Date: Sun Jun 10 10:30:14 2018 New Revision: 472128 URL: https://svnweb.freebsd.org/changeset/ports/472128 Log: New port: sysutils/lsyncd Lsyncd is designed to synchronize a local directory tree with low profile of expected changes to a remote mirror. Lsyncd is especially useful to sync data from a secure area to a not-so-secure area. WWW: https://axkibe.github.io/lsyncd/ PR: 228714 Submitted by: Junichi Satoh Added: head/sysutils/lsyncd/ head/sysutils/lsyncd/Makefile (contents, props changed) head/sysutils/lsyncd/distinfo (contents, props changed) head/sysutils/lsyncd/files/ head/sysutils/lsyncd/files/lsyncd.conf.sample (contents, props changed) head/sysutils/lsyncd/files/lsyncd.in (contents, props changed) head/sysutils/lsyncd/files/patch-CMakeLists.txt (contents, props changed) head/sysutils/lsyncd/files/patch-default-rsync.lua (contents, props changed) head/sysutils/lsyncd/files/patch-lsyncd.c (contents, props changed) head/sysutils/lsyncd/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Jun 10 10:28:59 2018 (r472127) +++ head/sysutils/Makefile Sun Jun 10 10:30:14 2018 (r472128) @@ -626,6 +626,7 @@ SUBDIR += lscpu SUBDIR += lsof SUBDIR += lsop + SUBDIR += lsyncd SUBDIR += ltrace SUBDIR += lttng-tools SUBDIR += lttng-ust Added: head/sysutils/lsyncd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsyncd/Makefile Sun Jun 10 10:30:14 2018 (r472128) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= lsyncd +DISTVERSIONPREFIX= release- +DISTVERSION= 2.2.3 +CATEGORIES= sysutils + +MAINTAINER= junichi@junichi.org +COMMENT= Live Syncing (Mirror) Daemon + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libinotify.so:devel/libinotify + +USES= cmake:outsource localbase lua +USE_GITHUB= yes +GH_ACCOUNT= axkibe +USE_RC_SUBR= lsyncd + +CFLAGS+= -D__BSD_VISIBLE # for DT_{UNKNOWN,DIR} +PLIST_FILES= sbin/lsyncd \ + man/man1/lsyncd.1.gz \ + "@sample etc/lsyncd.conf.sample" + +post-patch: + @${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},' \ + ${WRKSRC}/CMakeLists.txt \ + ${WRKSRC}/default-rsync.lua + +post-install: + ${INSTALL_DATA} ${FILESDIR}/lsyncd.conf.sample ${STAGEDIR}${PREFIX}/etc + +.include Added: head/sysutils/lsyncd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsyncd/distinfo Sun Jun 10 10:30:14 2018 (r472128) @@ -0,0 +1,3 @@ +TIMESTAMP = 1528626572 +SHA256 (axkibe-lsyncd-release-2.2.3_GH0.tar.gz) = 7bcd0f4ae126040bb078c482ff856c87e61c22472c23fa3071798dcb1dc388dd +SIZE (axkibe-lsyncd-release-2.2.3_GH0.tar.gz) = 85165 Added: head/sysutils/lsyncd/files/lsyncd.conf.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsyncd/files/lsyncd.conf.sample Sun Jun 10 10:30:14 2018 (r472128) @@ -0,0 +1,19 @@ +settings { + logfile = "/var/log/lsyncd.log", + statusFile = "/var/log/lsyncd.status", + statusInterval = 1, + maxProcesses = 2, + insist = 1, +} + +sync{ + default.rsync, + delay = 0, + source = "/data/test1", + target = "some_host::test1", + rsync = { + archive = true, + compress = true + }, + delete = true +} Added: head/sysutils/lsyncd/files/lsyncd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsyncd/files/lsyncd.in Sun Jun 10 10:30:14 2018 (r472128) @@ -0,0 +1,33 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: lsyncd +# REQUIRE: LOGIN +# BEFORE: securelevel +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable `lsyncd': +# +# lsyncd_enable="YES" +# + +. /etc/rc.subr + +name="lsyncd" +rcvar=lsyncd_enable + +command="%%PREFIX%%/sbin/lsyncd" +pidfile="/var/run/$name.pid" + +# read configuration and set defaults +load_rc_config "$name" +: ${lsyncd_enable="NO"} +: ${lsyncd_configfile:=%%PREFIX%%/etc/$name.conf} + +required_files="${lsyncd_configfile}" + +command_args="-pidfile $pidfile ${lsyncd_configfile}" + +run_rc_command "$1" Added: head/sysutils/lsyncd/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsyncd/files/patch-CMakeLists.txt Sun Jun 10 10:30:14 2018 (r472128) @@ -0,0 +1,14 @@ +--- CMakeLists.txt.orig 2018-03-09 12:39:11 UTC ++++ CMakeLists.txt +@@ -104,8 +104,8 @@ add_custom_target( tests + + # compiling and linking it all together + add_executable( lsyncd ${LSYNCD_SRC} ) +-target_link_libraries( lsyncd ${LUA_LIBRARIES} ) ++target_link_libraries( lsyncd ${LUA_LIBRARIES} /usr/local/lib/libinotify.so ) + +-install( TARGETS lsyncd RUNTIME DESTINATION bin ) +-install( FILES doc/manpage/lsyncd.1 DESTINATION man ) ++install( TARGETS lsyncd RUNTIME DESTINATION sbin ) ++install( FILES doc/manpage/lsyncd.1 DESTINATION man/man1 ) + Added: head/sysutils/lsyncd/files/patch-default-rsync.lua ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsyncd/files/patch-default-rsync.lua Sun Jun 10 10:30:14 2018 (r472128) @@ -0,0 +1,11 @@ +--- default-rsync.lua.orig 2018-03-09 12:39:11 UTC ++++ default-rsync.lua +@@ -682,7 +682,7 @@ rsync.exitcodes = default.rsyncExitCode + rsync.rsync = + { + -- The rsync binary to be called. +- binary = '/usr/bin/rsync', ++ binary = '/usr/local/bin/rsync', + links = true, + times = true, + protect_args = true Added: head/sysutils/lsyncd/files/patch-lsyncd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsyncd/files/patch-lsyncd.c Sun Jun 10 10:30:14 2018 (r472128) @@ -0,0 +1,66 @@ +--- lsyncd.c.orig 2018-03-09 12:39:11 UTC ++++ lsyncd.c +@@ -1614,10 +1614,21 @@ l_configure( lua_State *L ) + openlog( log_ident, 0, settings.log_facility ); + } + ++#ifdef __FreeBSD__ ++ if( !settings.nodaemon ) ++ { ++ // daemonnize is already done before open_inotify with FreeBSD. ++ // just writing pidfile is needed at this time. ++ logstring( "Normal", "--- Startup, daemonizing ---" ); ++ if (settings.pidfile) ++ { ++ write_pidfile( L, settings.pidfile ); ++ } ++ } ++#endif + if( !settings.nodaemon && !is_daemon ) + { + logstring( "Normal", "--- Startup, daemonizing ---" ); +- + daemonize( L, settings.pidfile ); + } + else +@@ -2433,6 +2444,10 @@ main1( int argc, char *argv[] ) + + int argp = 1; + ++#ifdef __FreeBSD__ ++ static bool call_daemonize = true; ++#endif ++ + // load Lua + L = luaL_newstate( ); + +@@ -2482,6 +2497,14 @@ main1( int argc, char *argv[] ) + + while( i < argc ) + { ++#ifdef __FreeBSD__ ++ if (!strcmp (argv[i], "-nodaemon" )) ++ { ++ call_daemonize = false; ++ i++; ++ continue; ++ } ++#endif + if( + strcmp( argv[ i ], "-log" ) && + strcmp( argv[ i ], "--log" ) +@@ -2796,6 +2819,14 @@ main1( int argc, char *argv[] ) + } + } + ++#ifdef __FreeBSD__ ++ // daemonize should be done before open_inofity with FreeBSD. ++ if( call_daemonize ) ++ { ++ daemonize( L, NULL ); ++ } ++#endif ++ + #ifdef WITH_INOTIFY + open_inotify( L ); + #endif Added: head/sysutils/lsyncd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsyncd/pkg-descr Sun Jun 10 10:30:14 2018 (r472128) @@ -0,0 +1,5 @@ +Lsyncd is designed to synchronize a local directory tree with low +profile of expected changes to a remote mirror. Lsyncd is especially +useful to sync data from a secure area to a not-so-secure area. + +WWW: https://axkibe.github.io/lsyncd/ From owner-svn-ports-all@freebsd.org Sun Jun 10 10:30:42 2018 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 ABBB71010FB4; Sun, 10 Jun 2018 10:30:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EA2C7A528; Sun, 10 Jun 2018 10:30:42 +0000 (UTC) (envelope-from jbeich@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 3F7B83AE9; Sun, 10 Jun 2018 10:30:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AAUg89029803; Sun, 10 Jun 2018 10:30:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AAUgOU029802; Sun, 10 Jun 2018 10:30:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806101030.w5AAUgOU029802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Jun 2018 10:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r472129 - branches/2018Q1/www/waterfox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q1/www/waterfox/files X-SVN-Commit-Revision: 472129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 10:30:42 -0000 Author: jbeich Date: Sun Jun 10 10:30:41 2018 New Revision: 472129 URL: https://svnweb.freebsd.org/changeset/ports/472129 Log: MFH: r472125 www/waterfox: flatten line endings after r461193 Subversion doesn't allow mixed line endings when svn:eol-style property is set. files/patch-bug1402766 tries to create a new test file, so simply strip carriage-return from lines which is what actually happens on checkout. Originally, the file landed via git-svn which doesn't appear to run sanity checks on dcommit. $ svn cat files/patch-bug1402766 svn: E135000: Inconsistent line ending style Reported by: gjb Approved by: ports-secteam blanket Modified: branches/2018Q1/www/waterfox/files/patch-bug1402766 Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/www/waterfox/files/patch-bug1402766 ============================================================================== --- branches/2018Q1/www/waterfox/files/patch-bug1402766 Sun Jun 10 10:30:14 2018 (r472128) +++ branches/2018Q1/www/waterfox/files/patch-bug1402766 Sun Jun 10 10:30:41 2018 (r472129) @@ -21,25 +21,25 @@ index 000000000000..79313ae1c4d4 --- /dev/null +++ layout/generic/crashtests/1405443.html @@ -0,0 +1,19 @@ -+ -+ -+ -+
-+A -+ -+ -+ -+
++ ++ ++ ++
++A ++ ++ ++ ++
diff --git layout/generic/crashtests/crashtests.list layout/generic/crashtests/crashtests.list index 25c2c32470fc..07cc75ea0f9a 100644 --- layout/generic/crashtests/crashtests.list From owner-svn-ports-all@freebsd.org Sun Jun 10 10:39:59 2018 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 74627101202F; Sun, 10 Jun 2018 10:39:59 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 222537AB82; Sun, 10 Jun 2018 10:39:59 +0000 (UTC) (envelope-from tcberner@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 F34DA3B93; Sun, 10 Jun 2018 10:39:58 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AAdwkp037774; Sun, 10 Jun 2018 10:39:58 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AAdZvN037656; Sun, 10 Jun 2018 10:39:35 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201806101039.w5AAdZvN037656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 10 Jun 2018 10:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472130 - in head: Mk/Uses accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astro/libkgeomap astro/marble audio/audiocd-kio audio/juk audio/kmix audio/kwav... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: Mk/Uses accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astro/libkgeomap astro/marble audio/audiocd-kio audio/juk audio/kmix audio/kwave audio/libkcddb audio/li... X-SVN-Commit-Revision: 472130 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 10:40:00 -0000 Author: tcberner Date: Sun Jun 10 10:39:35 2018 New Revision: 472130 URL: https://svnweb.freebsd.org/changeset/ports/472130 Log: Update KDE Applications to 18.04.2 Modified: head/Mk/Uses/kde.mk head/accessibility/kmag/distinfo head/accessibility/kmousetool/distinfo head/accessibility/kmouth/distinfo head/archivers/ark/distinfo head/archivers/ark/pkg-plist head/astro/libkgeomap/distinfo head/astro/marble/distinfo head/audio/audiocd-kio/distinfo head/audio/juk/distinfo head/audio/kmix/distinfo head/audio/kwave/distinfo head/audio/libkcddb/distinfo head/audio/libkcompactdisc/distinfo head/databases/akonadi/distinfo head/deskutils/akonadi-calendar-tools/distinfo head/deskutils/akonadi-import-wizard/distinfo head/deskutils/akonadiconsole/distinfo head/deskutils/akregator/distinfo head/deskutils/grantlee-editor/distinfo head/deskutils/grantleetheme/distinfo head/deskutils/kaddressbook/distinfo head/deskutils/kalarm/distinfo head/deskutils/kcharselect/distinfo head/deskutils/kdepim-addons/distinfo head/deskutils/kdepim-apps-libs/distinfo head/deskutils/kdepim-runtime/distinfo head/deskutils/keditbookmarks/distinfo head/deskutils/kfind/distinfo head/deskutils/kmail-account-wizard/distinfo head/deskutils/kmail/distinfo head/deskutils/knotes/distinfo head/deskutils/kontact/distinfo head/deskutils/korganizer/distinfo head/deskutils/kruler/distinfo head/deskutils/libkdepim/distinfo head/deskutils/mbox-importer/distinfo head/deskutils/pim-data-exporter/distinfo head/deskutils/pim-sieve-editor/distinfo head/devel/cervisia/distinfo head/devel/dolphin-plugins/distinfo head/devel/kapptemplate/distinfo head/devel/kcachegrind/distinfo head/devel/kde-dev-scripts/distinfo head/devel/kde-dev-utils/distinfo head/devel/kdesdk-thumbnailers/distinfo head/devel/kio-extras/distinfo head/devel/lokalize/distinfo head/devel/poxml/distinfo head/devel/umbrello/distinfo head/editors/kate/distinfo head/games/blinken/distinfo head/games/bomber/distinfo head/games/bovo/distinfo head/games/granatier/distinfo head/games/kajongg/distinfo head/games/kanagram/distinfo head/games/kapman/distinfo head/games/katomic/distinfo head/games/kblackbox/distinfo head/games/kblocks/distinfo head/games/kbounce/distinfo head/games/kbreakout/distinfo head/games/kdiamond/distinfo head/games/kfourinline/distinfo head/games/kgoldrunner/distinfo head/games/khangman/distinfo head/games/kigo/distinfo head/games/killbots/distinfo head/games/kiriki/distinfo head/games/kjumpingcube/distinfo head/games/klickety/distinfo head/games/klines/distinfo head/games/kmahjongg/distinfo head/games/kmines/distinfo head/games/knavalbattle/distinfo head/games/knetwalk/distinfo head/games/kolf/distinfo head/games/kollision/distinfo head/games/konquest/distinfo head/games/kpat/distinfo head/games/kreversi/distinfo head/games/kshisen/distinfo head/games/ksirk/distinfo head/games/ksnakeduel/distinfo head/games/kspaceduel/distinfo head/games/ksquares/distinfo head/games/ksudoku/distinfo head/games/ktuberling/distinfo head/games/kubrick/distinfo head/games/libkdegames/distinfo head/games/libkmahjongg/distinfo head/games/lskat/distinfo head/games/palapeli/distinfo head/games/picmi/distinfo head/graphics/gwenview/distinfo head/graphics/kamera/distinfo head/graphics/kcolorchooser/distinfo head/graphics/kdegraphics-mobipocket/distinfo head/graphics/kdegraphics-svgpart/distinfo head/graphics/kdegraphics-thumbnailers/distinfo head/graphics/kimagemapeditor/distinfo head/graphics/kolourpaint/distinfo head/graphics/libkdcraw/distinfo head/graphics/libkexiv2/distinfo head/graphics/libkipi/distinfo head/graphics/libksane/distinfo head/graphics/okular/distinfo head/graphics/spectacle/distinfo head/japanese/kiten/distinfo head/lang/kross-interpreters/distinfo head/lang/kturtle/distinfo head/math/analitza/distinfo head/math/cantor/distinfo head/math/cantor/pkg-plist head/math/kalgebra/distinfo head/math/kbruch/distinfo head/math/kcalc/distinfo head/math/kig/distinfo head/math/kmplot/distinfo head/math/rocs/distinfo head/misc/artikulate/distinfo head/misc/kdeedu-data/distinfo head/misc/kgeography/distinfo head/misc/klettres/distinfo head/misc/ktouch/distinfo head/misc/kwordquiz/distinfo head/misc/libkeduvocdocument/distinfo head/misc/parley/distinfo head/multimedia/dragon/distinfo head/multimedia/kamoso/distinfo head/multimedia/kdemultimedia-ffmpegthumbs/distinfo head/multimedia/kdenlive/distinfo head/multimedia/kdenlive/pkg-plist head/net-im/kaccounts-integration/distinfo head/net-im/kaccounts-providers/distinfo head/net-im/kopete/distinfo head/net-im/kopete/pkg-plist head/net-im/ktp-accounts-kcm/distinfo head/net-im/ktp-approver/distinfo head/net-im/ktp-auth-handler/distinfo head/net-im/ktp-call-ui/distinfo head/net-im/ktp-common-internals/distinfo head/net-im/ktp-contact-list/distinfo head/net-im/ktp-contact-runner/distinfo head/net-im/ktp-desktop-applets/distinfo head/net-im/ktp-filetransfer-handler/distinfo head/net-im/ktp-kded-module/distinfo head/net-im/ktp-send-file/distinfo head/net-im/ktp-text-ui/distinfo head/net/akonadi-calendar/distinfo head/net/akonadi-contacts/distinfo head/net/akonadi-mime/distinfo head/net/akonadi-notes/distinfo head/net/akonadi-search/distinfo head/net/calendarsupport/distinfo head/net/eventviews/distinfo head/net/incidenceeditor/distinfo head/net/kalarmcal/distinfo head/net/kblog/distinfo head/net/kcalcore/distinfo head/net/kcalutils/distinfo head/net/kcontacts/distinfo head/net/kdav/distinfo head/net/kdenetwork-filesharing/distinfo head/net/kget/distinfo head/net/kidentitymanagement/distinfo head/net/kimap/distinfo head/net/kldap/distinfo head/net/kmailtransport/distinfo head/net/kmbox/distinfo head/net/kmime/distinfo head/net/kontactinterface/distinfo head/net/kpimtextedit/distinfo head/net/krdc/distinfo head/net/krfb/distinfo head/net/ksmtp/distinfo head/net/ktnef/distinfo head/net/libgravatar/distinfo head/net/libkgapi/distinfo head/net/libksieve/distinfo head/net/mailcommon/distinfo head/net/mailimporter/distinfo head/net/messagelib/distinfo head/net/pimcommon/distinfo head/net/syndication/distinfo head/net/zeroconf-ioslave/distinfo head/print/print-manager/distinfo head/science/kalzium/distinfo head/science/step/distinfo head/security/kgpg/distinfo head/security/kleopatra/distinfo head/security/kwalletmanager/distinfo head/security/libkleo/distinfo head/sysutils/baloo-widgets/distinfo head/sysutils/filelight/distinfo head/sysutils/k3b/distinfo head/sysutils/kbackup/distinfo head/sysutils/kcron/distinfo head/sysutils/kdebugsettings/distinfo head/sysutils/kdf/distinfo head/sysutils/kdialog/distinfo head/sysutils/kfloppy/distinfo head/sysutils/khelpcenter/distinfo head/sysutils/ksystemlog/distinfo head/sysutils/signon-kwallet-extension/distinfo head/sysutils/sweeper/distinfo head/textproc/kompare/distinfo head/textproc/libkomparediff2/distinfo head/x11-clocks/kteatime/distinfo head/x11-clocks/ktimer/distinfo head/x11-fm/dolphin/distinfo head/x11-fm/konqueror/distinfo head/x11/konsole/distinfo Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Sun Jun 10 10:30:41 2018 (r472129) +++ head/Mk/Uses/kde.mk Sun Jun 10 10:39:35 2018 (r472130) @@ -74,8 +74,8 @@ KDE_FRAMEWORKS_VERSION?= 5.46.0 KDE_FRAMEWORKS_BRANCH?= stable # Current KDE applications. -KDE_APPLICATIONS_VERSION?= 18.04.1 -KDE_APPLICATIONS_SHLIB_VER?= 5.8.1 +KDE_APPLICATIONS_VERSION?= 18.04.2 +KDE_APPLICATIONS_SHLIB_VER?= 5.8.2 KDE_APPLICATIONS_BRANCH?= stable # Upstream moves old software to Attic/. Specify the newest applications release there. # Only the major version is used for the comparison. Modified: head/accessibility/kmag/distinfo ============================================================================== --- head/accessibility/kmag/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/accessibility/kmag/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756091 -SHA256 (KDE/applications/18.04.1/kmag-18.04.1.tar.xz) = ed6daeff42306bc035db1f5088282db42c2d5347649a9817c47e76bbba027198 -SIZE (KDE/applications/18.04.1/kmag-18.04.1.tar.xz) = 589236 +TIMESTAMP = 1528216935 +SHA256 (KDE/applications/18.04.2/kmag-18.04.2.tar.xz) = 5632a75930cc5284a57ddfe6ec80bb35664464b897479c707b7fe99c89b233ba +SIZE (KDE/applications/18.04.2/kmag-18.04.2.tar.xz) = 589336 Modified: head/accessibility/kmousetool/distinfo ============================================================================== --- head/accessibility/kmousetool/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/accessibility/kmousetool/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756091 -SHA256 (KDE/applications/18.04.1/kmousetool-18.04.1.tar.xz) = 1d3f2a6443164b835e3f2753f986c8a96d320c7e30a5fb0f819997e67c9ae521 -SIZE (KDE/applications/18.04.1/kmousetool-18.04.1.tar.xz) = 112588 +TIMESTAMP = 1528216935 +SHA256 (KDE/applications/18.04.2/kmousetool-18.04.2.tar.xz) = 8f32cd1e6355c4c6d41f1bdc6a9adfb9e1d1a68a44c24793e6d3217b5b6e7047 +SIZE (KDE/applications/18.04.2/kmousetool-18.04.2.tar.xz) = 112840 Modified: head/accessibility/kmouth/distinfo ============================================================================== --- head/accessibility/kmouth/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/accessibility/kmouth/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756091 -SHA256 (KDE/applications/18.04.1/kmouth-18.04.1.tar.xz) = 91e567d7021aae55d08116d809e4952fbcea260ee289ad7e34603dd076caa522 -SIZE (KDE/applications/18.04.1/kmouth-18.04.1.tar.xz) = 1766428 +TIMESTAMP = 1528216934 +SHA256 (KDE/applications/18.04.2/kmouth-18.04.2.tar.xz) = 7c55a27883ad87fec3ee4c6dc1407d7671236045dc16c639b8e24db95c80d27f +SIZE (KDE/applications/18.04.2/kmouth-18.04.2.tar.xz) = 1766928 Modified: head/archivers/ark/distinfo ============================================================================== --- head/archivers/ark/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/archivers/ark/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756090 -SHA256 (KDE/applications/18.04.1/ark-18.04.1.tar.xz) = 63f6bdfb54cdeb99696e64fbc8b5c4e5a83ac8251f20510c7d5e6bfd41aaf781 -SIZE (KDE/applications/18.04.1/ark-18.04.1.tar.xz) = 1971344 +TIMESTAMP = 1528216934 +SHA256 (KDE/applications/18.04.2/ark-18.04.2.tar.xz) = 088b1fe8cca84bce022cc012f604280228598c4f70917ac425e95ac8131a8d22 +SIZE (KDE/applications/18.04.2/ark-18.04.2.tar.xz) = 1973540 Modified: head/archivers/ark/pkg-plist ============================================================================== --- head/archivers/ark/pkg-plist Sun Jun 10 10:30:41 2018 (r472129) +++ head/archivers/ark/pkg-plist Sun Jun 10 10:39:35 2018 (r472130) @@ -1,7 +1,7 @@ bin/ark etc/xdg/ark.categories lib/libkerfuffle.so.%%KDE_APPLICATIONS_VERSION_SHORT%% -lib/libkerfuffle.so.18.4.1 +lib/libkerfuffle.so.18.4.2 %%QT_PLUGINDIR%%/arkpart.so %%QT_PLUGINDIR%%/kerfuffle/kerfuffle_cli7z.so %%QT_PLUGINDIR%%/kerfuffle/kerfuffle_clirar.so Modified: head/astro/libkgeomap/distinfo ============================================================================== --- head/astro/libkgeomap/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/astro/libkgeomap/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756093 -SHA256 (KDE/applications/18.04.1/libkgeomap-18.04.1.tar.xz) = 6a8b3b5badc6b62add707f750b07448aff22205006bd6c10743a9e1832e23f9b -SIZE (KDE/applications/18.04.1/libkgeomap-18.04.1.tar.xz) = 150284 +TIMESTAMP = 1528216937 +SHA256 (KDE/applications/18.04.2/libkgeomap-18.04.2.tar.xz) = 0dc2ea073fb96146dc24198d6fadb54fa55ddaa2b2b6931bf156db03ae9ea2e7 +SIZE (KDE/applications/18.04.2/libkgeomap-18.04.2.tar.xz) = 150316 Modified: head/astro/marble/distinfo ============================================================================== --- head/astro/marble/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/astro/marble/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756093 -SHA256 (KDE/applications/18.04.1/marble-18.04.1.tar.xz) = 567aefc51463e97553aa3de41f321fd9aa8c39c5bdc2a107a605956cb1184a11 -SIZE (KDE/applications/18.04.1/marble-18.04.1.tar.xz) = 52439528 +TIMESTAMP = 1528216937 +SHA256 (KDE/applications/18.04.2/marble-18.04.2.tar.xz) = 0d22a68498fe3be821b38ac8df24c753b491b50df637ca3e1155ae3897449128 +SIZE (KDE/applications/18.04.2/marble-18.04.2.tar.xz) = 52434940 Modified: head/audio/audiocd-kio/distinfo ============================================================================== --- head/audio/audiocd-kio/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/audio/audiocd-kio/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/audiocd-kio-18.04.1.tar.xz) = ea3efce65ee939c8f390c0821b72d9d88f14d582ff8355ce7a8e84d58f547cbc -SIZE (KDE/applications/18.04.1/audiocd-kio-18.04.1.tar.xz) = 248696 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/audiocd-kio-18.04.2.tar.xz) = c5a4a2fdc8b1261418a8ac6c9c5bfc3d0e766a0c277f9ca11ed6b298f7787443 +SIZE (KDE/applications/18.04.2/audiocd-kio-18.04.2.tar.xz) = 248924 Modified: head/audio/juk/distinfo ============================================================================== --- head/audio/juk/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/audio/juk/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/juk-18.04.1.tar.xz) = 8311375f4701445bca556ba0cca331925490097fae0f849278aa43007aefef07 -SIZE (KDE/applications/18.04.1/juk-18.04.1.tar.xz) = 1872276 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/juk-18.04.2.tar.xz) = ed32d684e439034bfa9c293f691ba36076f2e71a2ad2b4d44df14f597dede35c +SIZE (KDE/applications/18.04.2/juk-18.04.2.tar.xz) = 1872656 Modified: head/audio/kmix/distinfo ============================================================================== --- head/audio/kmix/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/audio/kmix/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/kmix-18.04.1.tar.xz) = 8d67f6ada820c4bb2ed69c81b5306511aa9ce725a0d4e58ab2257d6adf0d07cb -SIZE (KDE/applications/18.04.1/kmix-18.04.1.tar.xz) = 1284496 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/kmix-18.04.2.tar.xz) = a7d6027fe79948616091e694a1a0284cecde90d50b2cef3b4c7559983bc74fd0 +SIZE (KDE/applications/18.04.2/kmix-18.04.2.tar.xz) = 1284608 Modified: head/audio/kwave/distinfo ============================================================================== --- head/audio/kwave/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/audio/kwave/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/kwave-18.04.1.tar.xz) = 5731eb90a967088f8006c4ec2d73c2d3cc67ea9919a006566cddfd0db3f76b2b -SIZE (KDE/applications/18.04.1/kwave-18.04.1.tar.xz) = 4761628 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/kwave-18.04.2.tar.xz) = dc11d0d653b82680f5e801e34438ccc4dfa659d24024e5963aecdb3531909911 +SIZE (KDE/applications/18.04.2/kwave-18.04.2.tar.xz) = 4762332 Modified: head/audio/libkcddb/distinfo ============================================================================== --- head/audio/libkcddb/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/audio/libkcddb/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/libkcddb-18.04.1.tar.xz) = 0ebda5dfe0a32398d611d6c6bc354aa4c70414ffa41136451bed3f479d06c8da -SIZE (KDE/applications/18.04.1/libkcddb-18.04.1.tar.xz) = 426972 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/libkcddb-18.04.2.tar.xz) = 53ede368694bbe9ed90ae812e3d5b4dd5a5b9f210181095d84170fb53b7b6d14 +SIZE (KDE/applications/18.04.2/libkcddb-18.04.2.tar.xz) = 427096 Modified: head/audio/libkcompactdisc/distinfo ============================================================================== --- head/audio/libkcompactdisc/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/audio/libkcompactdisc/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/libkcompactdisc-18.04.1.tar.xz) = 61a320f067163c528f2bfc98c6b5a2c538227b23c3ca8dc8121ed1cd7f1aeb8b -SIZE (KDE/applications/18.04.1/libkcompactdisc-18.04.1.tar.xz) = 88420 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/libkcompactdisc-18.04.2.tar.xz) = 5b51f81a8ea773ed307419efbf1672eefda9560ef3952c27a00b70d02f6a7650 +SIZE (KDE/applications/18.04.2/libkcompactdisc-18.04.2.tar.xz) = 88516 Modified: head/databases/akonadi/distinfo ============================================================================== --- head/databases/akonadi/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/databases/akonadi/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756104 -SHA256 (KDE/applications/18.04.1/akonadi-18.04.1.tar.xz) = 1b1a569df956f7b44fe5b984d54069c176259f977dfd0456b9f33fab12c9e035 -SIZE (KDE/applications/18.04.1/akonadi-18.04.1.tar.xz) = 1525744 +TIMESTAMP = 1528216947 +SHA256 (KDE/applications/18.04.2/akonadi-18.04.2.tar.xz) = 65bc4eaf41f9000e01e323aef30162a3597edd560b599021d977d73843c28acf +SIZE (KDE/applications/18.04.2/akonadi-18.04.2.tar.xz) = 1525976 Modified: head/deskutils/akonadi-calendar-tools/distinfo ============================================================================== --- head/deskutils/akonadi-calendar-tools/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/akonadi-calendar-tools/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756096 -SHA256 (KDE/applications/18.04.1/akonadi-calendar-tools-18.04.1.tar.xz) = 768b3938f165a0f0d9911b74de055982fa5575cbe77e9b988c480bcc6d6965a4 -SIZE (KDE/applications/18.04.1/akonadi-calendar-tools-18.04.1.tar.xz) = 221120 +TIMESTAMP = 1528216940 +SHA256 (KDE/applications/18.04.2/akonadi-calendar-tools-18.04.2.tar.xz) = c2c16a0384b82644d0ba65a65cd0b520f54d54eac410e0c76137af92181d43f5 +SIZE (KDE/applications/18.04.2/akonadi-calendar-tools-18.04.2.tar.xz) = 221200 Modified: head/deskutils/akonadi-import-wizard/distinfo ============================================================================== --- head/deskutils/akonadi-import-wizard/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/akonadi-import-wizard/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756097 -SHA256 (KDE/applications/18.04.1/akonadi-import-wizard-18.04.1.tar.xz) = 845ab0f0146f860490e8c2bf519abe5de8ecb9b4cffddda36fd3ac674f451194 -SIZE (KDE/applications/18.04.1/akonadi-import-wizard-18.04.1.tar.xz) = 436616 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/akonadi-import-wizard-18.04.2.tar.xz) = 096afa68ad2c60ba2dd049a226c1e3c1ebeb86139f5fe7746717b021c9e0e379 +SIZE (KDE/applications/18.04.2/akonadi-import-wizard-18.04.2.tar.xz) = 436648 Modified: head/deskutils/akonadiconsole/distinfo ============================================================================== --- head/deskutils/akonadiconsole/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/akonadiconsole/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/akonadiconsole-18.04.1.tar.xz) = f34a5c7f6014977eebf9279ad646973d4409f7f35ea0b9507fd1453d4b2e590c -SIZE (KDE/applications/18.04.1/akonadiconsole-18.04.1.tar.xz) = 185796 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/akonadiconsole-18.04.2.tar.xz) = cd65f4b598977f1cb8b2f96c2cfb4d04708715f570a871b8968fc56135b35eda +SIZE (KDE/applications/18.04.2/akonadiconsole-18.04.2.tar.xz) = 185772 Modified: head/deskutils/akregator/distinfo ============================================================================== --- head/deskutils/akregator/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/akregator/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756097 -SHA256 (KDE/applications/18.04.1/akregator-18.04.1.tar.xz) = fb7e2319b6fc751adb8ef241e165d1e1a68e2aa81a73ef0d0276a8cef36ab740 -SIZE (KDE/applications/18.04.1/akregator-18.04.1.tar.xz) = 2250984 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/akregator-18.04.2.tar.xz) = 2cf3b1d9c19fe98ae09c8df48b50fef4980b3bf85be771a4bb39af9b68b6afb9 +SIZE (KDE/applications/18.04.2/akregator-18.04.2.tar.xz) = 2251116 Modified: head/deskutils/grantlee-editor/distinfo ============================================================================== --- head/deskutils/grantlee-editor/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/grantlee-editor/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756097 -SHA256 (KDE/applications/18.04.1/grantlee-editor-18.04.1.tar.xz) = 5a5a9939df563f40bf51d26d25a3ff8469ae521610a5b9779723251fcacc517b -SIZE (KDE/applications/18.04.1/grantlee-editor-18.04.1.tar.xz) = 111092 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/grantlee-editor-18.04.2.tar.xz) = f8899c342ef3f082e25947999197da158e81ccc3b4ee4f4aea006811f6f1335a +SIZE (KDE/applications/18.04.2/grantlee-editor-18.04.2.tar.xz) = 111264 Modified: head/deskutils/grantleetheme/distinfo ============================================================================== --- head/deskutils/grantleetheme/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/grantleetheme/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756096 -SHA256 (KDE/applications/18.04.1/grantleetheme-18.04.1.tar.xz) = 4867a0523e63be88c8bc2bed73742fe53f73cd385cc31002a34663c57deffa3f -SIZE (KDE/applications/18.04.1/grantleetheme-18.04.1.tar.xz) = 51672 +TIMESTAMP = 1528216939 +SHA256 (KDE/applications/18.04.2/grantleetheme-18.04.2.tar.xz) = a7dda323a1961594715c81c48286d513cd586c1098434332316db4b386f7a025 +SIZE (KDE/applications/18.04.2/grantleetheme-18.04.2.tar.xz) = 51684 Modified: head/deskutils/kaddressbook/distinfo ============================================================================== --- head/deskutils/kaddressbook/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kaddressbook/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756097 -SHA256 (KDE/applications/18.04.1/kaddressbook-18.04.1.tar.xz) = a592f780d0e5e7b18240172f1c2618c4fdb95a1be845494b701f4a44137b0270 -SIZE (KDE/applications/18.04.1/kaddressbook-18.04.1.tar.xz) = 547896 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/kaddressbook-18.04.2.tar.xz) = f9e17ace7f4d157c63ceb376535bc14337d00245c0e1f2fa6d6c3c587a79e155 +SIZE (KDE/applications/18.04.2/kaddressbook-18.04.2.tar.xz) = 547860 Modified: head/deskutils/kalarm/distinfo ============================================================================== --- head/deskutils/kalarm/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kalarm/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756095 -SHA256 (KDE/applications/18.04.1/kalarm-18.04.1.tar.xz) = 75f6fba9f5130c5d64c82beafd65f529bf876d4fb2f8c8a64c25a5a3bf56d56c -SIZE (KDE/applications/18.04.1/kalarm-18.04.1.tar.xz) = 1796136 +TIMESTAMP = 1528216939 +SHA256 (KDE/applications/18.04.2/kalarm-18.04.2.tar.xz) = d21937398975bc04a9f4cd6b5754662c8e2dacd2a42030e17d973c3e011ab0a2 +SIZE (KDE/applications/18.04.2/kalarm-18.04.2.tar.xz) = 1796312 Modified: head/deskutils/kcharselect/distinfo ============================================================================== --- head/deskutils/kcharselect/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kcharselect/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/kcharselect-18.04.1.tar.xz) = 9db75dbff68e574e3d679a4971303d8305df7bf95dc3787fcfe3d8d1c316625f -SIZE (KDE/applications/18.04.1/kcharselect-18.04.1.tar.xz) = 351776 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/kcharselect-18.04.2.tar.xz) = 24e0b69eeca90755fb4a259404943a69e5760c30e4e50dff5f4a43a38297e158 +SIZE (KDE/applications/18.04.2/kcharselect-18.04.2.tar.xz) = 351900 Modified: head/deskutils/kdepim-addons/distinfo ============================================================================== --- head/deskutils/kdepim-addons/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kdepim-addons/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756094 -SHA256 (KDE/applications/18.04.1/kdepim-addons-18.04.1.tar.xz) = eb4c1330a0fe65f88637e69a5abe3da8e6797ae05c56dfbb357c560ea9b5d1e2 -SIZE (KDE/applications/18.04.1/kdepim-addons-18.04.1.tar.xz) = 2508620 +TIMESTAMP = 1528216938 +SHA256 (KDE/applications/18.04.2/kdepim-addons-18.04.2.tar.xz) = a184eede7e6fa6b5155cd8e23fe6a1193b9b0880b4e72d300eea2611105e793c +SIZE (KDE/applications/18.04.2/kdepim-addons-18.04.2.tar.xz) = 2510472 Modified: head/deskutils/kdepim-apps-libs/distinfo ============================================================================== --- head/deskutils/kdepim-apps-libs/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kdepim-apps-libs/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756096 -SHA256 (KDE/applications/18.04.1/kdepim-apps-libs-18.04.1.tar.xz) = 8c86f783bdb5072d522fc257465bc28646748129c4c04731112c3f68519d81a8 -SIZE (KDE/applications/18.04.1/kdepim-apps-libs-18.04.1.tar.xz) = 73120 +TIMESTAMP = 1528216940 +SHA256 (KDE/applications/18.04.2/kdepim-apps-libs-18.04.2.tar.xz) = fe5487445cef6ed2ab705b0331981e0e528ee83a0e64412ee9ec6e3af27a1800 +SIZE (KDE/applications/18.04.2/kdepim-apps-libs-18.04.2.tar.xz) = 73240 Modified: head/deskutils/kdepim-runtime/distinfo ============================================================================== --- head/deskutils/kdepim-runtime/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kdepim-runtime/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756095 -SHA256 (KDE/applications/18.04.1/kdepim-runtime-18.04.1.tar.xz) = 812783eec4861acac67a556dd639e6f844c0a66494f96f5e1ee1dfaee6e4823e -SIZE (KDE/applications/18.04.1/kdepim-runtime-18.04.1.tar.xz) = 1749484 +TIMESTAMP = 1528216939 +SHA256 (KDE/applications/18.04.2/kdepim-runtime-18.04.2.tar.xz) = d7a1fc6e5a62649915e9e2580d4a27e0a9a5ba0e4a570ee637c1e6266afb5da3 +SIZE (KDE/applications/18.04.2/kdepim-runtime-18.04.2.tar.xz) = 1751204 Modified: head/deskutils/keditbookmarks/distinfo ============================================================================== --- head/deskutils/keditbookmarks/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/keditbookmarks/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756095 -SHA256 (KDE/applications/18.04.1/keditbookmarks-18.04.1.tar.xz) = c457b0197c05fd405b6fe66c229ffbe3e0525612b0f08db789a4259d64f128e2 -SIZE (KDE/applications/18.04.1/keditbookmarks-18.04.1.tar.xz) = 183996 +TIMESTAMP = 1528216939 +SHA256 (KDE/applications/18.04.2/keditbookmarks-18.04.2.tar.xz) = d236763c985c967f95132d27ec3436cac20eada7b1373b065adcdbb9f749ccb5 +SIZE (KDE/applications/18.04.2/keditbookmarks-18.04.2.tar.xz) = 184120 Modified: head/deskutils/kfind/distinfo ============================================================================== --- head/deskutils/kfind/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kfind/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756096 -SHA256 (KDE/applications/18.04.1/kfind-18.04.1.tar.xz) = 93506279e4062e0709ca8cda2a21ed5e7a1f13b70b347526b00869002651d095 -SIZE (KDE/applications/18.04.1/kfind-18.04.1.tar.xz) = 209980 +TIMESTAMP = 1528216940 +SHA256 (KDE/applications/18.04.2/kfind-18.04.2.tar.xz) = 4df698d16872939acb88b8ea0f52b4fdf9ed890658ebe57bfac919e769e6aa48 +SIZE (KDE/applications/18.04.2/kfind-18.04.2.tar.xz) = 210260 Modified: head/deskutils/kmail-account-wizard/distinfo ============================================================================== --- head/deskutils/kmail-account-wizard/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kmail-account-wizard/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756095 -SHA256 (KDE/applications/18.04.1/kmail-account-wizard-18.04.1.tar.xz) = 5c163f5eca02e54cfc4e7d47326e6234d42351cb103780a3abc8d74c810a7e62 -SIZE (KDE/applications/18.04.1/kmail-account-wizard-18.04.1.tar.xz) = 154864 +TIMESTAMP = 1528216939 +SHA256 (KDE/applications/18.04.2/kmail-account-wizard-18.04.2.tar.xz) = 0996733dda057b6d078f31371d9d02cd97701b257c3565c7268346f2815d40ee +SIZE (KDE/applications/18.04.2/kmail-account-wizard-18.04.2.tar.xz) = 154980 Modified: head/deskutils/kmail/distinfo ============================================================================== --- head/deskutils/kmail/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kmail/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756095 -SHA256 (KDE/applications/18.04.1/kmail-18.04.1.tar.xz) = cf713c00492d8dd45503cef5d86bcc8547e973a9f3045becbcc0b5acdf11e714 -SIZE (KDE/applications/18.04.1/kmail-18.04.1.tar.xz) = 4758416 +TIMESTAMP = 1528216939 +SHA256 (KDE/applications/18.04.2/kmail-18.04.2.tar.xz) = d118a518282b42f947e1e6f2607e406c60f2ff45b99cef7ec03fb05c4ae43856 +SIZE (KDE/applications/18.04.2/kmail-18.04.2.tar.xz) = 4757740 Modified: head/deskutils/knotes/distinfo ============================================================================== --- head/deskutils/knotes/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/knotes/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756097 -SHA256 (KDE/applications/18.04.1/knotes-18.04.1.tar.xz) = 8c908c6b3b67ede8e0425c6ba052a55e81ca938ffa95a3f24570e5c7edad8949 -SIZE (KDE/applications/18.04.1/knotes-18.04.1.tar.xz) = 335916 +TIMESTAMP = 1528216940 +SHA256 (KDE/applications/18.04.2/knotes-18.04.2.tar.xz) = 3b6ea1db20cb9740c9178ac583c1514e6a6875b177d6ad0e20b13e6269924074 +SIZE (KDE/applications/18.04.2/knotes-18.04.2.tar.xz) = 336128 Modified: head/deskutils/kontact/distinfo ============================================================================== --- head/deskutils/kontact/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kontact/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756094 -SHA256 (KDE/applications/18.04.1/kontact-18.04.1.tar.xz) = a2805f419446040e9dacaa590a8550c01dca924d570adc6d4f036e67dd8faa03 -SIZE (KDE/applications/18.04.1/kontact-18.04.1.tar.xz) = 862660 +TIMESTAMP = 1528216938 +SHA256 (KDE/applications/18.04.2/kontact-18.04.2.tar.xz) = b84a971a7a5f3a47c18fc4ac996081bcc6137ee9e2f7ec4ce59ce95f73fa5a3c +SIZE (KDE/applications/18.04.2/kontact-18.04.2.tar.xz) = 862824 Modified: head/deskutils/korganizer/distinfo ============================================================================== --- head/deskutils/korganizer/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/korganizer/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756096 -SHA256 (KDE/applications/18.04.1/korganizer-18.04.1.tar.xz) = a2fb87e878680b416d58a2893fb477180fa50735041c4f64eee94800c40076f4 -SIZE (KDE/applications/18.04.1/korganizer-18.04.1.tar.xz) = 2267120 +TIMESTAMP = 1528216940 +SHA256 (KDE/applications/18.04.2/korganizer-18.04.2.tar.xz) = 65512042e815c7d03e7e5af998b52116e7ca2e0919cbbf7ee6d61cc7d9b5c41a +SIZE (KDE/applications/18.04.2/korganizer-18.04.2.tar.xz) = 2266972 Modified: head/deskutils/kruler/distinfo ============================================================================== --- head/deskutils/kruler/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/kruler/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756097 -SHA256 (KDE/applications/18.04.1/kruler-18.04.1.tar.xz) = e60cd515023288c47115ce6ee6f111d82d8e797ebe0f493e870295212a0b6e2e -SIZE (KDE/applications/18.04.1/kruler-18.04.1.tar.xz) = 296076 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/kruler-18.04.2.tar.xz) = 64758eeacecb3f4a9f9708679e8a8e13648c92b3472ea02c622fd7f5f646d87a +SIZE (KDE/applications/18.04.2/kruler-18.04.2.tar.xz) = 296076 Modified: head/deskutils/libkdepim/distinfo ============================================================================== --- head/deskutils/libkdepim/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/libkdepim/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756094 -SHA256 (KDE/applications/18.04.1/libkdepim-18.04.1.tar.xz) = a6b347ab3246faae602a8dc9723e7e1342e5238430fb79eec74d1803839d990b -SIZE (KDE/applications/18.04.1/libkdepim-18.04.1.tar.xz) = 341364 +TIMESTAMP = 1528216938 +SHA256 (KDE/applications/18.04.2/libkdepim-18.04.2.tar.xz) = 8f5e8397d1bf67a4503922aa48cae170de72ec78f4cb1f74e8d04ddc0c685ee7 +SIZE (KDE/applications/18.04.2/libkdepim-18.04.2.tar.xz) = 341376 Modified: head/deskutils/mbox-importer/distinfo ============================================================================== --- head/deskutils/mbox-importer/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/mbox-importer/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756096 -SHA256 (KDE/applications/18.04.1/mbox-importer-18.04.1.tar.xz) = 9afc7247a7e66d2706c96b6df8dd3740a43f1bbee7a04cc7bdb998118028e318 -SIZE (KDE/applications/18.04.1/mbox-importer-18.04.1.tar.xz) = 33608 +TIMESTAMP = 1528216940 +SHA256 (KDE/applications/18.04.2/mbox-importer-18.04.2.tar.xz) = 867af82a8ea5fbd0a2c4cc9468116fa2d7f6531833ba9fd25b62967ad8e3b5fa +SIZE (KDE/applications/18.04.2/mbox-importer-18.04.2.tar.xz) = 33700 Modified: head/deskutils/pim-data-exporter/distinfo ============================================================================== --- head/deskutils/pim-data-exporter/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/pim-data-exporter/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756097 -SHA256 (KDE/applications/18.04.1/pim-data-exporter-18.04.1.tar.xz) = 8fbd699958ccae6be7e61866fb02c87edbe5c5840f3e6dc3ab55587065b5c94c -SIZE (KDE/applications/18.04.1/pim-data-exporter-18.04.1.tar.xz) = 270208 +TIMESTAMP = 1528216941 +SHA256 (KDE/applications/18.04.2/pim-data-exporter-18.04.2.tar.xz) = 83c87c44e4d63951cff92a23258167a4876e1f9264b3ae0047ad284ab4e6226a +SIZE (KDE/applications/18.04.2/pim-data-exporter-18.04.2.tar.xz) = 270236 Modified: head/deskutils/pim-sieve-editor/distinfo ============================================================================== --- head/deskutils/pim-sieve-editor/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/deskutils/pim-sieve-editor/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756095 -SHA256 (KDE/applications/18.04.1/pim-sieve-editor-18.04.1.tar.xz) = dd019794cae762f8f68a4b02d0cc72a109d035454855fe86b5c150a4e2fcd01c -SIZE (KDE/applications/18.04.1/pim-sieve-editor-18.04.1.tar.xz) = 447240 +TIMESTAMP = 1528216939 +SHA256 (KDE/applications/18.04.2/pim-sieve-editor-18.04.2.tar.xz) = 9aa999803e7864f7ec070445c10fe7b42e509250f74c68a1b3924d4462cb5894 +SIZE (KDE/applications/18.04.2/pim-sieve-editor-18.04.2.tar.xz) = 447292 Modified: head/devel/cervisia/distinfo ============================================================================== --- head/devel/cervisia/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/cervisia/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/cervisia-18.04.1.tar.xz) = 41003b0c0b16149f281c05d458230bfc5430d22218a5d9c671879c09c69c540f -SIZE (KDE/applications/18.04.1/cervisia-18.04.1.tar.xz) = 1906476 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/cervisia-18.04.2.tar.xz) = a98e862d76adb4e3c6c6bb49bfdaa932288c4e2443d6a4dcbb24507c7ebe005d +SIZE (KDE/applications/18.04.2/cervisia-18.04.2.tar.xz) = 1906876 Modified: head/devel/dolphin-plugins/distinfo ============================================================================== --- head/devel/dolphin-plugins/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/dolphin-plugins/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/dolphin-plugins-18.04.1.tar.xz) = cc5dd1c6b31b09b4972c0372304857fd75bed8a00448afb6300dc08ebcbf5f01 -SIZE (KDE/applications/18.04.1/dolphin-plugins-18.04.1.tar.xz) = 189840 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/dolphin-plugins-18.04.2.tar.xz) = db47a16f5fd8fb67940bb7104d75a139561346a8d4a28c65cab454c92458b886 +SIZE (KDE/applications/18.04.2/dolphin-plugins-18.04.2.tar.xz) = 189956 Modified: head/devel/kapptemplate/distinfo ============================================================================== --- head/devel/kapptemplate/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/kapptemplate/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/kapptemplate-18.04.1.tar.xz) = 4bcb9e56df50e595ae01a33fe6697383ab3c2bf2cac3f4d8bca2d4355de09718 -SIZE (KDE/applications/18.04.1/kapptemplate-18.04.1.tar.xz) = 352540 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/kapptemplate-18.04.2.tar.xz) = ace6eb0285e52c1f7d14b4d25041b4b12946575e5e5f074f3c7f4ecae113bfb4 +SIZE (KDE/applications/18.04.2/kapptemplate-18.04.2.tar.xz) = 352708 Modified: head/devel/kcachegrind/distinfo ============================================================================== --- head/devel/kcachegrind/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/kcachegrind/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/kcachegrind-18.04.1.tar.xz) = cf1c826076ed3c23514a17cf40e6c796258e7828d5adeaa9e67bf0636a3f2fd6 -SIZE (KDE/applications/18.04.1/kcachegrind-18.04.1.tar.xz) = 811640 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/kcachegrind-18.04.2.tar.xz) = 248a45a8351593f4ea4d411221b700e090ea0e48af63204f880d60a0d25878ae +SIZE (KDE/applications/18.04.2/kcachegrind-18.04.2.tar.xz) = 812156 Modified: head/devel/kde-dev-scripts/distinfo ============================================================================== --- head/devel/kde-dev-scripts/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/kde-dev-scripts/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/kde-dev-scripts-18.04.1.tar.xz) = 2503e3f7c34a36c617f842b4f1214a24431177af83a639c8debb524260909a23 -SIZE (KDE/applications/18.04.1/kde-dev-scripts-18.04.1.tar.xz) = 377620 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/kde-dev-scripts-18.04.2.tar.xz) = 82d3b8ccc4e45f3ff9490a3646e52600399b7f53083a3f497c9871b4626a4921 +SIZE (KDE/applications/18.04.2/kde-dev-scripts-18.04.2.tar.xz) = 377808 Modified: head/devel/kde-dev-utils/distinfo ============================================================================== --- head/devel/kde-dev-utils/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/kde-dev-utils/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/kde-dev-utils-18.04.1.tar.xz) = 2a393d8eaa63f49d74c217124e27315a1da756a4734ade760867d4993b51978f -SIZE (KDE/applications/18.04.1/kde-dev-utils-18.04.1.tar.xz) = 61240 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/kde-dev-utils-18.04.2.tar.xz) = 1ac2ba52c7ec5cb6a7f89bea80e5dbcd28d2d9bf43c61bf958532b6b23808e33 +SIZE (KDE/applications/18.04.2/kde-dev-utils-18.04.2.tar.xz) = 61388 Modified: head/devel/kdesdk-thumbnailers/distinfo ============================================================================== --- head/devel/kdesdk-thumbnailers/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/kdesdk-thumbnailers/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/kdesdk-thumbnailers-18.04.1.tar.xz) = 32f6f0a5b935917447f28cf078f05a4d8a64851948fcac30e0020aea66810768 -SIZE (KDE/applications/18.04.1/kdesdk-thumbnailers-18.04.1.tar.xz) = 17140 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/kdesdk-thumbnailers-18.04.2.tar.xz) = 6efcefc7fe61d529a5a653a648b30364749d8e6e186eacaadbf0928a073fe94c +SIZE (KDE/applications/18.04.2/kdesdk-thumbnailers-18.04.2.tar.xz) = 17216 Modified: head/devel/kio-extras/distinfo ============================================================================== --- head/devel/kio-extras/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/kio-extras/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/kio-extras-18.04.1.tar.xz) = 30074c5914dba7be9c259f231ed43d523b9c634a1d017eb574aac440aa8a6518 -SIZE (KDE/applications/18.04.1/kio-extras-18.04.1.tar.xz) = 549832 +TIMESTAMP = 1528216932 +SHA256 (KDE/applications/18.04.2/kio-extras-18.04.2.tar.xz) = 165ec5528bcd1d52f21bb364dbda4181be768f9b2b0ff0ab8efdad566077b6ce +SIZE (KDE/applications/18.04.2/kio-extras-18.04.2.tar.xz) = 550488 Modified: head/devel/lokalize/distinfo ============================================================================== --- head/devel/lokalize/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/lokalize/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/lokalize-18.04.1.tar.xz) = 497bb600e026c606f50f1132a67143627ab21645c828c2a4c08df9a5c0a07ceb -SIZE (KDE/applications/18.04.1/lokalize-18.04.1.tar.xz) = 2861644 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/lokalize-18.04.2.tar.xz) = 97fe1e12f93f5245788a87bf2e0bf2f3ddc430d95374fb7a1dd406b3d7daf95b +SIZE (KDE/applications/18.04.2/lokalize-18.04.2.tar.xz) = 2863048 Modified: head/devel/poxml/distinfo ============================================================================== --- head/devel/poxml/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/poxml/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/poxml-18.04.1.tar.xz) = 01be86f3da34092f22317f13fc47b43fce995a8b603d5fb64d4600228b6f41c1 -SIZE (KDE/applications/18.04.1/poxml-18.04.1.tar.xz) = 43172 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/poxml-18.04.2.tar.xz) = 2b2ac0e88eed1cc3bb67b1be78d20264e5e2edb0ddb004a9d00c635ff36cd096 +SIZE (KDE/applications/18.04.2/poxml-18.04.2.tar.xz) = 43268 Modified: head/devel/umbrello/distinfo ============================================================================== --- head/devel/umbrello/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/devel/umbrello/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756089 -SHA256 (KDE/applications/18.04.1/umbrello-18.04.1.tar.xz) = 1e6251c232dfea2fee825899a7eeed54efb59938b153a0f0d8b79e6a8bbf88ef -SIZE (KDE/applications/18.04.1/umbrello-18.04.1.tar.xz) = 3019540 +TIMESTAMP = 1528216933 +SHA256 (KDE/applications/18.04.2/umbrello-18.04.2.tar.xz) = adace35eb1e8e1e4f8521fb57661d0d61888e3065322bf40e81b960077b3243e +SIZE (KDE/applications/18.04.2/umbrello-18.04.2.tar.xz) = 3019532 Modified: head/editors/kate/distinfo ============================================================================== --- head/editors/kate/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/editors/kate/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756102 -SHA256 (KDE/applications/18.04.1/kate-18.04.1.tar.xz) = 48f17a1fae34da0076c93e784e7dab5297f5a82babe58d5463bdc672b59c6cf5 -SIZE (KDE/applications/18.04.1/kate-18.04.1.tar.xz) = 5639500 +TIMESTAMP = 1528216946 +SHA256 (KDE/applications/18.04.2/kate-18.04.2.tar.xz) = 1678accdb134b02312c03556b07be6184e69db98d7669a4ccef5d4bf3f27c880 +SIZE (KDE/applications/18.04.2/kate-18.04.2.tar.xz) = 5641048 Modified: head/games/blinken/distinfo ============================================================================== --- head/games/blinken/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/blinken/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/blinken-18.04.1.tar.xz) = 1270fa0efed45cf3530ca60b4a3fd8488b14c0dd876421fd8c4ef2effa8dea69 -SIZE (KDE/applications/18.04.1/blinken-18.04.1.tar.xz) = 2507668 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/blinken-18.04.2.tar.xz) = 9ea5055b415990ac2c6f55a20260fcb601f6e66816c064b3249ff6ea4154033b +SIZE (KDE/applications/18.04.2/blinken-18.04.2.tar.xz) = 2507808 Modified: head/games/bomber/distinfo ============================================================================== --- head/games/bomber/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/bomber/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/bomber-18.04.1.tar.xz) = 5459da2aade872224d0edf18ce673cb44228391bba4975db2606092c05593b8e -SIZE (KDE/applications/18.04.1/bomber-18.04.1.tar.xz) = 754460 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/bomber-18.04.2.tar.xz) = dfffd156039a5791e0e7ec6ff4010c466394fd97bbd315ba12668b9941c68ba4 +SIZE (KDE/applications/18.04.2/bomber-18.04.2.tar.xz) = 754712 Modified: head/games/bovo/distinfo ============================================================================== --- head/games/bovo/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/bovo/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/bovo-18.04.1.tar.xz) = 76e10463e5c1aa9878adcac63fb1574f5793b519b4e79928a68fb8ca7631a4d2 -SIZE (KDE/applications/18.04.1/bovo-18.04.1.tar.xz) = 186436 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/bovo-18.04.2.tar.xz) = b7a066cdb1690ab9641bd8fac0bcfc1dc80bc23ec9881c335b454eb0d843bb38 +SIZE (KDE/applications/18.04.2/bovo-18.04.2.tar.xz) = 186572 Modified: head/games/granatier/distinfo ============================================================================== --- head/games/granatier/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/granatier/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/granatier-18.04.1.tar.xz) = ffd3d362289872b289ea79c01c1a0b69a27208d376b22bcfb41890bf0417aa60 -SIZE (KDE/applications/18.04.1/granatier-18.04.1.tar.xz) = 1961324 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/granatier-18.04.2.tar.xz) = 1e19c9aaffec63540d7164593ce65c96a88aa223bcd24fff0baf6847b50170ce +SIZE (KDE/applications/18.04.2/granatier-18.04.2.tar.xz) = 1961320 Modified: head/games/kajongg/distinfo ============================================================================== --- head/games/kajongg/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kajongg/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/kajongg-18.04.1.tar.xz) = 01116501899ddc8e24c69c6765f9e90413b921b81312e4719eea7eea0591f3ee -SIZE (KDE/applications/18.04.1/kajongg-18.04.1.tar.xz) = 4241840 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/kajongg-18.04.2.tar.xz) = 7692642a84db0f6bb30172ee126ad9e573954410531467c2fa124a8df07965ff +SIZE (KDE/applications/18.04.2/kajongg-18.04.2.tar.xz) = 4241864 Modified: head/games/kanagram/distinfo ============================================================================== --- head/games/kanagram/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kanagram/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/kanagram-18.04.1.tar.xz) = eb8dacd1940a0d48f9d52ab01f6e78725df35fdc6ed9f445e23b610942ae9f3c -SIZE (KDE/applications/18.04.1/kanagram-18.04.1.tar.xz) = 7523608 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/kanagram-18.04.2.tar.xz) = 7d687bda6187a27af4d651128fad20bf14d2e73b7ccc4368840ba603ba8d8926 +SIZE (KDE/applications/18.04.2/kanagram-18.04.2.tar.xz) = 7522612 Modified: head/games/kapman/distinfo ============================================================================== --- head/games/kapman/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kapman/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/kapman-18.04.1.tar.xz) = 85dfa374d3605bc7bf514800ccb07d397cc4662a3d44bd4779d4a60cca9b4293 -SIZE (KDE/applications/18.04.1/kapman-18.04.1.tar.xz) = 2525664 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/kapman-18.04.2.tar.xz) = db248c7a1aa3721faaf057ca3c7d447126409fc0be1fcb3525924b2f4dfb462e +SIZE (KDE/applications/18.04.2/kapman-18.04.2.tar.xz) = 2525836 Modified: head/games/katomic/distinfo ============================================================================== --- head/games/katomic/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/katomic/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/katomic-18.04.1.tar.xz) = 86bb1850d1b4d7f9d9a219b9ab3012fcba539ac2f928f9fa2f6f76fb569c733c -SIZE (KDE/applications/18.04.1/katomic-18.04.1.tar.xz) = 1237068 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/katomic-18.04.2.tar.xz) = 600668e3e4262941d3e807f8b14f52f512f9f25535f0a266eac9eb8ed206006c +SIZE (KDE/applications/18.04.2/katomic-18.04.2.tar.xz) = 1237164 Modified: head/games/kblackbox/distinfo ============================================================================== --- head/games/kblackbox/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kblackbox/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/kblackbox-18.04.1.tar.xz) = f0e87a60049929b21327b4b0944fea2767fd147574831fd87208f92678fc6643 -SIZE (KDE/applications/18.04.1/kblackbox-18.04.1.tar.xz) = 404568 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/kblackbox-18.04.2.tar.xz) = f072c833afc13800a3fdbbadb4e7a03ffe7e388a08d1a02544f50eddf48194f6 +SIZE (KDE/applications/18.04.2/kblackbox-18.04.2.tar.xz) = 404608 Modified: head/games/kblocks/distinfo ============================================================================== --- head/games/kblocks/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kblocks/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/kblocks-18.04.1.tar.xz) = 5cd33012278ebadf0ae1bc71bb5fe0917b73f1ac7806a1d2c3038ef3824b6388 -SIZE (KDE/applications/18.04.1/kblocks-18.04.1.tar.xz) = 1750872 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/kblocks-18.04.2.tar.xz) = 547d7cf699d44b0deba6f4ae8148d8a085b0ea2bbefa12d1c7559e4a1d45d23e +SIZE (KDE/applications/18.04.2/kblocks-18.04.2.tar.xz) = 1750420 Modified: head/games/kbounce/distinfo ============================================================================== --- head/games/kbounce/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kbounce/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/kbounce-18.04.1.tar.xz) = 8cdb76435ebc8373b0e66a041b0efa26c332af00d0fb8ed7beab6ff664fd4b62 -SIZE (KDE/applications/18.04.1/kbounce-18.04.1.tar.xz) = 3485172 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/kbounce-18.04.2.tar.xz) = f4c153f50abd1afdef55f5ff952e794706d70d19a721887d3f29196fc3bb7181 +SIZE (KDE/applications/18.04.2/kbounce-18.04.2.tar.xz) = 3486176 Modified: head/games/kbreakout/distinfo ============================================================================== --- head/games/kbreakout/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kbreakout/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/kbreakout-18.04.1.tar.xz) = 2e2e04435dcd9eafde737d18ddfbea8e6c970bf6d1feacae882edcc62987297b -SIZE (KDE/applications/18.04.1/kbreakout-18.04.1.tar.xz) = 2023968 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/kbreakout-18.04.2.tar.xz) = 6e6b63d00fa88be2fd0006baf664fd5f84cc957b6038c10864bf0f5dcd688078 +SIZE (KDE/applications/18.04.2/kbreakout-18.04.2.tar.xz) = 2023828 Modified: head/games/kdiamond/distinfo ============================================================================== --- head/games/kdiamond/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kdiamond/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/kdiamond-18.04.1.tar.xz) = 81315ffadbab50410fe390a1d1e1e0a2e3775d60ba155bbdd59f368538d9e08b -SIZE (KDE/applications/18.04.1/kdiamond-18.04.1.tar.xz) = 4607692 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/kdiamond-18.04.2.tar.xz) = 51aa70485ea0d0ad7cff88f5d92b7f6cfcfd3f71a18a8723a7ae59c09a5c1343 +SIZE (KDE/applications/18.04.2/kdiamond-18.04.2.tar.xz) = 4607796 Modified: head/games/kfourinline/distinfo ============================================================================== --- head/games/kfourinline/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kfourinline/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/kfourinline-18.04.1.tar.xz) = e68bcdb0e25d1dc4b16f04bb8efc79f2ebcc8d988f7c5b37a3d1da141fd2a83e -SIZE (KDE/applications/18.04.1/kfourinline-18.04.1.tar.xz) = 573848 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/kfourinline-18.04.2.tar.xz) = 63e3852df4bcda0aee701ce6592c61623cc2536e6151750f93cf2fc9d28dba09 +SIZE (KDE/applications/18.04.2/kfourinline-18.04.2.tar.xz) = 573656 Modified: head/games/kgoldrunner/distinfo ============================================================================== --- head/games/kgoldrunner/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kgoldrunner/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/kgoldrunner-18.04.1.tar.xz) = 815151d7b55bc0cecde77cdcbb182fb5800f24cdbabc677e64f9860ceebd3b70 -SIZE (KDE/applications/18.04.1/kgoldrunner-18.04.1.tar.xz) = 4405508 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/kgoldrunner-18.04.2.tar.xz) = a47ec6249943acdf7e28ce7e6fb20c16abe8136b694cd321700369f76d7f56e5 +SIZE (KDE/applications/18.04.2/kgoldrunner-18.04.2.tar.xz) = 4405424 Modified: head/games/khangman/distinfo ============================================================================== --- head/games/khangman/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/khangman/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756102 -SHA256 (KDE/applications/18.04.1/khangman-18.04.1.tar.xz) = 84c3f3a0fd87884d62e4d5db60d846de627fdd78133664e7f30dfc37ee2b99ed -SIZE (KDE/applications/18.04.1/khangman-18.04.1.tar.xz) = 6464020 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/khangman-18.04.2.tar.xz) = 3c87f5af5df0d831ac0655fcbb02b0b91276aa2506655af9c06ee11784a9d1ef +SIZE (KDE/applications/18.04.2/khangman-18.04.2.tar.xz) = 6463248 Modified: head/games/kigo/distinfo ============================================================================== --- head/games/kigo/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kigo/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/kigo-18.04.1.tar.xz) = 19467079ca241f4abc424220be99a0455ff8e4208de3fa80333fceb2656f4bd0 -SIZE (KDE/applications/18.04.1/kigo-18.04.1.tar.xz) = 5224124 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/kigo-18.04.2.tar.xz) = a1c8a480c2318ffd4c40e2a7134d87fe6a786114f606839a065cc60e5dea79ba +SIZE (KDE/applications/18.04.2/kigo-18.04.2.tar.xz) = 5224476 Modified: head/games/killbots/distinfo ============================================================================== --- head/games/killbots/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/killbots/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/killbots-18.04.1.tar.xz) = 9cdec1b544d985cb392780ee1fe7f04a8ae6ce2fb2890c97fb01f01ca17a781b -SIZE (KDE/applications/18.04.1/killbots-18.04.1.tar.xz) = 1165244 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/killbots-18.04.2.tar.xz) = 1f77064e229f57bf20e6f777c74edac20199e2516ff708e8cba3b152850def5e +SIZE (KDE/applications/18.04.2/killbots-18.04.2.tar.xz) = 1165280 Modified: head/games/kiriki/distinfo ============================================================================== --- head/games/kiriki/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kiriki/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/kiriki-18.04.1.tar.xz) = be4066758d56e4808141f628be5b4ccb151dcd8b13e38f4e5a8f9506f7424558 -SIZE (KDE/applications/18.04.1/kiriki-18.04.1.tar.xz) = 327084 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/kiriki-18.04.2.tar.xz) = 1e867af14495efd3bbdf1608e0f82277a3de189378be6a69b0239e122752ea2a +SIZE (KDE/applications/18.04.2/kiriki-18.04.2.tar.xz) = 327204 Modified: head/games/kjumpingcube/distinfo ============================================================================== --- head/games/kjumpingcube/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kjumpingcube/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/kjumpingcube-18.04.1.tar.xz) = 964a794d07b82bd1f3439387bf1fe75c6f7d29fdcc15b26c83cd5e02b955955c -SIZE (KDE/applications/18.04.1/kjumpingcube-18.04.1.tar.xz) = 293976 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/kjumpingcube-18.04.2.tar.xz) = 8f130791dd4bf6f9959925f944723dba92de7c8270e501afbdc27954d7448352 +SIZE (KDE/applications/18.04.2/kjumpingcube-18.04.2.tar.xz) = 294072 Modified: head/games/klickety/distinfo ============================================================================== --- head/games/klickety/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/klickety/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/klickety-18.04.1.tar.xz) = 952020d20c482692c65cf6a1b15b2806bf2fdcd060f88731faa1d587147966f2 -SIZE (KDE/applications/18.04.1/klickety-18.04.1.tar.xz) = 1411016 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/klickety-18.04.2.tar.xz) = 13809ed05d1ec594686291cbb557249ebc5d00bc358744246402d3a931972a71 +SIZE (KDE/applications/18.04.2/klickety-18.04.2.tar.xz) = 1411244 Modified: head/games/klines/distinfo ============================================================================== --- head/games/klines/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/klines/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/klines-18.04.1.tar.xz) = ee4d05bc535cec38ae2ea7db89c9f9b68800880c679a84d289674878e353547f -SIZE (KDE/applications/18.04.1/klines-18.04.1.tar.xz) = 1670904 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/klines-18.04.2.tar.xz) = ef7ddd44015519a2f35bfdb9ad5b468b6e5e7f30bc9e4d90be018c91891eb6f1 +SIZE (KDE/applications/18.04.2/klines-18.04.2.tar.xz) = 1671072 Modified: head/games/kmahjongg/distinfo ============================================================================== --- head/games/kmahjongg/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kmahjongg/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/kmahjongg-18.04.1.tar.xz) = d701d71452bbab132f7a499fe1d4087ca372065cedd1889b175f9b7751ae81fe -SIZE (KDE/applications/18.04.1/kmahjongg-18.04.1.tar.xz) = 4086480 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/kmahjongg-18.04.2.tar.xz) = 0c1692ba9fa02e05d77fc9615b40b89c0ec010d6897293fcbfa76bbfe6c829a8 +SIZE (KDE/applications/18.04.2/kmahjongg-18.04.2.tar.xz) = 4086472 Modified: head/games/kmines/distinfo ============================================================================== --- head/games/kmines/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kmines/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/kmines-18.04.1.tar.xz) = 873fc8eb93ac85e4adf2ed3d7186ff6226dc5f81cfc488387cb1a3200fbb0845 -SIZE (KDE/applications/18.04.1/kmines-18.04.1.tar.xz) = 882500 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/kmines-18.04.2.tar.xz) = 6a9d0c0f64c3d5f6123f38daba169f1b47c8cc0817ea6f0d95d1cfbb6d79305c +SIZE (KDE/applications/18.04.2/kmines-18.04.2.tar.xz) = 882576 Modified: head/games/knavalbattle/distinfo ============================================================================== --- head/games/knavalbattle/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/knavalbattle/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/knavalbattle-18.04.1.tar.xz) = bc075c479355a6c638d89805ce3f17b95fbc16c380c1c74588e714b22a3e23cf -SIZE (KDE/applications/18.04.1/knavalbattle-18.04.1.tar.xz) = 1221288 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/knavalbattle-18.04.2.tar.xz) = 15c3d94318f93f0a5da1b820d11352965f470f0381a0e134c963bd32d53304d1 +SIZE (KDE/applications/18.04.2/knavalbattle-18.04.2.tar.xz) = 1221364 Modified: head/games/knetwalk/distinfo ============================================================================== --- head/games/knetwalk/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/knetwalk/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756102 -SHA256 (KDE/applications/18.04.1/knetwalk-18.04.1.tar.xz) = 5e3280e0df8b5b8e17caae9a1b8742077e9d6158f572dd7b9bca39bf56b3f70b -SIZE (KDE/applications/18.04.1/knetwalk-18.04.1.tar.xz) = 981420 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/knetwalk-18.04.2.tar.xz) = d14d6381ecf73d3006c892aa0962100182a917bcb53006bb9defeb64e7146c6f +SIZE (KDE/applications/18.04.2/knetwalk-18.04.2.tar.xz) = 981508 Modified: head/games/kolf/distinfo ============================================================================== --- head/games/kolf/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kolf/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/kolf-18.04.1.tar.xz) = 338a94aa07b5f5021f56e035bd50e9097076b9efd2de9e91f7764edd50da50ad -SIZE (KDE/applications/18.04.1/kolf-18.04.1.tar.xz) = 924316 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/kolf-18.04.2.tar.xz) = de443ec9a86807642e2495af3be9e9de237fd53147802462882d6261b42a7431 +SIZE (KDE/applications/18.04.2/kolf-18.04.2.tar.xz) = 925316 Modified: head/games/kollision/distinfo ============================================================================== --- head/games/kollision/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kollision/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/kollision-18.04.1.tar.xz) = cab2ff589823ba24ed65776dc7e012c4c4a925183afa15cc69e7dc6e6372245f -SIZE (KDE/applications/18.04.1/kollision-18.04.1.tar.xz) = 272544 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/kollision-18.04.2.tar.xz) = 7a8b4212f1d3f7a326f04538f7990e030a68f4abd5010cec0056a4838ab9c500 +SIZE (KDE/applications/18.04.2/kollision-18.04.2.tar.xz) = 272596 Modified: head/games/konquest/distinfo ============================================================================== --- head/games/konquest/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/konquest/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/konquest-18.04.1.tar.xz) = 64bf1a8b9ece36320b45ce9104f240b60894e8ad253a74c2655ae9562f3dc340 -SIZE (KDE/applications/18.04.1/konquest-18.04.1.tar.xz) = 658768 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/konquest-18.04.2.tar.xz) = 2496046a72ed140a015c4d787e58317c1be19bc781390530f0dc5a1df654ed1e +SIZE (KDE/applications/18.04.2/konquest-18.04.2.tar.xz) = 658928 Modified: head/games/kpat/distinfo ============================================================================== --- head/games/kpat/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kpat/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/kpat-18.04.1.tar.xz) = 1b9cbbd36c87fd9b284b927d18b7fe2b36213623784b18529a6697841a3b9eba -SIZE (KDE/applications/18.04.1/kpat-18.04.1.tar.xz) = 3564944 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/kpat-18.04.2.tar.xz) = 669210fab2c7281b87e9de309649c7345df522027d2bb8c00735151249c30f5b +SIZE (KDE/applications/18.04.2/kpat-18.04.2.tar.xz) = 3564884 Modified: head/games/kreversi/distinfo ============================================================================== --- head/games/kreversi/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kreversi/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/kreversi-18.04.1.tar.xz) = 6454d1d04e3ce4a90a95167f5172fc24a6ce3fc3e4b184cbfa8f4452f461d23c -SIZE (KDE/applications/18.04.1/kreversi-18.04.1.tar.xz) = 913484 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/kreversi-18.04.2.tar.xz) = e2e9a5862554b75f85487e464a6b6ccc1f96d5a836312db132f65a2d4e666690 +SIZE (KDE/applications/18.04.2/kreversi-18.04.2.tar.xz) = 913760 Modified: head/games/kshisen/distinfo ============================================================================== --- head/games/kshisen/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kshisen/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/kshisen-18.04.1.tar.xz) = c79dd3ca61fd751f0cf9c473b4b2736506343c7cd12334cabe607212e3c71825 -SIZE (KDE/applications/18.04.1/kshisen-18.04.1.tar.xz) = 710728 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/kshisen-18.04.2.tar.xz) = 83c69c32e76e8a37f9666e2f7ba7407009e3829fa755268a0888a14c3d6b5bdf +SIZE (KDE/applications/18.04.2/kshisen-18.04.2.tar.xz) = 710944 Modified: head/games/ksirk/distinfo ============================================================================== --- head/games/ksirk/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/ksirk/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/ksirk-18.04.1.tar.xz) = 58031f65a1bd3bc4995f464e13a0033ac2a98e3453c76ee12ba3a866ee26b257 -SIZE (KDE/applications/18.04.1/ksirk-18.04.1.tar.xz) = 6985308 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/ksirk-18.04.2.tar.xz) = af879556df4e319b257b0d2ad21338fa31daa10b453a62f5d0ace6f462cc85fe +SIZE (KDE/applications/18.04.2/ksirk-18.04.2.tar.xz) = 6984936 Modified: head/games/ksnakeduel/distinfo ============================================================================== --- head/games/ksnakeduel/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/ksnakeduel/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/ksnakeduel-18.04.1.tar.xz) = e3d02fa061ed4280398e26eaacb5a3e11998641e3095ccfaff9e8d9e68b4e91e -SIZE (KDE/applications/18.04.1/ksnakeduel-18.04.1.tar.xz) = 605440 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/ksnakeduel-18.04.2.tar.xz) = ea6c02989fbf09cfb89570d88df45a5e63f6072e50ce8e9432b3e1d0617c3285 +SIZE (KDE/applications/18.04.2/ksnakeduel-18.04.2.tar.xz) = 605648 Modified: head/games/kspaceduel/distinfo ============================================================================== --- head/games/kspaceduel/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kspaceduel/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/kspaceduel-18.04.1.tar.xz) = f6781a143f6439d7aacdf48036323a26a4d7635bbc3c0b888c01af420f095929 -SIZE (KDE/applications/18.04.1/kspaceduel-18.04.1.tar.xz) = 611112 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/kspaceduel-18.04.2.tar.xz) = 3ca9622c35d5d0484eaefed8b63f6fe04a6f826b05cc2d7e74fad015e481e121 +SIZE (KDE/applications/18.04.2/kspaceduel-18.04.2.tar.xz) = 611224 Modified: head/games/ksquares/distinfo ============================================================================== --- head/games/ksquares/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/ksquares/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/ksquares-18.04.1.tar.xz) = 6cb06ee83f8260bcf7af4721595569049fae6c958d005ff0e6323b0962eb29ef -SIZE (KDE/applications/18.04.1/ksquares-18.04.1.tar.xz) = 216720 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/ksquares-18.04.2.tar.xz) = 02f384909abf8ff964a86873b043a6ce52476457eef5e34773faeb45d81388f5 +SIZE (KDE/applications/18.04.2/ksquares-18.04.2.tar.xz) = 216836 Modified: head/games/ksudoku/distinfo ============================================================================== --- head/games/ksudoku/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/ksudoku/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/ksudoku-18.04.1.tar.xz) = d6ec4435e27e5d7369ed97b294158cdbfaea2d1a18830361457dd4c387d64b41 -SIZE (KDE/applications/18.04.1/ksudoku-18.04.1.tar.xz) = 1638940 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/ksudoku-18.04.2.tar.xz) = d40acfb93c2c148f066c238316ba35b44c753ad59090c64f53ecac35da710b3a +SIZE (KDE/applications/18.04.2/ksudoku-18.04.2.tar.xz) = 1639064 Modified: head/games/ktuberling/distinfo ============================================================================== --- head/games/ktuberling/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/ktuberling/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/ktuberling-18.04.1.tar.xz) = 4c2b89c644184f2322fbbfa2f74327616f170548052b7385776d189a0955fbe6 -SIZE (KDE/applications/18.04.1/ktuberling-18.04.1.tar.xz) = 32796220 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/ktuberling-18.04.2.tar.xz) = 58d4aedf2bcd68398a3bca3a25b71d50ecef07f9196ed52a5d2d5c4da57d02b1 +SIZE (KDE/applications/18.04.2/ktuberling-18.04.2.tar.xz) = 32794900 Modified: head/games/kubrick/distinfo ============================================================================== --- head/games/kubrick/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/kubrick/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/kubrick-18.04.1.tar.xz) = b92f3a8f2d51db0b8e2b8b3060cf6e89995121d767aa11cb7f2651fb107316bf -SIZE (KDE/applications/18.04.1/kubrick-18.04.1.tar.xz) = 308268 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/kubrick-18.04.2.tar.xz) = b84afa70dfd8a80c8a82b5f3fc8aab3ba51b312e4c6a31b82e230aa653f5fefc +SIZE (KDE/applications/18.04.2/kubrick-18.04.2.tar.xz) = 308348 Modified: head/games/libkdegames/distinfo ============================================================================== --- head/games/libkdegames/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/libkdegames/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/libkdegames-18.04.1.tar.xz) = d55ccbb5db49a85374a9c969484cc1fa6b285aacee51c21e0b7f215bafb74e0d -SIZE (KDE/applications/18.04.1/libkdegames-18.04.1.tar.xz) = 5957092 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/libkdegames-18.04.2.tar.xz) = 2270d3bc090aaac4adb3b8d652cbe674f3c437b44b836a95797cbe854e910e8c +SIZE (KDE/applications/18.04.2/libkdegames-18.04.2.tar.xz) = 5956504 Modified: head/games/libkmahjongg/distinfo ============================================================================== --- head/games/libkmahjongg/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/libkmahjongg/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756102 -SHA256 (KDE/applications/18.04.1/libkmahjongg-18.04.1.tar.xz) = a02eeb3ebe5964078a340d072cffa011c69082d2a6c7c24d1f13a2e67b885827 -SIZE (KDE/applications/18.04.1/libkmahjongg-18.04.1.tar.xz) = 1683632 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/libkmahjongg-18.04.2.tar.xz) = c4b10ac354829fa8ae236fd099d241c0d3e651923f21260eec059e8198ce7f3d +SIZE (KDE/applications/18.04.2/libkmahjongg-18.04.2.tar.xz) = 1684528 Modified: head/games/lskat/distinfo ============================================================================== --- head/games/lskat/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/lskat/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756101 -SHA256 (KDE/applications/18.04.1/lskat-18.04.1.tar.xz) = 9296ec7cf5b8fb7945570b44c273f391bb872c08a2ecc6c459248e34574c5e47 -SIZE (KDE/applications/18.04.1/lskat-18.04.1.tar.xz) = 1217908 +TIMESTAMP = 1528216945 +SHA256 (KDE/applications/18.04.2/lskat-18.04.2.tar.xz) = 815725ceee9195b0d85b5138efd4d0cd84311dcdb05e562197af22ba8c9bdc63 +SIZE (KDE/applications/18.04.2/lskat-18.04.2.tar.xz) = 1217768 Modified: head/games/palapeli/distinfo ============================================================================== --- head/games/palapeli/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/palapeli/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/palapeli-18.04.1.tar.xz) = acc4cc87a0669c0baf3e360bb337d75d7675d84103d9d1183d1c2da66eece106 -SIZE (KDE/applications/18.04.1/palapeli-18.04.1.tar.xz) = 2061720 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/palapeli-18.04.2.tar.xz) = 4e5cd6d32ec9c4f03310411015d3ecf203403c71e2057d8716d4fe6bb60e7639 +SIZE (KDE/applications/18.04.2/palapeli-18.04.2.tar.xz) = 2061884 Modified: head/games/picmi/distinfo ============================================================================== --- head/games/picmi/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/games/picmi/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756100 -SHA256 (KDE/applications/18.04.1/picmi-18.04.1.tar.xz) = b15e4840831fe06188985767171299d7d140a9567bdcb5f6056f82362da9bd24 -SIZE (KDE/applications/18.04.1/picmi-18.04.1.tar.xz) = 1146724 +TIMESTAMP = 1528216944 +SHA256 (KDE/applications/18.04.2/picmi-18.04.2.tar.xz) = 6c0e6e1e9b7b5859db4a7360b1d4febc000d1dcc1472446716d4cfb11b504477 +SIZE (KDE/applications/18.04.2/picmi-18.04.2.tar.xz) = 1146788 Modified: head/graphics/gwenview/distinfo ============================================================================== --- head/graphics/gwenview/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/gwenview/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/gwenview-18.04.1.tar.xz) = 71216a4622fe4b706ebd27a54552ac475aa4680ffed18320f9d65be134e6dd73 -SIZE (KDE/applications/18.04.1/gwenview-18.04.1.tar.xz) = 6054732 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/gwenview-18.04.2.tar.xz) = 8443982c880e2dff038383195e9fe2bb33dbc4ea4a9de17a96c0f738ba402cce +SIZE (KDE/applications/18.04.2/gwenview-18.04.2.tar.xz) = 6055820 Modified: head/graphics/kamera/distinfo ============================================================================== --- head/graphics/kamera/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/kamera/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/kamera-18.04.1.tar.xz) = 0f2af766ce1b03d5ec871ea5a79f05f2d1eacdf45997baf15fd33aa3778347e5 -SIZE (KDE/applications/18.04.1/kamera-18.04.1.tar.xz) = 97416 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/kamera-18.04.2.tar.xz) = a84e0c53d374f3d8b62c9f1e2b0c20eb5460a4a2c59388d0fc9d0ee292b38709 +SIZE (KDE/applications/18.04.2/kamera-18.04.2.tar.xz) = 97464 Modified: head/graphics/kcolorchooser/distinfo ============================================================================== --- head/graphics/kcolorchooser/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/kcolorchooser/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/kcolorchooser-18.04.1.tar.xz) = 75e949a12e25759b3f4769e06e7b665a290762741477bc5ee55c827f874afef3 -SIZE (KDE/applications/18.04.1/kcolorchooser-18.04.1.tar.xz) = 16892 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/kcolorchooser-18.04.2.tar.xz) = 020abccf25b18af3e11f67d787be4d3b6df0107ab8f15c946cc00a8804fc1154 +SIZE (KDE/applications/18.04.2/kcolorchooser-18.04.2.tar.xz) = 16952 Modified: head/graphics/kdegraphics-mobipocket/distinfo ============================================================================== --- head/graphics/kdegraphics-mobipocket/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/kdegraphics-mobipocket/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/kdegraphics-mobipocket-18.04.1.tar.xz) = a1ec320fcfb9fe4e66c7e0fe789ad83cbd82413d91f20380863ee6bbae952bf9 -SIZE (KDE/applications/18.04.1/kdegraphics-mobipocket-18.04.1.tar.xz) = 13476 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/kdegraphics-mobipocket-18.04.2.tar.xz) = 155f7db31cc0c044686cae57b565643fd21f20fb07674337da4bf5ae28efb8de +SIZE (KDE/applications/18.04.2/kdegraphics-mobipocket-18.04.2.tar.xz) = 13476 Modified: head/graphics/kdegraphics-svgpart/distinfo ============================================================================== --- head/graphics/kdegraphics-svgpart/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/kdegraphics-svgpart/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/svgpart-18.04.1.tar.xz) = a97a8a85f126c4f1b6999269818dac1a22fe7774709b8f136968befd5c4f0e93 -SIZE (KDE/applications/18.04.1/svgpart-18.04.1.tar.xz) = 20948 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/svgpart-18.04.2.tar.xz) = 5e86f3b37d72102c0a3fe8a7d8c10644c92ae2d9b679d7db75e2452f693edede +SIZE (KDE/applications/18.04.2/svgpart-18.04.2.tar.xz) = 21036 Modified: head/graphics/kdegraphics-thumbnailers/distinfo ============================================================================== --- head/graphics/kdegraphics-thumbnailers/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/kdegraphics-thumbnailers/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/kdegraphics-thumbnailers-18.04.1.tar.xz) = 0a86cb68995bf68eed8fb42fdd7105f167374afbfcc5a886db5d34df3944e918 -SIZE (KDE/applications/18.04.1/kdegraphics-thumbnailers-18.04.1.tar.xz) = 41300 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/kdegraphics-thumbnailers-18.04.2.tar.xz) = 74f9c3fdae91d1e79e31322b31cae36bcd72e71c109589ee3bb56180da20aad8 +SIZE (KDE/applications/18.04.2/kdegraphics-thumbnailers-18.04.2.tar.xz) = 41288 Modified: head/graphics/kimagemapeditor/distinfo ============================================================================== --- head/graphics/kimagemapeditor/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/kimagemapeditor/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/kimagemapeditor-18.04.1.tar.xz) = c1422a30c264c5505637ac534095fa0bf8622d4ad37684d1317d30ad7efa8484 -SIZE (KDE/applications/18.04.1/kimagemapeditor-18.04.1.tar.xz) = 1054836 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/kimagemapeditor-18.04.2.tar.xz) = 4c9e806cb1e01a97265c06409b7f3a7641c4eb4237e8c6c15ba3703e475580da +SIZE (KDE/applications/18.04.2/kimagemapeditor-18.04.2.tar.xz) = 1056192 Modified: head/graphics/kolourpaint/distinfo ============================================================================== --- head/graphics/kolourpaint/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/kolourpaint/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/kolourpaint-18.04.1.tar.xz) = fe73b63961b011552a8eb179afe907662c4c67e800ba4b0a914871b8d3acdbd1 -SIZE (KDE/applications/18.04.1/kolourpaint-18.04.1.tar.xz) = 5549048 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/kolourpaint-18.04.2.tar.xz) = 7984f37be3248d19f80768eb9ac6a6284a7e64b6eb76661d4f43c2168387390f +SIZE (KDE/applications/18.04.2/kolourpaint-18.04.2.tar.xz) = 5549144 Modified: head/graphics/libkdcraw/distinfo ============================================================================== --- head/graphics/libkdcraw/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/libkdcraw/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/libkdcraw-18.04.1.tar.xz) = d15442ee45bcf80e9399126eeb02d277f06e50c0a6fd101330a8969e054a3804 -SIZE (KDE/applications/18.04.1/libkdcraw-18.04.1.tar.xz) = 42088 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/libkdcraw-18.04.2.tar.xz) = eb846bb85535f4168b497b1495bc39388ecd0282b5dcc1e49ae2a464dc59cd84 +SIZE (KDE/applications/18.04.2/libkdcraw-18.04.2.tar.xz) = 42112 Modified: head/graphics/libkexiv2/distinfo ============================================================================== --- head/graphics/libkexiv2/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/libkexiv2/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/libkexiv2-18.04.1.tar.xz) = 898ce53298569298f206dc9bd6eeeb4336574d2c7fbc0b005640b61de1abd060 -SIZE (KDE/applications/18.04.1/libkexiv2-18.04.1.tar.xz) = 64524 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/libkexiv2-18.04.2.tar.xz) = f37eec77a432ed7b03c87e78dc4af5f6de7d0868d2a31de194b6e38a174317b3 +SIZE (KDE/applications/18.04.2/libkexiv2-18.04.2.tar.xz) = 64532 Modified: head/graphics/libkipi/distinfo ============================================================================== --- head/graphics/libkipi/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/libkipi/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756099 -SHA256 (KDE/applications/18.04.1/libkipi-18.04.1.tar.xz) = f3a29c4f732cf92dca7e6c65694e8b5a86b232b9cef76dbf55a9880c6f413d27 -SIZE (KDE/applications/18.04.1/libkipi-18.04.1.tar.xz) = 103640 +TIMESTAMP = 1528216943 +SHA256 (KDE/applications/18.04.2/libkipi-18.04.2.tar.xz) = 16700d690bb827660760935750a6fdb4e9a4755f28b3405a3cbb109ce9d2adad +SIZE (KDE/applications/18.04.2/libkipi-18.04.2.tar.xz) = 103632 Modified: head/graphics/libksane/distinfo ============================================================================== --- head/graphics/libksane/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/libksane/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/libksane-18.04.1.tar.xz) = ec70af08066beddb88f78bc1e7e66e833f00d4e7ebfbeafb81eab197e2742ecc -SIZE (KDE/applications/18.04.1/libksane-18.04.1.tar.xz) = 137396 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/libksane-18.04.2.tar.xz) = be057f47750d5ae8b9b5bacb332af1b9c603e1636f96b8e8117e49d9be0a8c3a +SIZE (KDE/applications/18.04.2/libksane-18.04.2.tar.xz) = 137488 Modified: head/graphics/okular/distinfo ============================================================================== --- head/graphics/okular/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/okular/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/okular-18.04.1.tar.xz) = 0fa82f9a31de184966303395148dd03f627c64be2d5a2eb070bf13c5a95c0e3a -SIZE (KDE/applications/18.04.1/okular-18.04.1.tar.xz) = 5784656 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/okular-18.04.2.tar.xz) = bf9e4e9ce6cc6f7fae3dfe021ea7954403c7bab77a33434974eb3efe999999c9 +SIZE (KDE/applications/18.04.2/okular-18.04.2.tar.xz) = 5786132 Modified: head/graphics/spectacle/distinfo ============================================================================== --- head/graphics/spectacle/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/graphics/spectacle/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756098 -SHA256 (KDE/applications/18.04.1/spectacle-18.04.1.tar.xz) = ec65c06ad86dd5363f96211375261c626066684a1fea5b1c909a54fed2a11b4d -SIZE (KDE/applications/18.04.1/spectacle-18.04.1.tar.xz) = 1070616 +TIMESTAMP = 1528216942 +SHA256 (KDE/applications/18.04.2/spectacle-18.04.2.tar.xz) = 3660713df10d901e9c1f27ac5de402751b32203e190dc812a38d50ae27bedfb7 +SIZE (KDE/applications/18.04.2/spectacle-18.04.2.tar.xz) = 1070964 Modified: head/japanese/kiten/distinfo ============================================================================== --- head/japanese/kiten/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/japanese/kiten/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756104 -SHA256 (KDE/applications/18.04.1/kiten-18.04.1.tar.xz) = 4c2d48fb598b1d0c705d266bb1a219ccc33171381d81cbe0eecffca8b52adfb8 -SIZE (KDE/applications/18.04.1/kiten-18.04.1.tar.xz) = 11555176 +TIMESTAMP = 1528216947 +SHA256 (KDE/applications/18.04.2/kiten-18.04.2.tar.xz) = 8985170511940dd07f848fa0a0ace6fbdc0bb7586676ca61517f5b0ec072462e +SIZE (KDE/applications/18.04.2/kiten-18.04.2.tar.xz) = 11555704 Modified: head/lang/kross-interpreters/distinfo ============================================================================== --- head/lang/kross-interpreters/distinfo Sun Jun 10 10:30:41 2018 (r472129) +++ head/lang/kross-interpreters/distinfo Sun Jun 10 10:39:35 2018 (r472130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525756104 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Jun 10 10:52:36 2018 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 D13041013996; Sun, 10 Jun 2018 10:52:36 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8177B6B3; Sun, 10 Jun 2018 10:52:36 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 699881D7D8; Sun, 10 Jun 2018 10:52:36 +0000 (UTC) From: Jan Beich To: Glen Barber Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-tags@freebsd.org Subject: Re: svn commit: r471851 - in tags/RELEASE_11_2_0: . www/waterfox/files References: <201806061517.w56FHCoZ061535@repo.freebsd.org> <20180606152238.GA84135@FreeBSD.org> Date: Sun, 10 Jun 2018 12:52:30 +0200 In-Reply-To: <20180606152238.GA84135@FreeBSD.org> (Glen Barber's message of "Wed, 6 Jun 2018 15:22:38 +0000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 10:52:37 -0000 Glen Barber writes: > On Wed, Jun 06, 2018 at 03:17:12PM +0000, Glen Barber wrote: > >> Author: gjb >> Date: Wed Jun 6 15:17:12 2018 >> New Revision: 471851 >> URL: https://svnweb.freebsd.org/changeset/ports/471851 >> >> Log: >> Copy branches/2018Q2@471740 to tags/RELEASE_11_2_0 as part >> of the upcoming 11.2-RELEASE. >> >> Approved by: portmgr (antoine) >> Sponsored by: The FreeBSD Foundation >> >> Added: >> tags/RELEASE_11_2_0/ >> - copied from r471740, branches/2018Q2/ >> Modified: >> tags/RELEASE_11_2_0/www/waterfox/files/patch-bug1402766 >> >> Modified: tags/RELEASE_11_2_0/www/waterfox/files/patch-bug1402766 > > I failed to note in the commit log that there is something malformed in > this specific file with line endings. For example: > > % svn cat svn+ssh://repo.freebsd.org/ports/head/www/waterfox/files/patch-bug1402766 > commit fd42606e30e4 https://github.com/mozilla/gecko-dev/commit/fd42606e30e4.patch is the source but generated via "git log -p --stat --no-prefix --abbrev=12". > diff --git layout/generic/crashtests/1405443.html layout/generic/crashtests/1405443.html > new file mode 100644 > index 000000000000..79313ae1c4d4 > --- /dev/null > +++ layout/generic/crashtests/1405443.html > @@ -0,0 +1,19 @@ > +