[80625] trunk/dports/ruby/rb-rabbit

kimuraw at macports.org kimuraw at macports.org
Fri Jul 15 17:53:27 PDT 2011


Revision: 80625
          http://trac.macports.org/changeset/80625
Author:   kimuraw at macports.org
Date:     2011-07-15 17:53:26 -0700 (Fri, 15 Jul 2011)
Log Message:
-----------
ruby/rb-rabbit: upgrade to 1.0.2.

Modified Paths:
--------------
    trunk/dports/ruby/rb-rabbit/Portfile

Removed Paths:
-------------
    trunk/dports/ruby/rb-rabbit/files/patch-lib-rabbit-source-rwiki.rb.diff

Modified: trunk/dports/ruby/rb-rabbit/Portfile
===================================================================
--- trunk/dports/ruby/rb-rabbit/Portfile	2011-07-16 00:32:42 UTC (rev 80624)
+++ trunk/dports/ruby/rb-rabbit/Portfile	2011-07-16 00:53:26 UTC (rev 80625)
@@ -3,7 +3,7 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		rabbit 0.9.3 setup.rb {README sample misc}
+ruby.setup		rabbit 1.0.2 setup.rb {README sample misc}
 revision		0
 maintainers		kimuraw
 description		An application to do presentation with RD document.
@@ -22,17 +22,9 @@
 supported_archs	noarch
 
 depends_lib-append	port:rb-gtk2 port:rb-rsvg port:rb-poppler \
-					port:rb-htree port:rb-div \
+					port:rb-nokogiri port:rb-coderay port:rb-div \
 					port:rb-rdtool port:rb-rttool
-# rabbiter requires tweetstream and password
-depends_lib-append	port:rb-tweetstream port:rb-password
 
-# disable source rwiki to avoid crash with openssl-1.0.0.
-# port:glib2 is linking /usr/lib/libcrypto.0.9.8.dylib via Carbon.framework.
-# ruby is a flat namespace program. We face problems wheh ruby loads both of
-# libcrypto.0.9.8.dylib from MacOSX and libcrypto.1.0.0.dylib from MacPorts.
-patchfiles			patch-lib-rabbit-source-rwiki.rb.diff
-
 post-build {
 	reinplace "s|^#!.*ruby|#!${ruby.bin}|" \
 		${worksrcpath}/bin/rabbit \
@@ -45,9 +37,9 @@
 }
 
 master_sites    http://rabbit-shockers.org/download/
-checksums		md5 6c638269754a2a7c462df797522bb533 \
-				rmd160 da54df20ae8731854ec41671daf5f8c5799d233a \
-				sha1 c7e24a66de839fcc1e21bcf9f906672a0f0d9a7a
+checksums		md5 11086ae4c4042bc8dd9a89b08dd7bceb \
+				rmd160 89371fe80141c54a421969770ca7026255f1c250 \
+				sha1 916a5951a12ec7f6f1da2cfc5054040359fa8f6b
 
 livecheck.type	regex
 livecheck.url	http://raa.ruby-lang.org/project/rabbit/

Deleted: trunk/dports/ruby/rb-rabbit/files/patch-lib-rabbit-source-rwiki.rb.diff
===================================================================
--- trunk/dports/ruby/rb-rabbit/files/patch-lib-rabbit-source-rwiki.rb.diff	2011-07-16 00:32:42 UTC (rev 80624)
+++ trunk/dports/ruby/rb-rabbit/files/patch-lib-rabbit-source-rwiki.rb.diff	2011-07-16 00:53:26 UTC (rev 80625)
@@ -1,9 +0,0 @@
---- lib/rabbit/source/rwiki.rb.orig	2010-09-26 12:42:39.000000000 +0900
-+++ lib/rabbit/source/rwiki.rb	2010-09-30 00:58:52.000000000 +0900
-@@ -1,3 +1,6 @@
-+# avoid crash with openssl
-+# http://www.cozmixng.org/~w3ml/index.rb/rabbit-shockers/msg/793 (in Japanese)
-+raise LoadError
- require 'rabbit/source/base'
- require 'rwiki/soap/driver'
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110715/d17e32cb/attachment.html>


More information about the macports-changes mailing list