From owner-svn-ports-all@freebsd.org Sun Jun 7 06:56:42 2020 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 03E6934B273; Sun, 7 Jun 2020 06:56:42 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49fnHF683Wz42bf; Sun, 7 Jun 2020 06:56:41 +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 C9931F351; Sun, 7 Jun 2020 06:56:41 +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 0576ufJA049254; Sun, 7 Jun 2020 06:56:41 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0576ueqb049249; Sun, 7 Jun 2020 06:56:40 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202006070656.0576ueqb049249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 7 Jun 2020 06:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538145 - in head/net-p2p: ktorrent libktorrent X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/net-p2p: ktorrent libktorrent X-SVN-Commit-Revision: 538145 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.33 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, 07 Jun 2020 06:56:42 -0000 Author: tcberner Date: Sun Jun 7 06:56:40 2020 New Revision: 538145 URL: https://svnweb.freebsd.org/changeset/ports/538145 Log: net-p2p/ktorrent: update to 5.2.0 - update net-p2p/libktorrent to 2.2.0 - switched from webkit to webengine Modified: head/net-p2p/ktorrent/Makefile head/net-p2p/ktorrent/distinfo head/net-p2p/ktorrent/pkg-plist head/net-p2p/libktorrent/Makefile head/net-p2p/libktorrent/distinfo head/net-p2p/libktorrent/pkg-plist Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Sun Jun 7 06:36:03 2020 (r538144) +++ head/net-p2p/ktorrent/Makefile Sun Jun 7 06:56:40 2020 (r538145) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ktorrent -DISTVERSION= 5.1.2 -PORTREVISION= 1 +DISTVERSION= 5.2.0 CATEGORIES= net-p2p kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ @@ -20,11 +19,11 @@ LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \ libtag.so:audio/taglib USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons dnssd i18n iconthemes itemviews \ - jobwidgets kcmutils kdewebkit kio kross notifications \ + jobwidgets kcmutils kio kross notifications \ notifyconfig parts plotting service \ solid sonnet syndication textwidgets widgetsaddons \ windowsystem xmlgui -USE_QT= concurrent core dbus gui network phonon4 script webkit widgets xml \ +USE_QT= concurrent core dbus gui network phonon4 script webengine widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= WORKSPACE Modified: head/net-p2p/ktorrent/distinfo ============================================================================== --- head/net-p2p/ktorrent/distinfo Sun Jun 7 06:36:03 2020 (r538144) +++ head/net-p2p/ktorrent/distinfo Sun Jun 7 06:56:40 2020 (r538145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567422739 -SHA256 (ktorrent-5.1.2.tar.xz) = 641427a3d6ecb18b0b28c1cc2ec3ba54612abf684df5e10e6c953cd7af058d4f -SIZE (ktorrent-5.1.2.tar.xz) = 2048604 +TIMESTAMP = 1591510552 +SHA256 (ktorrent-5.2.0.tar.xz) = d1031d745c1ace02d11b59c426610aee779d208e3d1ae81f8559c265173732ff +SIZE (ktorrent-5.2.0.tar.xz) = 2056012 Modified: head/net-p2p/ktorrent/pkg-plist ============================================================================== --- head/net-p2p/ktorrent/pkg-plist Sun Jun 7 06:36:03 2020 (r538144) +++ head/net-p2p/ktorrent/pkg-plist Sun Jun 7 06:56:40 2020 (r538145) @@ -160,7 +160,6 @@ share/kxmlgui5/ktorrent/ktorrent_syndicationui.rc share/kxmlgui5/ktorrent/ktorrentui.rc share/kxmlgui5/ktorrent/kttorrentactivityui.rc share/locale/ar/LC_MESSAGES/ktorrent.mo -share/locale/ast/LC_MESSAGES/ktorrent.mo share/locale/be/LC_MESSAGES/ktorrent.mo share/locale/bg/LC_MESSAGES/ktorrent.mo share/locale/bs/LC_MESSAGES/ktorrent.mo Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Sun Jun 7 06:36:03 2020 (r538144) +++ head/net-p2p/libktorrent/Makefile Sun Jun 7 06:56:40 2020 (r538145) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= libktorrent -DISTVERSION= 2.1.1 -PORTREVISION= 2 +DISTVERSION= 2.2.0 CATEGORIES= net-p2p kde -MASTER_SITES= KDE/stable/ktorrent/5.1.2/ +MASTER_SITES= KDE/stable/ktorrent/5.2.0/ # Since libktorrent is released with ktorrent, it lives in a # strange download directory; keep this in-sync with net-p2p/ktorrent. Modified: head/net-p2p/libktorrent/distinfo ============================================================================== --- head/net-p2p/libktorrent/distinfo Sun Jun 7 06:36:03 2020 (r538144) +++ head/net-p2p/libktorrent/distinfo Sun Jun 7 06:56:40 2020 (r538145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567422939 -SHA256 (libktorrent-2.1.1.tar.xz) = 5cc45c0b50a1b6b2ce64ad0384128f4ac3bc0e4a1417eb58e5e992b510fca100 -SIZE (libktorrent-2.1.1.tar.xz) = 357516 +TIMESTAMP = 1591510519 +SHA256 (libktorrent-2.2.0.tar.xz) = 77c1ddfb0a56c40227e0624c078836a8c22bf5a2fb4a3c0cbd53ee6b174c126e +SIZE (libktorrent-2.2.0.tar.xz) = 357364 Modified: head/net-p2p/libktorrent/pkg-plist ============================================================================== --- head/net-p2p/libktorrent/pkg-plist Sun Jun 7 06:36:03 2020 (r538144) +++ head/net-p2p/libktorrent/pkg-plist Sun Jun 7 06:56:40 2020 (r538145) @@ -193,7 +193,6 @@ lib/libKF5Torrent.so lib/libKF5Torrent.so.6 lib/libKF5Torrent.so.6.0.0 share/locale/ar/LC_MESSAGES/libktorrent5.mo -share/locale/ast/LC_MESSAGES/libktorrent5.mo share/locale/be/LC_MESSAGES/libktorrent5.mo share/locale/bg/LC_MESSAGES/libktorrent5.mo share/locale/bs/LC_MESSAGES/libktorrent5.mo @@ -214,7 +213,6 @@ share/locale/ga/LC_MESSAGES/libktorrent5.mo share/locale/gl/LC_MESSAGES/libktorrent5.mo share/locale/hi/LC_MESSAGES/libktorrent5.mo share/locale/hne/LC_MESSAGES/libktorrent5.mo -share/locale/hr/LC_MESSAGES/libktorrent5.mo share/locale/hu/LC_MESSAGES/libktorrent5.mo share/locale/ia/LC_MESSAGES/libktorrent5.mo share/locale/is/LC_MESSAGES/libktorrent5.mo @@ -238,8 +236,6 @@ share/locale/pt/LC_MESSAGES/libktorrent5.mo share/locale/pt_BR/LC_MESSAGES/libktorrent5.mo share/locale/ro/LC_MESSAGES/libktorrent5.mo share/locale/ru/LC_MESSAGES/libktorrent5.mo -share/locale/se/LC_MESSAGES/libktorrent5.mo -share/locale/si/LC_MESSAGES/libktorrent5.mo share/locale/sk/LC_MESSAGES/libktorrent5.mo share/locale/sl/LC_MESSAGES/libktorrent5.mo share/locale/sr/LC_MESSAGES/libktorrent5.mo