From owner-svn-ports-all@freebsd.org Sat Nov 2 21:27:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56AE7165FC0; Sat, 2 Nov 2019 21:27:12 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 475BwJ1cLbz4F2d; Sat, 2 Nov 2019 21:27:12 +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 1A29216F5; Sat, 2 Nov 2019 21:27:12 +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 xA2LRB1i010238; Sat, 2 Nov 2019 21:27:11 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA2LRBGO010236; Sat, 2 Nov 2019 21:27:11 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201911022127.xA2LRBGO010236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 2 Nov 2019 21:27:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516370 - head/graphics/krita X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/graphics/krita X-SVN-Commit-Revision: 516370 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.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2019 21:27:12 -0000 Author: tcberner Date: Sat Nov 2 21:27:11 2019 New Revision: 516370 URL: https://svnweb.freebsd.org/changeset/ports/516370 Log: graphics/krita: update upstream location, switch to tar.xz Reported by: VVD in IRC Modified: head/graphics/krita/Makefile head/graphics/krita/distinfo Modified: head/graphics/krita/Makefile ============================================================================== --- head/graphics/krita/Makefile Sat Nov 2 21:18:15 2019 (r516369) +++ head/graphics/krita/Makefile Sat Nov 2 21:27:11 2019 (r516370) @@ -3,7 +3,7 @@ PORTNAME= krita DISTVERSION= 4.2.7.1 CATEGORIES= graphics kde -MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION:R} +MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org @@ -34,7 +34,7 @@ LIB_DEPENDS= libImath.so:graphics/ilmbase \ # Disable ninja generator for now (with gmake), until the duplicate test targets are resolved upstream. USES= cmake:noninja gmake compiler:c++11-lib desktop-file-utils \ eigen:3 gettext jpeg kde:5 pkgconfig python:3.4+ qt:5 \ - shared-mime-info xorg + shared-mime-info tar:xz xorg USE_KDE= archive completion config coreaddons crash guiaddons i18n \ itemmodels itemviews kio service widgetsaddons windowsystem USE_QT= concurrent core dbus declarative gui multimedia network printsupport \ Modified: head/graphics/krita/distinfo ============================================================================== --- head/graphics/krita/distinfo Sat Nov 2 21:18:15 2019 (r516369) +++ head/graphics/krita/distinfo Sat Nov 2 21:27:11 2019 (r516370) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570041411 -SHA256 (KDE/krita/krita-4.2.7.1.tar.gz) = 28218030edca9dfa1c7e255401ca6fc8fe0e5329f7611cfc196e35746d312086 -SIZE (KDE/krita/krita-4.2.7.1.tar.gz) = 246204685 +TIMESTAMP = 1572729992 +SHA256 (KDE/krita/krita-4.2.7.1.tar.xz) = 7e0b7cf7688edd93c9bee53547faa0dece85da22f3e3cb86562b9c991791a4eb +SIZE (KDE/krita/krita-4.2.7.1.tar.xz) = 164304772