Date: Sun, 21 May 2017 15:41:39 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441411 - head/devel/libaravis Message-ID: <201705211541.v4LFfdAc080557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sun May 21 15:41:38 2017 New Revision: 441411 URL: https://svnweb.freebsd.org/changeset/ports/441411 Log: - Update to 0.5.9 - gige/usb3vision: device detection fixes - stream: allow to handle circular buffer from callback - build: OSX documentation fix - viewer: latency improvements - viewer: show protocol in camera list view - gigevision: faster connection to devices - gigevision: PENDING ACK support - gige/usb3vision: use vendor aliases for default device id PR: 219410 Reported by: Ivan Rozhuk (Maintainer) <rozhuk.im@gmail.com> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10835 Modified: head/devel/libaravis/Makefile head/devel/libaravis/distinfo Modified: head/devel/libaravis/Makefile ============================================================================== --- head/devel/libaravis/Makefile Sun May 21 15:33:26 2017 (r441410) +++ head/devel/libaravis/Makefile Sun May 21 15:41:38 2017 (r441411) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libaravis -PORTVERSION= 0.5.8 +PORTVERSION= 0.5.9 CATEGORIES= devel MAINTAINER= rozhuk.im@gmail.com @@ -13,7 +13,7 @@ LICENSE= LGPL21+ USE_GITHUB= yes GH_ACCOUNT= AravisProject GH_PROJECT= aravis -GH_TAGNAME= 1b67490cf9c18d3ff3aa023054d79302726e5a66 +GH_TAGNAME= c681c522adb0e3a673bb62d26467af2b7090693a CONFLICTS_INSTALL= ${PORTNAME}* DOCSDIR= ${PREFIX}/share/doc/aravis/aravis-0.6 Modified: head/devel/libaravis/distinfo ============================================================================== --- head/devel/libaravis/distinfo Sun May 21 15:33:26 2017 (r441410) +++ head/devel/libaravis/distinfo Sun May 21 15:41:38 2017 (r441411) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492422334 -SHA256 (AravisProject-aravis-0.5.8-1b67490cf9c18d3ff3aa023054d79302726e5a66_GH0.tar.gz) = 70e5a3544e8802478cac37ad0e7020575951eaa1cc7fd8d4f1bfbf548e06d2c4 -SIZE (AravisProject-aravis-0.5.8-1b67490cf9c18d3ff3aa023054d79302726e5a66_GH0.tar.gz) = 2475392 +TIMESTAMP = 1495381192 +SHA256 (AravisProject-aravis-0.5.9-c681c522adb0e3a673bb62d26467af2b7090693a_GH0.tar.gz) = 6ddf8b8a74df3de53cb728be54a2ecdbaa8dc8a811a9f09f82565c6ee7c1508b +SIZE (AravisProject-aravis-0.5.9-c681c522adb0e3a673bb62d26467af2b7090693a_GH0.tar.gz) = 2478876
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705211541.v4LFfdAc080557>