aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgeiger2010-10-25 10:10:13 -0500
committerAdam Vandenberg2010-10-25 08:17:28 -0700
commit45140a57e67e5c724026a653dd4e1cd325a42da0 (patch)
tree118e71ec9a7d219f093e771289cb0e5c12129c0a
parentb0ddda02d03316ba80d99785243290e08b41a2cc (diff)
downloadhomebrew-45140a57e67e5c724026a653dd4e1cd325a42da0.tar.bz2
Update redland and rasqal to newest versions
http://librdf.org/rasqal/RELEASE.html http://librdf.org/RELEASE.html Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/rasqal.rb24
-rw-r--r--Library/Formula/redland.rb4
2 files changed, 4 insertions, 24 deletions
diff --git a/Library/Formula/rasqal.rb b/Library/Formula/rasqal.rb
index 8ef81f66c..3e59fc6be 100644
--- a/Library/Formula/rasqal.rb
+++ b/Library/Formula/rasqal.rb
@@ -1,34 +1,14 @@
require 'formula'
class Rasqal <Formula
- url 'http://download.librdf.org/source/rasqal-0.9.19.tar.gz'
+ url 'http://download.librdf.org/source/rasqal-0.9.20.tar.gz'
homepage 'http://librdf.org/rasqal/'
- md5 '9bc1b40ffe1bdc794887d845d153bd4e'
+ md5 'c45b6cd784298e264e8757d14355ecce'
depends_on 'raptor'
- def patches
- DATA
- end
-
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "make install"
end
end
-
-__END__
-
-Index: rasqal-0.9.19/configure
-===================================================================
---- rasqal-0.9.19.orig/configure 2010-07-06 21:10:32.000000000 -0500
-+++ rasqal-0.9.19/configure 2010-07-06 21:10:41.000000000 -0500
-@@ -11950,7 +11950,7 @@
- RAPTOR_MAX_VERSION_DEC=`echo $RAPTOR_MAX_VERSION | $AWK -F. '{printf("%d\n", 10000*$1 + 100*$2 + $3)};'`
-
- if test "X$with_raptor" = Xauto; then
-- if test "X$RAPTOR_VERSION" -a $RAPTOR_VERSION_DEC -ge $RAPTOR_MIN_VERSION_DEC -a $RAPTOR_VERSION_DEC -le $RAPTOR_MAX_VERSION; then
-+ if test "X$RAPTOR_VERSION" -a $RAPTOR_VERSION_DEC -ge $RAPTOR_MIN_VERSION_DEC -a $RAPTOR_VERSION_DEC -le $RAPTOR_MAX_VERSION_DEC; then
- with_raptor=system
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: System raptor $RAPTOR_VERSION is not in supported range - $RAPTOR_MIN_VERSION to $RAPTOR_MAX_VERSION" >&5
diff --git a/Library/Formula/redland.rb b/Library/Formula/redland.rb
index 70d6cb7e8..51d0c45ff 100644
--- a/Library/Formula/redland.rb
+++ b/Library/Formula/redland.rb
@@ -1,9 +1,9 @@
require 'formula'
class Redland <Formula
- url 'http://download.librdf.org/source/redland-1.0.10.tar.gz'
+ url 'http://download.librdf.org/source/redland-1.0.12.tar.gz'
homepage 'http://librdf.org/'
- md5 'bdbb9b8dc614fc09a14cd646079619e1'
+ md5 '40f37a5ad97fdfbf984f78dcea0c6115'
depends_on 'pkg-config' => :build
depends_on 'raptor'