[97190] trunk/dports/ruby/rb-gettext/Portfile

kimuraw at macports.org kimuraw at macports.org
Wed Aug 29 08:15:49 PDT 2012


Revision: 97190
          https://trac.macports.org/changeset/97190
Author:   kimuraw at macports.org
Date:     2012-08-29 08:15:49 -0700 (Wed, 29 Aug 2012)
Log Message:
-----------
ruby/rb-gettext: upgrade to 2.3.0.

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

Modified: trunk/dports/ruby/rb-gettext/Portfile
===================================================================
--- trunk/dports/ruby/rb-gettext/Portfile	2012-08-29 15:14:15 UTC (rev 97189)
+++ trunk/dports/ruby/rb-gettext/Portfile	2012-08-29 15:15:49 UTC (rev 97190)
@@ -3,8 +3,8 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		gettext 2.1.0 gem {} rubyforge_gem
-revision		1
+ruby.setup		gettext 2.3.0 gem {} rubygems
+revision		0
 maintainers		kimuraw openmaintainer
 description		a Localization library and tools which modeled GNU gettext.
 long_description	This library provides to translate original messages to \
@@ -15,15 +15,16 @@
 
 categories-append	devel
 depends_run-append	port:rb-locale
-homepage		http://gettext.rubyforge.org/
+homepage		http://ruby-gettext.github.com/
 license			Ruby
-checksums		md5     0576587a818e311e6eab1d453390eef4 \
-				sha1    89e772d9cc51e803f87471c81e565a5285c50713 \
-				rmd160  8aaebb36c0e9b182caa3c03985065e816da3b080
+checksums		md5     97c3468add02252a5d69573fdb90e5c9 \
+				sha1    10ebf3865f64f025b2a883c416dcf3f886d2d319 \
+				rmd160  b2316ae5fdc5ed841b53962b8ddf69b7ded30c73
 platforms		darwin
 
 post-destroot {
-	reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${prefix}/bin/rgettext
+	reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${prefix}/bin/rxgettext
+	reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${prefix}/bin/rmsginit
 	reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${prefix}/bin/rmsgfmt
 	reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${prefix}/bin/rmsgmerge
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120829/c1f9681e/attachment-0001.html>


More information about the macports-changes mailing list