Date: Sat, 18 Nov 2017 09:39:37 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454418 - in head/net-im/toxic: . files Message-ID: <201711180939.vAI9dbDI035707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sat Nov 18 09:39:37 2017 New Revision: 454418 URL: https://svnweb.freebsd.org/changeset/ports/454418 Log: Upgrade to 0.8.1. Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.8.1>. Added: head/net-im/toxic/files/patch-src_video__device.c (contents, props changed) Modified: head/net-im/toxic/Makefile head/net-im/toxic/distinfo head/net-im/toxic/files/patch-cfg_global__vars.mk Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Sat Nov 18 09:00:14 2017 (r454417) +++ head/net-im/toxic/Makefile Sat Nov 18 09:39:37 2017 (r454418) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v CATEGORIES= net-im Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Sat Nov 18 09:00:14 2017 (r454417) +++ head/net-im/toxic/distinfo Sat Nov 18 09:39:37 2017 (r454418) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496951410 -SHA256 (JFreegman-toxic-v0.8.0_GH0.tar.gz) = 4078167ff09a94a78cd46d55163524b0a6692b56a74458c99093b84316a6c604 -SIZE (JFreegman-toxic-v0.8.0_GH0.tar.gz) = 1145799 +TIMESTAMP = 1510996634 +SHA256 (JFreegman-toxic-v0.8.1_GH0.tar.gz) = 4bea591a08b3628e06940f0f7b9be320391013564cc8c9e88642af2f2debafd2 +SIZE (JFreegman-toxic-v0.8.1_GH0.tar.gz) = 1146245 Modified: head/net-im/toxic/files/patch-cfg_global__vars.mk ============================================================================== --- head/net-im/toxic/files/patch-cfg_global__vars.mk Sat Nov 18 09:00:14 2017 (r454417) +++ head/net-im/toxic/files/patch-cfg_global__vars.mk Sat Nov 18 09:39:37 2017 (r454418) @@ -1,20 +1,16 @@ ---- cfg/global_vars.mk.orig 2017-05-24 18:57:32 UTC +--- cfg/global_vars.mk.orig 2017-11-17 22:44:56 UTC +++ cfg/global_vars.mk -@@ -1,11 +1,11 @@ +@@ -1,11 +1,7 @@ # Version --TOXIC_VERSION = 0.7.2 + TOXIC_VERSION = 0.8.1 -REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") -ifneq (, $(findstring error, $(REV))) -+TOXIC_VERSION = 0.8.0 -+#REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") -+#ifneq (, $(findstring error, $(REV))) - VERSION = $(TOXIC_VERSION) +- VERSION = $(TOXIC_VERSION) -else - VERSION = $(TOXIC_VERSION)_r$(REV) -endif -+#else -+# VERSION = $(TOXIC_VERSION)_r$(REV) -+#endif ++#REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") ++VERSION = $(TOXIC_VERSION) # Project directories BUILD_DIR = $(BASE_DIR)/build Added: head/net-im/toxic/files/patch-src_video__device.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/toxic/files/patch-src_video__device.c Sat Nov 18 09:39:37 2017 (r454418) @@ -0,0 +1,11 @@ +--- src/video_device.c.orig 2017-11-17 22:44:56 UTC ++++ src/video_device.c +@@ -37,7 +37,7 @@ + #include <sys/stat.h> + #include <sys/mman.h> + #include <fcntl.h> +-#if defined(__linux__) ++#if defined(__linux__) || defined(__FreeBSD__) + #include <linux/videodev2.h> + #else + #include <sys/videoio.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711180939.vAI9dbDI035707>