From owner-svn-ports-all@freebsd.org Mon Dec 11 11:32:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BA7AE8ED4D; Mon, 11 Dec 2017 11:32:03 +0000 (UTC) (envelope-from danfe@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 mx1.freebsd.org (Postfix) with ESMTPS id 08345180B; Mon, 11 Dec 2017 11:32:02 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBBBW2UJ007739; Mon, 11 Dec 2017 11:32:02 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBBW2YN007736; Mon, 11 Dec 2017 11:32:02 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201712111132.vBBBW2YN007736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 11 Dec 2017 11:32:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456022 - in head/net-p2p/torrent-file-editor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/net-p2p/torrent-file-editor: . files X-SVN-Commit-Revision: 456022 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.25 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, 11 Dec 2017 11:32:03 -0000 Author: danfe Date: Mon Dec 11 11:32:01 2017 New Revision: 456022 URL: https://svnweb.freebsd.org/changeset/ports/456022 Log: - Update `net-p2p/torrent-file-editor' to version 0.3.9, which fixes creating torrents which contain files larger than 2 GB in size - TIMESTAMP (torrent-file-editor-0.3.9.tar.gz) = 1512986548 Reported by: portscout Modified: head/net-p2p/torrent-file-editor/Makefile head/net-p2p/torrent-file-editor/distinfo head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt Modified: head/net-p2p/torrent-file-editor/Makefile ============================================================================== --- head/net-p2p/torrent-file-editor/Makefile Mon Dec 11 10:45:13 2017 (r456021) +++ head/net-p2p/torrent-file-editor/Makefile Mon Dec 11 11:32:01 2017 (r456022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= torrent-file-editor -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.9 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} Modified: head/net-p2p/torrent-file-editor/distinfo ============================================================================== --- head/net-p2p/torrent-file-editor/distinfo Mon Dec 11 10:45:13 2017 (r456021) +++ head/net-p2p/torrent-file-editor/distinfo Mon Dec 11 11:32:01 2017 (r456022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512039438 -SHA256 (torrent-file-editor-0.3.8.tar.gz) = 4545a6c2e2cf1eb8924319a86fd4d6cc7aa319c26b31c263de9709c48102762e -SIZE (torrent-file-editor-0.3.8.tar.gz) = 336154 +TIMESTAMP = 1512986548 +SHA256 (torrent-file-editor-0.3.9.tar.gz) = 8821a57fca153bdf0de16f79386e8725092e8377c8defdaeb8e0882122cf8aec +SIZE (torrent-file-editor-0.3.9.tar.gz) = 343340 Modified: head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt ============================================================================== --- head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt Mon Dec 11 10:45:13 2017 (r456021) +++ head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt Mon Dec 11 11:32:01 2017 (r456022) @@ -1,14 +1,5 @@ ---- CMakeLists.txt.orig 2017-09-26 09:30:09 UTC +--- CMakeLists.txt.orig 2017-12-11 09:39:35 UTC +++ CMakeLists.txt -@@ -46,7 +46,7 @@ if(CMAKE_BUILD_TYPE STREQUAL Release OR CMAKE_BUILD_TY - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror") - - # #warning is not an error -- if(NOT APPLE) -+ if(NOT APPLE AND NOT CMAKE_SYSTEM_NAME STREQUAL FreeBSD) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=cpp") - else() - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-#warnings") @@ -108,6 +108,7 @@ if(QT5_BUILD) else() find_package(Qt4 REQUIRED)