From owner-svn-ports-all@freebsd.org Mon Sep 2 11:29:33 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 60AB4DA640; Mon, 2 Sep 2019 11:29:33 +0000 (UTC) (envelope-from adridg@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 46MSXs1yQWz4bHS; Mon, 2 Sep 2019 11:29:33 +0000 (UTC) (envelope-from adridg@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 2367A19568; Mon, 2 Sep 2019 11:29:33 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x82BTW4w088188; Mon, 2 Sep 2019 11:29:32 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x82BTWEj088183; Mon, 2 Sep 2019 11:29:32 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201909021129.x82BTWEj088183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Mon, 2 Sep 2019 11:29:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510777 - in head/net-p2p: ktorrent ktorrent/files libktorrent X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/net-p2p: ktorrent ktorrent/files libktorrent X-SVN-Commit-Revision: 510777 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: Mon, 02 Sep 2019 11:29:33 -0000 Author: adridg Date: Mon Sep 2 11:29:31 2019 New Revision: 510777 URL: https://svnweb.freebsd.org/changeset/ports/510777 Log: Update ktorrent to latest upstream release, 5.1.2 - also chase attendant libktorrent - switch libktorrent to release tarballs instead of GitHub From the release announcement, Fixes: * Fix HTTP seeding. * Fix memory corruption in ScanFolder plugin. * Fix a few issues found by clang-tidy. * Some build fixes (missing include headers) that get triggered on certain versions of Qt/KF5 frameworks. Deleted: head/net-p2p/ktorrent/files/ Modified: head/net-p2p/ktorrent/Makefile head/net-p2p/ktorrent/distinfo 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 Mon Sep 2 10:20:11 2019 (r510776) +++ head/net-p2p/ktorrent/Makefile Mon Sep 2 11:29:31 2019 (r510777) @@ -1,12 +1,12 @@ # $FreeBSD$ -# TODO: once plasma5 ports are in, re-add dependency on workspace. - PORTNAME= ktorrent -DISTVERSION= 5.1.1 -PORTREVISION= 5 +DISTVERSION= 5.1.2 CATEGORIES= net-p2p kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ + +# Since libktorrent is released with ktorrent, it lives in a +# strange download directory; keep this in-sync with net-p2p/libktorrent. MAINTAINER= kde@FreeBSD.org COMMENT= BitTorrent client for KDE Modified: head/net-p2p/ktorrent/distinfo ============================================================================== --- head/net-p2p/ktorrent/distinfo Mon Sep 2 10:20:11 2019 (r510776) +++ head/net-p2p/ktorrent/distinfo Mon Sep 2 11:29:31 2019 (r510777) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537292923 -SHA256 (ktorrent-5.1.1.tar.xz) = b54149cf1dd3ed59cb7be54c326469a64e152f39f2d7db01de9fdd6b2ce3562a -SIZE (ktorrent-5.1.1.tar.xz) = 2049392 +TIMESTAMP = 1567422739 +SHA256 (ktorrent-5.1.2.tar.xz) = 641427a3d6ecb18b0b28c1cc2ec3ba54612abf684df5e10e6c953cd7af058d4f +SIZE (ktorrent-5.1.2.tar.xz) = 2048604 Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Mon Sep 2 10:20:11 2019 (r510776) +++ head/net-p2p/libktorrent/Makefile Mon Sep 2 11:29:31 2019 (r510777) @@ -1,11 +1,13 @@ # $FreeBSD$ PORTNAME= libktorrent -DISTVERSION= 2.1.0 -PORTREVISION= 10 +DISTVERSION= 2.1.1 CATEGORIES= net-p2p kde -DIST_SUBDIR= KDE/${PORTNAME} +MASTER_SITES= KDE/stable/ktorrent/5.1.2/ +# Since libktorrent is released with ktorrent, it lives in a +# strange download directory; keep this in-sync with net-p2p/ktorrent. + MAINTAINER= kde@FreeBSD.org COMMENT= Torrent library from KTorrent project @@ -15,14 +17,10 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgmp.so:math/gmp \ libqca-qt5.so:devel/qca -USES= cmake compiler:c++11-lang gettext kde:5 qt:5 +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= archive completion config coreaddons crash ecm i18n \ jobwidgets kio service solid widgetsaddons USE_QT= core gui network testlib xml \ buildtools_build qmake_build - -USE_GITHUB= yes -GH_ACCOUNT= KDE -GH_TAGNAME= eb79ad2 .include Modified: head/net-p2p/libktorrent/distinfo ============================================================================== --- head/net-p2p/libktorrent/distinfo Mon Sep 2 10:20:11 2019 (r510776) +++ head/net-p2p/libktorrent/distinfo Mon Sep 2 11:29:31 2019 (r510777) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514050432 -SHA256 (KDE/libktorrent/KDE-libktorrent-2.1.0-eb79ad2_GH0.tar.gz) = dd254caed92bf301c373d61e26130f1330e89949570ae8a61ec6c04b8cb466df -SIZE (KDE/libktorrent/KDE-libktorrent-2.1.0-eb79ad2_GH0.tar.gz) = 376051 +TIMESTAMP = 1567422939 +SHA256 (libktorrent-2.1.1.tar.xz) = 5cc45c0b50a1b6b2ce64ad0384128f4ac3bc0e4a1417eb58e5e992b510fca100 +SIZE (libktorrent-2.1.1.tar.xz) = 357516 Modified: head/net-p2p/libktorrent/pkg-plist ============================================================================== --- head/net-p2p/libktorrent/pkg-plist Mon Sep 2 10:20:11 2019 (r510776) +++ head/net-p2p/libktorrent/pkg-plist Mon Sep 2 11:29:31 2019 (r510777) @@ -192,3 +192,63 @@ lib/cmake/KF5Torrent/KF5TorrentTargets.cmake 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 +share/locale/ca/LC_MESSAGES/libktorrent5.mo +share/locale/ca@valencia/LC_MESSAGES/libktorrent5.mo +share/locale/cs/LC_MESSAGES/libktorrent5.mo +share/locale/da/LC_MESSAGES/libktorrent5.mo +share/locale/de/LC_MESSAGES/libktorrent5.mo +share/locale/el/LC_MESSAGES/libktorrent5.mo +share/locale/en_GB/LC_MESSAGES/libktorrent5.mo +share/locale/eo/LC_MESSAGES/libktorrent5.mo +share/locale/es/LC_MESSAGES/libktorrent5.mo +share/locale/et/LC_MESSAGES/libktorrent5.mo +share/locale/eu/LC_MESSAGES/libktorrent5.mo +share/locale/fi/LC_MESSAGES/libktorrent5.mo +share/locale/fr/LC_MESSAGES/libktorrent5.mo +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 +share/locale/it/LC_MESSAGES/libktorrent5.mo +share/locale/ja/LC_MESSAGES/libktorrent5.mo +share/locale/kk/LC_MESSAGES/libktorrent5.mo +share/locale/km/LC_MESSAGES/libktorrent5.mo +share/locale/ko/LC_MESSAGES/libktorrent5.mo +share/locale/ku/LC_MESSAGES/libktorrent5.mo +share/locale/lt/LC_MESSAGES/libktorrent5.mo +share/locale/lv/LC_MESSAGES/libktorrent5.mo +share/locale/mr/LC_MESSAGES/libktorrent5.mo +share/locale/ms/LC_MESSAGES/libktorrent5.mo +share/locale/nb/LC_MESSAGES/libktorrent5.mo +share/locale/nds/LC_MESSAGES/libktorrent5.mo +share/locale/nl/LC_MESSAGES/libktorrent5.mo +share/locale/nn/LC_MESSAGES/libktorrent5.mo +share/locale/oc/LC_MESSAGES/libktorrent5.mo +share/locale/pl/LC_MESSAGES/libktorrent5.mo +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 +share/locale/sr@ijekavian/LC_MESSAGES/libktorrent5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libktorrent5.mo +share/locale/sr@latin/LC_MESSAGES/libktorrent5.mo +share/locale/sv/LC_MESSAGES/libktorrent5.mo +share/locale/tr/LC_MESSAGES/libktorrent5.mo +share/locale/ug/LC_MESSAGES/libktorrent5.mo +share/locale/uk/LC_MESSAGES/libktorrent5.mo +share/locale/zh_CN/LC_MESSAGES/libktorrent5.mo +share/locale/zh_TW/LC_MESSAGES/libktorrent5.mo