aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2018-03-08 04:57:27 +0800
committerthierry <thierry@FreeBSD.org>2018-03-08 04:57:27 +0800
commit188e3582337c54a220e3de4047935adbd07911e2 (patch)
treee54de4404e774ac2166905141d250188ac0b5fa7 /net-im
parentce712d9e3b31120bb5f5f687f532194043e35163 (diff)
downloadfreebsd-ports-gnome-188e3582337c54a220e3de4047935adbd07911e2.tar.gz
freebsd-ports-gnome-188e3582337c54a220e3de4047935adbd07911e2.tar.zst
freebsd-ports-gnome-188e3582337c54a220e3de4047935adbd07911e2.zip
Upgrade to 0.8.2 and chase the new toxcore.
PR: 226311
Diffstat (limited to 'net-im')
-rw-r--r--net-im/toxic/Makefile3
-rw-r--r--net-im/toxic/distinfo6
-rw-r--r--net-im/toxic/files/patch-cfg_global__vars.mk5
3 files changed, 7 insertions, 7 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile
index d9a9b1a5f1cf..f396933d1f6d 100644
--- a/net-im/toxic/Makefile
+++ b/net-im/toxic/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= toxic
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.2
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= thierry@FreeBSD.org
diff --git a/net-im/toxic/distinfo b/net-im/toxic/distinfo
index f0eb0d92df5d..00f77aff61d7 100644
--- a/net-im/toxic/distinfo
+++ b/net-im/toxic/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510996634
-SHA256 (JFreegman-toxic-v0.8.1_GH0.tar.gz) = 4bea591a08b3628e06940f0f7b9be320391013564cc8c9e88642af2f2debafd2
-SIZE (JFreegman-toxic-v0.8.1_GH0.tar.gz) = 1146245
+TIMESTAMP = 1520022095
+SHA256 (JFreegman-toxic-v0.8.2_GH0.tar.gz) = 53bdbed3d72d000f9e43b8823523c589540b811bc237ed6f3b4ddf0fe6f9a6b7
+SIZE (JFreegman-toxic-v0.8.2_GH0.tar.gz) = 1146526
diff --git a/net-im/toxic/files/patch-cfg_global__vars.mk b/net-im/toxic/files/patch-cfg_global__vars.mk
index 6b2d86f8ffdc..89cf3af61923 100644
--- a/net-im/toxic/files/patch-cfg_global__vars.mk
+++ b/net-im/toxic/files/patch-cfg_global__vars.mk
@@ -1,14 +1,15 @@
---- cfg/global_vars.mk.orig 2017-11-17 22:44:56 UTC
+--- cfg/global_vars.mk.orig 2018-02-27 23:46:56 UTC
+++ cfg/global_vars.mk
@@ -1,11 +1,7 @@
# Version
- TOXIC_VERSION = 0.8.1
+-TOXIC_VERSION = 0.8.1
-REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
-ifneq (, $(findstring error, $(REV)))
- VERSION = $(TOXIC_VERSION)
-else
- VERSION = $(TOXIC_VERSION)_r$(REV)
-endif
++TOXIC_VERSION = 0.8.2
+#REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
+VERSION = $(TOXIC_VERSION)