public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/fordfrog:master commit in: dev-db/pgfouine/files/, dev-db/pgfouine/
Date: Sat, 22 Oct 2011 21:12:02 +0000 (UTC)	[thread overview]
Message-ID: <c6369b97d6b002f766a4298896b6a4c6c818f62f.fordfrog@gentoo> (raw)

commit:     c6369b97d6b002f766a4298896b6a4c6c818f62f
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 21:11:55 2011 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 21:11:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/fordfrog.git;a=commit;h=c6369b97

dev-db/pgfouine: fixed typo in patch

---
 dev-db/pgfouine/ChangeLog                      |    4 ++++
 dev-db/pgfouine/Manifest                       |    4 ++--
 dev-db/pgfouine/files/support-9.0-csvlog.patch |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-db/pgfouine/ChangeLog b/dev-db/pgfouine/ChangeLog
index a1f0288..aea0c2a 100644
--- a/dev-db/pgfouine/ChangeLog
+++ b/dev-db/pgfouine/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Oct 2011; Miroslav Šulc <fordfrog@gentoo.org>
+  files/support-9.0-csvlog.patch:
+  Fixed typo in the patch
+
 *pgfouine-1.2-r2 (22 Oct 2011)
 
   22 Oct 2011; Miroslav Šulc <fordfrog@gentoo.org> -pgfouine-1.2-r1.ebuild,

diff --git a/dev-db/pgfouine/Manifest b/dev-db/pgfouine/Manifest
index 9e440b6..91e9b2d 100644
--- a/dev-db/pgfouine/Manifest
+++ b/dev-db/pgfouine/Manifest
@@ -1,6 +1,6 @@
 AUX disable-hints-for-non-errors.patch 744 RMD160 eb110c7870b4ee8c44841714ce0f57059a5725b6 SHA1 6bf0e4dc414fd9444382de1e3c9906b6ffaad856 SHA256 647ae25fee5d83fd43ac479d628c19c6140c25de8c47043e4e9a72a89cd4a1f6
-AUX support-9.0-csvlog.patch 497 RMD160 0e15740bb4088962ba1474a679fd90596685d1bf SHA1 e43ce3c2301ec300d4d6866f5b2d915088aed677 SHA256 0d4a4ef92d4d68c3b7569228328fd213d73b7fe020fe2d83daee305b3c1bf1de
+AUX support-9.0-csvlog.patch 496 RMD160 7c1bb384e0affdbb5ef9e1fe969e074a25e439c0 SHA1 32fbde4478f206e1f546a52efaf0e9870fb3d8f4 SHA256 e35e2e818b1fffd3755fc9e1e1beb0795373fb0cae52fd8da0f92eeafc62a1b3
 DIST pgfouine-1.2.tar.gz 793004 RMD160 126c8ac1d65e32e093db9f9b510f3d6a5a663237 SHA1 aca54b34d93a6b1faa2c55b382b9f0742fce081d SHA256 6c5b753d7c14744cd23021d327016040cd86e14d29c055babf556ee2160a17fd
 EBUILD pgfouine-1.2-r2.ebuild 1627 RMD160 673522a719e3f7dc992e1b53554e087e15d2c625 SHA1 b8f70f66203bb9c8527125cb6b1615d4884ca6d9 SHA256 df082532217dfcf1f2859c5adaecbe7bdec4bb37144da7d2a46fd55e2e301595
-MISC ChangeLog 1026 RMD160 26fb0eb70fe17bf75a09be33d209fed35183a793 SHA1 5660e4d1982d24fb26b81791b9993514454823be SHA256 c58f9787d81ebec1ca7d0a49f6fffac50c20662c9747397acc6a0099e41392b8
+MISC ChangeLog 1139 RMD160 362451a6ac84640d03615b5c8aeb1f04ba37ab55 SHA1 ce9aba1bceb40cebcb5d5272ae94927fd78380ae SHA256 8c7bfea823c6808af81d3957614a6aa7bace09749923d01ed82a23ae41c3c2dd
 MISC metadata.xml 257 RMD160 743513e54bce621fb29181c8f2c9bc9521f83c12 SHA1 6e6259d3bca13f00ad4e47d103c78a856fcdec7a SHA256 ca5a181e2b7199de87f8012a08f0d58b12de37e4a4cd8e4659e0dad86f774892

diff --git a/dev-db/pgfouine/files/support-9.0-csvlog.patch b/dev-db/pgfouine/files/support-9.0-csvlog.patch
index 70538ee..86e76fa 100644
--- a/dev-db/pgfouine/files/support-9.0-csvlog.patch
+++ b/dev-db/pgfouine/files/support-9.0-csvlog.patch
@@ -7,7 +7,7 @@ index cbd18df..e4a5744 100644
  			$lineParsedCounter ++;
  			
 -			if(count($csvLine) == 22) {
-+			if(count($csvLine) == 22 || (count($csvLine) == 23) {
++			if(count($csvLine) == 22 || count($csvLine) == 23) {
  				$lines =& $lineParser->parse($csvLine);
  				
  				if($lines) {



             reply	other threads:[~2011-10-22 21:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-22 21:12 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-22 21:08 [gentoo-commits] dev/fordfrog:master commit in: dev-db/pgfouine/files/, dev-db/pgfouine/ Miroslav Šulc
2011-06-30  9:59 Miroslav Šulc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c6369b97d6b002f766a4298896b6a4c6c818f62f.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox