summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2010-08-29 03:32:59 (GMT)
committerBritney Fransen <brfransen@gmail.com>2010-08-29 03:32:59 (GMT)
commit892d65138d7773d2c5595ff03bae0947f6b00fec (patch)
tree9c1c8e41db949266a4651bf3233ed14b52ea6292 /abs
parent7a9be023215377956af9751971dfa1eee0d13bae (diff)
downloadlinhes_pkgbuild-892d65138d7773d2c5595ff03bae0947f6b00fec.zip
linhes_pkgbuild-892d65138d7773d2c5595ff03bae0947f6b00fec.tar.gz
linhes_pkgbuild-892d65138d7773d2c5595ff03bae0947f6b00fec.tar.bz2
mre: Update MLBEvent from goofee
Diffstat (limited to 'abs')
-rw-r--r--abs/extra-testing/community/mre/PKGBUILD4
-rw-r--r--abs/extra-testing/community/mre/patch.diff13
2 files changed, 9 insertions, 8 deletions
diff --git a/abs/extra-testing/community/mre/PKGBUILD b/abs/extra-testing/community/mre/PKGBUILD
index c950d0c..0987904 100644
--- a/abs/extra-testing/community/mre/PKGBUILD
+++ b/abs/extra-testing/community/mre/PKGBUILD
@@ -1,7 +1,7 @@
arch=('i686')
pkgname=mre
pkgver=1.1.2
-pkgrel=4
+pkgrel=5
_kernver=2.6.28-LinHES
pkgdesc="Myth Recording Extender"
url="http://sourceforge.net/projects/mythtv-tools/"
@@ -32,6 +32,6 @@ build() {
}
md5sums=('8ab312e7597ae9413a57bd5e9a068096'
- '0d0b676367fc4fe459c4f8985872eda6'
+ 'ed6cb9012c88d589e26132796132bf25'
'10e01d572b45ad718e49ff9ef5c230c5'
'6d71ab57afd974c5130c994b94e8746f')
diff --git a/abs/extra-testing/community/mre/patch.diff b/abs/extra-testing/community/mre/patch.diff
index 32a7919..38a501a 100644
--- a/abs/extra-testing/community/mre/patch.diff
+++ b/abs/extra-testing/community/mre/patch.diff
@@ -45,7 +45,7 @@
/**
* Class constructor.
-@@ -43,41 +43,24 @@
+@@ -43,41 +43,25 @@
trigger_error("Unable to generate valid search terms! [$gameInfo]", E_USER_WARNING);
else
{
@@ -89,7 +89,8 @@
+ foreach($data_array as $line)
+ {
+ $line=str_replace("%20", " ", $line);
-+ if((strpos($line,$criteria[0]))&&(strpos($line,$criteria[1])))
++ $line=str_replace("Chicago Sox", "Chicago White Sox", $line); #Program guide gives Chicago White Sox, website gives Chicago Sox
++ if((strpos($line,$criteria[0]))&&(strpos($line,$criteria[1])))
+ {
+ if((strpos($line,'FINAL'))or(strpos($line,'Postponed')))
+ $this->setEventOver(TRUE);
@@ -152,7 +153,7 @@
+ foreach($data_array as $line)
+ {
+ $line=str_replace("%20", " ", $line);
-+ if((strpos($line,$criteria[0]))&&(strpos($line,$criteria[1])))
++ if((strpos($line,$criteria[0]))&&(strpos($line,$criteria[1])))
+ {
+ if(strpos($line,'FINAL'))
+ $this->setEventOver(TRUE);
@@ -215,7 +216,7 @@
+ foreach($data_array as $line)
+ {
+ $line=str_replace("%20", " ", $line);
-+ if((strpos($line,$criteria[0]))&&(strpos($line,$criteria[1])))
++ if((strpos($line,$criteria[0]))&&(strpos($line,$criteria[1])))
+ {
+ if(strpos($line,'FINAL'))
+ $this->setEventOver(TRUE);
@@ -276,7 +277,7 @@
+ foreach($data_array as $line)
+ {
+ $line=str_replace("%20", " ", $line);
-+ if((strpos($line,$criteria[0]))&&(strpos($line,$criteria[1])))
++ if((strpos($line,$criteria[0]))&&(strpos($line,$criteria[1])))
+ {
+ if(strpos($line,'FINAL'))
+ $this->setEventOver(TRUE);
@@ -289,4 +290,4 @@
+ }
}
if(!$this->isValid())
- trigger_error("Unable to find NHL info for '$gameInfo'! The NHL parser may need to be updated.", E_USER_WARNING);
+ trigger_error("Unable to find NHL info for '$gameInfo'! The NHL parser may need to be updated.", E_USER_WARNING); \ No newline at end of file