svn commit: r473381 - in head/net-im: py-toxcore-c qTox tox toxbot toxic toxins uTox

Thierry Thomas thierry at FreeBSD.org
Tue Jun 26 10:10:06 UTC 2018


Author: thierry
Date: Tue Jun 26 10:10:03 2018
New Revision: 473381
URL: https://svnweb.freebsd.org/changeset/ports/473381

Log:
  - Upgrade Tox to v0.2.3
    Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.3>
  
  - Bump PORTREVISION of consumers.

Modified:
  head/net-im/py-toxcore-c/Makefile
  head/net-im/qTox/Makefile
  head/net-im/tox/Makefile
  head/net-im/tox/distinfo
  head/net-im/toxbot/Makefile
  head/net-im/toxic/Makefile
  head/net-im/toxins/Makefile
  head/net-im/uTox/Makefile

Modified: head/net-im/py-toxcore-c/Makefile
==============================================================================
--- head/net-im/py-toxcore-c/Makefile	Tue Jun 26 10:09:46 2018	(r473380)
+++ head/net-im/py-toxcore-c/Makefile	Tue Jun 26 10:10:03 2018	(r473381)
@@ -4,6 +4,7 @@
 PORTNAME=	toxcore-c
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-im net-p2p python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net-im/qTox/Makefile
==============================================================================
--- head/net-im/qTox/Makefile	Tue Jun 26 10:09:46 2018	(r473380)
+++ head/net-im/qTox/Makefile	Tue Jun 26 10:10:03 2018	(r473381)
@@ -4,6 +4,7 @@
 PORTNAME=	qTox
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.15.0
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Tue Jun 26 10:09:46 2018	(r473380)
+++ head/net-im/tox/Makefile	Tue Jun 26 10:10:03 2018	(r473381)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	toxcore
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net-im net-p2p
 

Modified: head/net-im/tox/distinfo
==============================================================================
--- head/net-im/tox/distinfo	Tue Jun 26 10:09:46 2018	(r473380)
+++ head/net-im/tox/distinfo	Tue Jun 26 10:10:03 2018	(r473381)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524072064
-SHA256 (TokTok-c-toxcore-v0.2.2_GH0.tar.gz) = a3b25d8bd92b9526b47ba1f60a2893d2154a80bb7ae690f44b5a2dea41c76ea1
-SIZE (TokTok-c-toxcore-v0.2.2_GH0.tar.gz) = 463402
+TIMESTAMP = 1530006537
+SHA256 (TokTok-c-toxcore-v0.2.3_GH0.tar.gz) = 22c52f286c46d3f802edb6978bcf2a53f8301363e2b745784613427a33ba3a34
+SIZE (TokTok-c-toxcore-v0.2.3_GH0.tar.gz) = 471336

Modified: head/net-im/toxbot/Makefile
==============================================================================
--- head/net-im/toxbot/Makefile	Tue Jun 26 10:09:46 2018	(r473380)
+++ head/net-im/toxbot/Makefile	Tue Jun 26 10:10:03 2018	(r473381)
@@ -2,6 +2,7 @@
 
 PORTNAME=	toxbot
 DISTVERSION=	g20180325
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile	Tue Jun 26 10:09:46 2018	(r473380)
+++ head/net-im/toxic/Makefile	Tue Jun 26 10:10:03 2018	(r473381)
@@ -3,6 +3,7 @@
 
 PORTNAME=	toxic
 PORTVERSION=	0.8.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-im
 

Modified: head/net-im/toxins/Makefile
==============================================================================
--- head/net-im/toxins/Makefile	Tue Jun 26 10:09:46 2018	(r473380)
+++ head/net-im/toxins/Makefile	Tue Jun 26 10:10:03 2018	(r473381)
@@ -2,6 +2,7 @@
 
 PORTNAME=	toxins
 DISTVERSION=	g20180217
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile	Tue Jun 26 10:09:46 2018	(r473380)
+++ head/net-im/uTox/Makefile	Tue Jun 26 10:10:03 2018	(r473381)
@@ -3,6 +3,7 @@
 PORTNAME=	uTox
 DISTVERSION=	0.17.0
 DISTVERSIONSUFFIX=	-full
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 MASTER_SITES=	https://github.com/uTox/uTox/releases/download/v${PORTVERSION}/
 


More information about the svn-ports-all mailing list