Date: Sun, 26 Apr 2020 01:07:02 +0000 (UTC) From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532992 - in head/net-p2p/py-tremc: . files Message-ID: <202004260107.03Q172nx023221@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rigoletto Date: Sun Apr 26 01:07:02 2020 New Revision: 532992 URL: https://svnweb.freebsd.org/changeset/ports/532992 Log: net-p2p/py-tremc: prepare it to work with transmission 3.00 Added: head/net-p2p/py-tremc/files/patch-tremc (contents, props changed) Modified: head/net-p2p/py-tremc/Makefile Modified: head/net-p2p/py-tremc/Makefile ============================================================================== --- head/net-p2p/py-tremc/Makefile Sun Apr 26 00:11:24 2020 (r532991) +++ head/net-p2p/py-tremc/Makefile Sun Apr 26 01:07:02 2020 (r532992) @@ -3,7 +3,7 @@ PORTNAME= tremc DISTVERSION= 0.9.1-11 DISTVERSIONSUFFIX= -g54a873f -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/net-p2p/py-tremc/files/patch-tremc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/py-tremc/files/patch-tremc Sun Apr 26 01:07:02 2020 (r532992) @@ -0,0 +1,14 @@ +--- tremc.orig 2020-04-25 22:55:52 UTC ++++ tremc +@@ -18,9 +18,9 @@ + VERSION = '0.9.1' + + TRNSM_VERSION_MIN = '1.90' +-TRNSM_VERSION_MAX = '2.94' ++TRNSM_VERSION_MAX = '3.00' + RPC_VERSION_MIN = 8 +-RPC_VERSION_MAX = 15 ++RPC_VERSION_MAX = 16 + + # error codes + CONNECTION_ERROR = 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004260107.03Q172nx023221>