From owner-svn-ports-head@FreeBSD.ORG Tue Apr 8 08:11:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB4F01A3; Tue, 8 Apr 2014 08:11:39 +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 A8748128C; Tue, 8 Apr 2014 08:11:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s388Bdw1094289; Tue, 8 Apr 2014 08:11:39 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s388Bdu3094288; Tue, 8 Apr 2014 08:11:39 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201404080811.s388Bdu3094288@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 8 Apr 2014 08:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350585 - head/graphics/entangle 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.17 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: Tue, 08 Apr 2014 08:11:39 -0000 Author: danfe Date: Tue Apr 8 08:11:39 2014 New Revision: 350585 URL: http://svnweb.freebsd.org/changeset/ports/350585 QAT: https://qat.redports.org/buildarchive/r350585/ Log: Release maintainership. There is new version available, 0.5.4, but it does not work, exiting with "Trace/BPT trap" error on startup and dumping core. Our devd(8) support patch was submitted upstream in July 2013 and generally welcomed by the author, but he has a slight preference for GIO's GSocket + GUnixSocketAddress APIs, and I never had time to rewrite the patch. After showering my camera with waters of Gulf of Thailand, it is unlikely that I will need to use this port any time soon, so let it go for the moment. Modified: head/graphics/entangle/Makefile Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Tue Apr 8 08:08:31 2014 (r350584) +++ head/graphics/entangle/Makefile Tue Apr 8 08:11:39 2014 (r350585) @@ -2,12 +2,13 @@ # $FreeBSD$ PORTNAME= entangle +# [Non-working] update to 0.5.4: http://people.freebsd.org/~danfe/entangle.diff PORTREVISION= 1 DISTVERSION= 0.5.3 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Digital camera tethered control and capture program LICENSE= GPLv3