From owner-svn-ports-head@FreeBSD.ORG Thu Jan 15 10:14:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B71D678; Thu, 15 Jan 2015 10:14:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37BF6A51; Thu, 15 Jan 2015 10:14:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0FAEH7e085163; Thu, 15 Jan 2015 10:14:17 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0FAEG9U085161; Thu, 15 Jan 2015 10:14:16 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201501151014.t0FAEG9U085161@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 15 Jan 2015 10:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377072 - head/multimedia/cuse4bsd-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 10:14:17 -0000 Author: kwm Date: Thu Jan 15 10:14:16 2015 New Revision: 377072 URL: https://svnweb.freebsd.org/changeset/ports/377072 QAT: https://qat.redports.org/buildarchive/r377072/ Log: Update cuse4bsd-kmod to 0.1.36. Avoid using POLLNVAL as return code for poll events due to compatibility with existing userspace application code. Submitted by: maintainer (via irc) Modified: head/multimedia/cuse4bsd-kmod/Makefile head/multimedia/cuse4bsd-kmod/distinfo Modified: head/multimedia/cuse4bsd-kmod/Makefile ============================================================================== --- head/multimedia/cuse4bsd-kmod/Makefile Thu Jan 15 10:13:21 2015 (r377071) +++ head/multimedia/cuse4bsd-kmod/Makefile Thu Jan 15 10:14:16 2015 (r377072) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuse4bsd-kmod -PORTVERSION= 0.1.35 +PORTVERSION= 0.1.36 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ Modified: head/multimedia/cuse4bsd-kmod/distinfo ============================================================================== --- head/multimedia/cuse4bsd-kmod/distinfo Thu Jan 15 10:13:21 2015 (r377071) +++ head/multimedia/cuse4bsd-kmod/distinfo Thu Jan 15 10:14:16 2015 (r377072) @@ -1,2 +1,2 @@ -SHA256 (cuse4bsd-kmod-0.1.35.tar.bz2) = bee23e1581f4a5e5f61fd9444fa6be14fc2893afbb85314bb4458755f8befa86 -SIZE (cuse4bsd-kmod-0.1.35.tar.bz2) = 15872 +SHA256 (cuse4bsd-kmod-0.1.36.tar.bz2) = 50dae8b64fe00d05138062d8de0f042ede4dc204953d87dc2aab02eed5f519e0 +SIZE (cuse4bsd-kmod-0.1.36.tar.bz2) = 15932