diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-11-16 15:46:23 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-11-16 15:46:23 +0000 |
commit | ceee87182a80f64b281979ba2965e0f604ad9ee6 (patch) | |
tree | 3d54fcc51c217b688f227fbe5c2cdda591a2a309 /net-p2p | |
parent | b8d7e649693033c652165fe1cd24057adbde15e3 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/torrent-file-editor/Makefile | 15 | ||||
-rw-r--r-- | net-p2p/torrent-file-editor/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/torrent-file-editor/pkg-descr | 2 |
3 files changed, 10 insertions, 13 deletions
diff --git a/net-p2p/torrent-file-editor/Makefile b/net-p2p/torrent-file-editor/Makefile index 4a654607b52c..1d97bf8c82e0 100644 --- a/net-p2p/torrent-file-editor/Makefile +++ b/net-p2p/torrent-file-editor/Makefile @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= torrent-file-editor -PORTVERSION= 0.3.14 -PORTREVISION= 1 +PORTVERSION= 0.3.16 +DISTVERSIONPREFIX= v CATEGORIES= net-p2p -MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} MAINTAINER= danfe@FreeBSD.org -COMMENT= Qt-based GUI tool for creating and editing .torrent files +COMMENT= GUI tool for creating and editing .torrent files -LICENSE= GPLv3 +LICENSE= GPLv3+ USES= cmake compiler:c++11-lang desktop-file-utils qt:5 +USE_GITHUB= yes USE_QT= buildtools_build linguisttools_build qmake_build \ core gui widgets @@ -25,11 +25,8 @@ DONATION_DESC= Show donation text in the About dialog DONATION_CMAKE_OFF= -DDISABLE_DONATION:BOOL=ON post-patch: -# Fix apparently forgotten version bump - @${REINPLACE_CMD} -e '/APP_VERSION/s,0\.3\.13,${PORTVERSION},' \ - ${WRKSRC}/CMakeLists.txt # Avoid conflict with C++20 <version> by adding .txt suffix @${REINPLACE_CMD} -i .c++20 '/file/s/version/&.txt/' \ - ${WRKSRC}/Version.cmake ${WRKSRC}/Dmg.cmake + ${WRKSRC}/cmake/Dmg.cmake ${WRKSRC}/cmake/Version.cmake .include <bsd.port.mk> diff --git a/net-p2p/torrent-file-editor/distinfo b/net-p2p/torrent-file-editor/distinfo index 390577b14750..1f861819772b 100644 --- a/net-p2p/torrent-file-editor/distinfo +++ b/net-p2p/torrent-file-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555042031 -SHA256 (torrent-file-editor-0.3.14.tar.gz) = 1da2d493f9625132aa1fa9e43abb908044705b905cd645570a24c60628f37090 -SIZE (torrent-file-editor-0.3.14.tar.gz) = 377037 +TIMESTAMP = 1569226686 +SHA256 (torrent-file-editor-torrent-file-editor-v0.3.16_GH0.tar.gz) = 430338d5d57a58caac7e1f5f2a43a3f4605ef445108297b4e557cc9d4f34afb1 +SIZE (torrent-file-editor-torrent-file-editor-v0.3.16_GH0.tar.gz) = 392827 diff --git a/net-p2p/torrent-file-editor/pkg-descr b/net-p2p/torrent-file-editor/pkg-descr index 0cf42cf84ab3..4e350702bdce 100644 --- a/net-p2p/torrent-file-editor/pkg-descr +++ b/net-p2p/torrent-file-editor/pkg-descr @@ -7,4 +7,4 @@ Some of its features: - Add, remove, and interchange files in .torrent file - Support for different encodings -WWW: https://sourceforge.net/projects/torrent-file-editor/ +WWW: https://torrent-file-editor.github.io/ |