From owner-svn-ports-all@freebsd.org Wed Jul 18 13:55:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA7B1104B1B3; Wed, 18 Jul 2018 13:55:55 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C1667B4EA; Wed, 18 Jul 2018 13:55:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DDD01B220; Wed, 18 Jul 2018 13:55:55 +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 w6IDttAc000640; Wed, 18 Jul 2018 13:55:55 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IDts11000638; Wed, 18 Jul 2018 13:55:54 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201807181355.w6IDts11000638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 18 Jul 2018 13:55:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474864 - head/net-p2p/torrent-file-editor X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/net-p2p/torrent-file-editor X-SVN-Commit-Revision: 474864 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.27 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: Wed, 18 Jul 2018 13:55:55 -0000 Author: danfe Date: Wed Jul 18 13:55:54 2018 New Revision: 474864 URL: https://svnweb.freebsd.org/changeset/ports/474864 Log: - Update `net-p2p/torrent-file-editor' to version 0.3.11 - Request C++11-capable compiler to unbreak the build on PowerPC - Really force correct Qt version (depending on the option) Reported by: portscout Modified: head/net-p2p/torrent-file-editor/Makefile head/net-p2p/torrent-file-editor/distinfo Modified: head/net-p2p/torrent-file-editor/Makefile ============================================================================== --- head/net-p2p/torrent-file-editor/Makefile Wed Jul 18 13:54:37 2018 (r474863) +++ head/net-p2p/torrent-file-editor/Makefile Wed Jul 18 13:55:54 2018 (r474864) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= torrent-file-editor -PORTVERSION= 0.3.10 -PORTREVISION= 1 +PORTVERSION= 0.3.11 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} @@ -12,10 +11,8 @@ COMMENT= Qt-based GUI tool for creating and editing .t LICENSE= GPLv3 -BROKEN_powerpc64= fails to compile: -Werror=cpp: No option -Wcpp +USES= cmake compiler:c++11-lang desktop-file-utils -USES= cmake desktop-file-utils - _QT4_DEPS= linguisttools_build moc_build qmake_build rcc_build \ uic_build corelib gui _QT5_DEPS= buildtools_build linguisttools_build qmake_build \ @@ -34,6 +31,6 @@ QT5_USES_OFF= qt:4 QT5_USE= QT=${_QT5_DEPS:ts,} QT5_USE_OFF= QT=${_QT4_DEPS:ts,} QT5_LIB_DEPENDS_OFF= libqjson.so:devel/qjson@qt4 -QT5_CMAKE_ON= -DQT5_BUILD:BOOL=ON +QT5_CMAKE_BOOL= QT5_BUILD .include Modified: head/net-p2p/torrent-file-editor/distinfo ============================================================================== --- head/net-p2p/torrent-file-editor/distinfo Wed Jul 18 13:54:37 2018 (r474863) +++ head/net-p2p/torrent-file-editor/distinfo Wed Jul 18 13:55:54 2018 (r474864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515993395 -SHA256 (torrent-file-editor-0.3.10.tar.gz) = d2814432561e0546107cc9dd13966bf13f2d3c2f801437dc4d268e2a5ce059f0 -SIZE (torrent-file-editor-0.3.10.tar.gz) = 358911 +TIMESTAMP = 1531657349 +SHA256 (torrent-file-editor-0.3.11.tar.gz) = a8cd78c34bbff405b7d8c72196d31e050e1a31644f35f3ade07fb676628dbd0a +SIZE (torrent-file-editor-0.3.11.tar.gz) = 361720