summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-11 11:32:01 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-11 11:32:01 +0000
commitda91be60f3991d5c6ece8fa4f33c8c21ab47919b (patch)
tree03ba3fefb33b2aa8e693cecf5529f2f35a2792ad /net-p2p
parentRemove blank line (diff)
- 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
Notes
Notes: svn path=/head/; revision=456022
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/torrent-file-editor/Makefile2
-rw-r--r--net-p2p/torrent-file-editor/distinfo6
-rw-r--r--net-p2p/torrent-file-editor/files/patch-CMakeLists.txt11
3 files changed, 5 insertions, 14 deletions
diff --git a/net-p2p/torrent-file-editor/Makefile b/net-p2p/torrent-file-editor/Makefile
index b1371437b5f7..02ca2f961429 100644
--- a/net-p2p/torrent-file-editor/Makefile
+++ b/net-p2p/torrent-file-editor/Makefile
@@ -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}
diff --git a/net-p2p/torrent-file-editor/distinfo b/net-p2p/torrent-file-editor/distinfo
index 33e5783cdff9..e381b7df045a 100644
--- a/net-p2p/torrent-file-editor/distinfo
+++ b/net-p2p/torrent-file-editor/distinfo
@@ -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
diff --git a/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt b/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt
index 6117e3ef41b1..b9146573470b 100644
--- a/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt
+++ b/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt
@@ -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)