svn commit: r500600 - head/net-p2p/torrent-file-editor

Alexey Dokuchaev danfe at FreeBSD.org
Wed May 1 17:57:00 UTC 2019


Author: danfe
Date: Wed May  1 17:56:57 2019
New Revision: 500600
URL: https://svnweb.freebsd.org/changeset/ports/500600

Log:
  Update `torrent-file-editor' to version 0.3.14.

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 May  1 17:48:58 2019	(r500599)
+++ head/net-p2p/torrent-file-editor/Makefile	Wed May  1 17:56:57 2019	(r500600)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	torrent-file-editor
-PORTVERSION=	0.3.13
-PORTREVISION=	3
+PORTVERSION=	0.3.14
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/${PORTNAME}/v${PORTVERSION}
 
@@ -25,6 +24,9 @@ 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

Modified: head/net-p2p/torrent-file-editor/distinfo
==============================================================================
--- head/net-p2p/torrent-file-editor/distinfo	Wed May  1 17:48:58 2019	(r500599)
+++ head/net-p2p/torrent-file-editor/distinfo	Wed May  1 17:56:57 2019	(r500600)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540530501
-SHA256 (torrent-file-editor-0.3.13.tar.gz) = 5565cd7cdcb7f6d2e16aff4cab37a3a2c3965ae8ac567f6964b55d955cf6dd91
-SIZE (torrent-file-editor-0.3.13.tar.gz) = 374616
+TIMESTAMP = 1555042031
+SHA256 (torrent-file-editor-0.3.14.tar.gz) = 1da2d493f9625132aa1fa9e43abb908044705b905cd645570a24c60628f37090
+SIZE (torrent-file-editor-0.3.14.tar.gz) = 377037


More information about the svn-ports-all mailing list