diff options
author | danfe <danfe@FreeBSD.org> | 2018-07-18 21:55:54 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-07-18 21:55:54 +0800 |
commit | a645b19f19eec0bf64a9515e8056d6c46929c141 (patch) | |
tree | 9c100a8808ff997d5a016a36360d4567cb1a4cac /net-p2p | |
parent | 5f5644a0ed916513784a2abb26f4f65a81a579ee (diff) | |
download | freebsd-ports-gnome-a645b19f19eec0bf64a9515e8056d6c46929c141.tar.gz freebsd-ports-gnome-a645b19f19eec0bf64a9515e8056d6c46929c141.tar.zst freebsd-ports-gnome-a645b19f19eec0bf64a9515e8056d6c46929c141.zip |
- 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
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/torrent-file-editor/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/torrent-file-editor/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/net-p2p/torrent-file-editor/Makefile b/net-p2p/torrent-file-editor/Makefile index 53504d9e3c65..87b9a29803ae 100644 --- a/net-p2p/torrent-file-editor/Makefile +++ b/net-p2p/torrent-file-editor/Makefile @@ -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,9 +11,7 @@ COMMENT= Qt-based GUI tool for creating and editing .torrent files LICENSE= GPLv3 -BROKEN_powerpc64= fails to compile: -Werror=cpp: No option -Wcpp - -USES= cmake desktop-file-utils +USES= cmake compiler:c++11-lang desktop-file-utils _QT4_DEPS= linguisttools_build moc_build qmake_build rcc_build \ uic_build corelib gui @@ -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> diff --git a/net-p2p/torrent-file-editor/distinfo b/net-p2p/torrent-file-editor/distinfo index 9a87537684cf..6d4f84a31c3e 100644 --- a/net-p2p/torrent-file-editor/distinfo +++ b/net-p2p/torrent-file-editor/distinfo @@ -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 |