diff options
author | thierry <thierry@FreeBSD.org> | 2018-03-08 04:58:18 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2018-03-08 04:58:18 +0800 |
commit | 965d3437043a93525fb2f9feb539ee9893a29dea (patch) | |
tree | ad06c3df0a6cda3a7aaf27e1c49246c634cbfcdb /net-im | |
parent | 188e3582337c54a220e3de4047935adbd07911e2 (diff) | |
download | freebsd-ports-gnome-965d3437043a93525fb2f9feb539ee9893a29dea.tar.gz freebsd-ports-gnome-965d3437043a93525fb2f9feb539ee9893a29dea.tar.zst freebsd-ports-gnome-965d3437043a93525fb2f9feb539ee9893a29dea.zip |
Chase the upgrade of toxcore to 0.2.0.
Submitted by: yuri
Differential Revision: https://reviews.freebsd.org/D14558
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-toxcore-c/Makefile | 1 | ||||
-rw-r--r-- | net-im/qTox/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/py-toxcore-c/Makefile b/net-im/py-toxcore-c/Makefile index 769b9bdc4033..8c6c9f5abd70 100644 --- a/net-im/py-toxcore-c/Makefile +++ b/net-im/py-toxcore-c/Makefile @@ -3,6 +3,7 @@ PORTNAME= toxcore-c DISTVERSION= 0.180219 +PORTREVISION= 1 CATEGORIES= net-im net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 5b73f2758e72..170bfe349054 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -5,6 +5,7 @@ PORTNAME= qTox DISTVERSIONPREFIX= v DISTVERSION= 1.13.0-134 DISTVERSIONSUFFIX= -g3780acff +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org |