[103877] trunk/dports/ruby/rb-observable/Portfile

kimuraw at macports.org kimuraw at macports.org
Sat Mar 9 02:11:32 PST 2013


Revision: 103877
          https://trac.macports.org/changeset/103877
Author:   kimuraw at macports.org
Date:     2013-03-09 02:11:32 -0800 (Sat, 09 Mar 2013)
Log Message:
-----------
ruby/rb-observable: upgrade to 0.5, distfile of 0.3 was not found

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

Modified: trunk/dports/ruby/rb-observable/Portfile
===================================================================
--- trunk/dports/ruby/rb-observable/Portfile	2013-03-09 09:56:16 UTC (rev 103876)
+++ trunk/dports/ruby/rb-observable/Portfile	2013-03-09 10:11:32 UTC (rev 103877)
@@ -2,15 +2,16 @@
 PortSystem          1.0
 PortGroup           ruby 1.0
 
-ruby.setup          observable 0.3 install.rb {README examples doc} 
+ruby.setup          observable 0.5 install.rb {README examples doc}
 maintainers         nomaintainer
 description         Mechanism for notifying obervers of state changes
 long_description    A variation on the observer pattern.  Allows the state of a variable \
                     to be exposed to observers. An observer registers code to execute when \
                     the variable changes (and also a pattern to detect changes of interest).  \
                     Notification happens when the writer method is called.
-checksums           md5 6dbb72a649d603072272cb06bd93601d
+checksums           md5 a82350ea33cc1bc8c6448e406bdec952
 homepage            http://redshift.sourceforge.net/${ruby.module}/
 master_sites        ${homepage}
-platforms           darwin 
+license             Ruby
+platforms           darwin
 extract.suffix      .tgz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130309/43af20c7/attachment-0001.html>


More information about the macports-changes mailing list