pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/qbrew Fixed "extra qualification".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfe62d04ed6e
branches:  trunk
changeset: 536029:cfe62d04ed6e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 01 14:09:53 2007 +0000

description:
Fixed "extra qualification".

diffstat:

 misc/qbrew/distinfo         |   3 ++-
 misc/qbrew/patches/patch-aa |  24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r b127c9c0ce8b -r cfe62d04ed6e misc/qbrew/distinfo
--- a/misc/qbrew/distinfo       Sat Dec 01 14:07:30 2007 +0000
+++ b/misc/qbrew/distinfo       Sat Dec 01 14:09:53 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/01/14 13:55:28 wulf Exp $
+$NetBSD: distinfo,v 1.4 2007/12/01 14:09:53 rillig Exp $
 
 SHA1 (qbrew-0.3.5.tar.gz) = ec67830af5adb413a60c79c59c350467abb6ba7c
 RMD160 (qbrew-0.3.5.tar.gz) = 3134f2763164ba6e9b1200e61f8fe8d1ca916fd4
 Size (qbrew-0.3.5.tar.gz) = 458523 bytes
+SHA1 (patch-aa) = e231af46234b81178e7acea69133f78d08128e42
diff -r b127c9c0ce8b -r cfe62d04ed6e misc/qbrew/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/qbrew/patches/patch-aa       Sat Dec 01 14:09:53 2007 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1 2007/12/01 14:09:53 rillig Exp $
+
+--- qbrew/calc.h.orig  2005-05-31 03:08:34.000000000 +0000
++++ qbrew/calc.h       2007-12-01 13:57:28.000000000 +0000
+@@ -175,15 +175,15 @@ class Calc {
+     static int SRM(Recipe *r);
+ 
+     // convert Specific Gravity to Plato
+-    static double Calc::SgToP(double sg);
++    static double SgToP(double sg);
+     // convert grain extract to yield
+-    static double Calc::extractToYield(double extract);
+-    static double Calc::yieldToExtract(double yield);
++    static double extractToYield(double extract);
++    static double yieldToExtract(double yield);
+ 
+     // add an entry to the utilization table
+     static void addUEntry(const UEntry &u);
+     // get the table of utilizations
+-    static const QValueList<UEntry> &Calc::getUEntryList();
++    static const QValueList<UEntry> &getUEntryList();
+ 
+  private:
+     static double calcOG(Recipe *r);



Home | Main Index | Thread Index | Old Index