Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2018 13:55:54 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
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
Message-ID:  <201807181355.w6IDts11000638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807181355.w6IDts11000638>