Upgrade to 0.8.2 and chase the new toxcore.

PR:		226311
This commit is contained in:
Thierry Thomas 2018-03-07 20:57:27 +00:00
parent ecbffb4e1d
commit 126ceb1255
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463829
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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)