From owner-svn-ports-branches@freebsd.org Fri Oct 2 08:15:49 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A22DA0C03D; Fri, 2 Oct 2015 08:15:49 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.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 D42191992; Fri, 2 Oct 2015 08:15:48 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t928Fm1r075099; Fri, 2 Oct 2015 08:15:48 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t928Fm4T075097; Fri, 2 Oct 2015 08:15:48 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201510020815.t928Fm4T075097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 2 Oct 2015 08:15:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r398424 - in branches/2015Q3/deskutils/shutter: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 08:15:49 -0000 Author: nivit Date: Fri Oct 2 08:15:47 2015 New Revision: 398424 URL: https://svnweb.freebsd.org/changeset/ports/398424 Log: MFH: r398372 - Fix runtime error: Global symbol "@args" requires explicit package name at /usr/local/share/shutter/resources/modules/Shutter/App/HelperFunctions.pm line 56. Global symbol "@args" requires explicit package name at /usr/local/share/shutter/resources/modules/Shutter/App/HelperFunctions.pm line 57. Compilation failed in require at /usr/local/bin/shutter line 148. See also: See also: https://bugs.launchpad.net/shutter/+bug/1495163/comments/2 - Bump PORTREVISION Reviewed by: feld Approved by: portmgr (erwin) Modified: branches/2015Q3/deskutils/shutter/Makefile branches/2015Q3/deskutils/shutter/files/patch-CVE-2015-0854 Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/deskutils/shutter/Makefile ============================================================================== --- branches/2015Q3/deskutils/shutter/Makefile Fri Oct 2 07:52:35 2015 (r398423) +++ branches/2015Q3/deskutils/shutter/Makefile Fri Oct 2 08:15:47 2015 (r398424) @@ -3,7 +3,7 @@ PORTNAME= shutter PORTVERSION= 0.93.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://shutter-project.org/wp-content/uploads/releases/tars/ Modified: branches/2015Q3/deskutils/shutter/files/patch-CVE-2015-0854 ============================================================================== --- branches/2015Q3/deskutils/shutter/files/patch-CVE-2015-0854 Fri Oct 2 07:52:35 2015 (r398423) +++ branches/2015Q3/deskutils/shutter/files/patch-CVE-2015-0854 Fri Oct 2 08:15:47 2015 (r398424) @@ -5,7 +5,7 @@ sub xdg_open { my ( $self, $dialog, $link, $user_data ) = @_; - system("xdg-open $link"); -+ @args = ("xdg-open", "$link"); ++ my @args = ("xdg-open", "$link"); + system(@args); if($?){ my $response = $self->{_dialogs}->dlg_error_message(