Date: Mon, 1 Oct 2012 15:32:11 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305133 - in head/graphics/xsane: . files Message-ID: <201210011532.q91FWBPe070800@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dru@FreeBSD.org> 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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210011532.q91FWBPe070800>