From owner-svn-ports-head@freebsd.org Fri Jun 5 17:48:01 2020 Return-Path: Delivered-To: svn-ports-head@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 BCB46332BAA; Fri, 5 Jun 2020 17:48:01 +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.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 49dqqj4dHYz4PRy; Fri, 5 Jun 2020 17:48:01 +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 803C514CA8; Fri, 5 Jun 2020 17:48:01 +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 055Hm1Xs066553; Fri, 5 Jun 2020 17:48:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 055Hm1qD066551; Fri, 5 Jun 2020 17:48:01 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202006051748.055Hm1qD066551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 5 Jun 2020 17:48:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538039 - head/net-p2p/libtorrent-rasterbar X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-p2p/libtorrent-rasterbar X-SVN-Commit-Revision: 538039 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 17:48:01 -0000 Author: yuri Date: Fri Jun 5 17:48:00 2020 New Revision: 538039 URL: https://svnweb.freebsd.org/changeset/ports/538039 Log: net-p2p/libtorrent-rasterbar: Update 1.2.6 -> 1.2.7 Reported by: portscout Modified: head/net-p2p/libtorrent-rasterbar/Makefile head/net-p2p/libtorrent-rasterbar/distinfo head/net-p2p/libtorrent-rasterbar/pkg-plist Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Fri Jun 5 17:42:19 2020 (r538038) +++ head/net-p2p/libtorrent-rasterbar/Makefile Fri Jun 5 17:48:00 2020 (r538039) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -DISTVERSIONPREFIX= libtorrent- -DISTVERSION= 1_2_6 +DISTVERSIONPREFIX= libtorrent_ +DISTVERSION= 1_2_7 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_chrono.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs -USES= cmake iconv:wchar_t libtool pathfix pkgconfig python:2.7,test shebangfix ssl # compiler:c++14-lang +USES= cmake iconv:wchar_t libtool pathfix pkgconfig python:test shebangfix ssl # compiler:c++14-lang LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} SHEBANG_FILES= test/socks.py test/web_server.py USE_GITHUB= yes Modified: head/net-p2p/libtorrent-rasterbar/distinfo ============================================================================== --- head/net-p2p/libtorrent-rasterbar/distinfo Fri Jun 5 17:42:19 2020 (r538038) +++ head/net-p2p/libtorrent-rasterbar/distinfo Fri Jun 5 17:48:00 2020 (r538039) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587410891 -SHA256 (arvidn-libtorrent-libtorrent-1_2_6_GH0.tar.gz) = f98438f3d5688a4f1a164ebb4a7918f5e148c6bda194f6548fb66cc124964cc3 -SIZE (arvidn-libtorrent-libtorrent-1_2_6_GH0.tar.gz) = 3611015 +TIMESTAMP = 1591378348 +SHA256 (arvidn-libtorrent-libtorrent_1_2_7_GH0.tar.gz) = 437d097fea1118264e8e11bac153b3c846b130f1b328560a77cb55ef6909bf87 +SIZE (arvidn-libtorrent-libtorrent_1_2_7_GH0.tar.gz) = 3573386 Modified: head/net-p2p/libtorrent-rasterbar/pkg-plist ============================================================================== --- head/net-p2p/libtorrent-rasterbar/pkg-plist Fri Jun 5 17:42:19 2020 (r538038) +++ head/net-p2p/libtorrent-rasterbar/pkg-plist Fri Jun 5 17:48:00 2020 (r538039) @@ -249,7 +249,7 @@ lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarConfi lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets.cmake lib/libtorrent-rasterbar.so -lib/libtorrent-rasterbar.so.1.2.6 +lib/libtorrent-rasterbar.so.1.2.7 lib/libtorrent-rasterbar.so.%%SHLIB_VER%% libdata/pkgconfig/libtorrent-rasterbar.pc share/cmake/Modules/FindLibtorrentRasterbar.cmake