Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/flexbackup/files: flexbackup-1.2.1-perl-5.16-deprecation-warning.patch
Date: Tue, 24 Dec 2013 14:48:50
Message-Id: 20131224144847.6BBCB2004E@flycatcher.gentoo.org
1 graaff 13/12/24 14:48:47
2
3 Added:
4 flexbackup-1.2.1-perl-5.16-deprecation-warning.patch
5 Log:
6 Fix deprecation warning introduced by perl 5.16, fixing bug 495232.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.1 app-backup/flexbackup/files/flexbackup-1.2.1-perl-5.16-deprecation-warning.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/flexbackup/files/flexbackup-1.2.1-perl-5.16-deprecation-warning.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/flexbackup/files/flexbackup-1.2.1-perl-5.16-deprecation-warning.patch?rev=1.1&content-type=text/plain
15
16 Index: flexbackup-1.2.1-perl-5.16-deprecation-warning.patch
17 ===================================================================
18 --- /usr/bin/flexbackup 2010-12-30 08:09:10.000000000 +0100
19 +++ flexbackup 2013-12-24 15:44:25.000000000 +0100
20 @@ -2688,7 +2688,7 @@
21 }
22
23 # Flag old config file
24 - if (defined(@cfg::filesystems) or defined($cfg::mt_var_blksize)) {
25 + if (@cfg::filesystems or $cfg::mt_var_blksize) {
26 # so strict shuts up
27 my $junk = @cfg::filesystems;
28 $junk = $cfg::mt_var_blksize;