From owner-svn-ports-head@FreeBSD.ORG Mon Oct 1 15:32:12 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F9511065675; Mon, 1 Oct 2012 15:32:12 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1A37A8FC17; Mon, 1 Oct 2012 15:32:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q91FWBCu070803; Mon, 1 Oct 2012 15:32:11 GMT (envelope-from kmoore@svn.freebsd.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q91FWBPe070800; Mon, 1 Oct 2012 15:32:11 GMT (envelope-from kmoore@svn.freebsd.org) Message-Id: <201210011532.q91FWBPe070800@svn.freebsd.org> From: Kris Moore Date: Mon, 1 Oct 2012 15:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305133 - in head/graphics/xsane: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 01 Oct 2012 15:32:12 -0000 Author: kmoore Date: Mon Oct 1 15:32:11 2012 New Revision: 305133 URL: http://svn.freebsd.org/changeset/ports/305133 Log: - Fix to use "xdg-open" for the browser, instead of "netscape" - Bump PORTREV PR: 171554 Submitted by: Dru Lavigne Approved by: Maintainer timeout Added: head/graphics/xsane/files/patch-src_xsane.h (contents, props changed) Modified: head/graphics/xsane/Makefile Modified: head/graphics/xsane/Makefile ============================================================================== --- head/graphics/xsane/Makefile Mon Oct 1 15:01:14 2012 (r305132) +++ head/graphics/xsane/Makefile Mon Oct 1 15:32:11 2012 (r305133) @@ -7,7 +7,7 @@ PORTNAME= xsane PORTVERSION= 0.998 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ Added: head/graphics/xsane/files/patch-src_xsane.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/xsane/files/patch-src_xsane.h Mon Oct 1 15:32:11 2012 (r305133) @@ -0,0 +1,11 @@ +--- src/xsane.h.o 2012-10-01 11:12:56.549589382 -0400 ++++ src/xsane.h 2012-10-01 11:12:40.660589178 -0400 +@@ -251,7 +251,7 @@ + # elif defined(HAVE_OS2_H) + # define DEFAULT_BROWSER "netscape" + # else +-# define DEFAULT_BROWSER "netscape" ++# define DEFAULT_BROWSER "xdg-open" + # endif + #endif +