[41242] trunk/dports/lang/ruby19/Portfile

febeling at macports.org febeling at macports.org
Tue Oct 28 16:47:24 PDT 2008


Revision: 41242
          http://trac.macports.org/changeset/41242
Author:   febeling at macports.org
Date:     2008-10-28 16:47:23 -0700 (Tue, 28 Oct 2008)
Log Message:
-----------
lang/ruby19: upgrade to version 1.9.1-preview1. (plus some reformatting, I couldn't resist. sorry.)

Modified Paths:
--------------
    trunk/dports/lang/ruby19/Portfile

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2008-10-28 23:40:02 UTC (rev 41241)
+++ trunk/dports/lang/ruby19/Portfile	2008-10-28 23:47:23 UTC (rev 41242)
@@ -2,48 +2,45 @@
 
 PortSystem         1.0
 
-name			   ruby19
-version			   1.9.0-3
-revision                   1
+name		   ruby19
+version		   1.9.1-preview1
 
-categories		   lang ruby
-maintainers		   febeling openmaintainer
-platforms		   darwin
-description		   Powerful and clean object-oriented scripting language
+categories	   lang ruby
+maintainers	   febeling openmaintainer
+platforms	   darwin
+description	   Powerful and clean object-oriented scripting language
 long_description   Ruby is the interpreted scripting language for quick \
-				   and easy object-oriented programming. It has many \
-				   features to process text files and to do system \
-				   management tasks (as in Perl). It is simple, \
-				   straight-forward, extensible, and portable. \
-                   Version 1.9 contains a new VM called YARV, is faster \
-                   and slightly incompatible from version 1.8. This has \
-                   not yet been released as stable.
+	and easy object-oriented programming. It has many \
+	features to process text files and to do system \
+	management tasks (as in Perl). It is simple, \
+	straight-forward, extensible, and portable. \
+	Version 1.9 contains a new VM called YARV, is faster \
+	and slightly incompatible from version 1.8. It has \
+	not yet been released as stable.
 
-homepage		   http://www.ruby-lang.org/
+homepage	   http://www.ruby-lang.org/
 
 master_sites       ruby:1.9
 use_bzip2          yes
 distname           ruby-${version}
 
-# this odd naming seems to be temporary, after ruby-core:18225 email
-worksrcdir         ruby-1.9.0-r18217
-
-checksums          sha1 dd10ee600231a908e3d37966dd5dee34ba939097
+checksums          md5 0d51dc949bb6b438ad4ebfabbb5f6754
 use_parallel_build no # breaks occasionally 1.9.0-1
 
-depends_lib		   port:libiconv \
-				   port:readline \
-				   port:openssl \
-				   port:zlib \
-                   port:ncurses
+depends_lib	   port:libiconv \
+	port:readline \
+	port:openssl \
+	port:zlib \
+	port:ncurses
 
 configure.args     --enable-shared \
-				   --mandir="${prefix}/share/man" \
-				   --enable-pthread \
-				   --without-tk \
-                   --program-suffix=1.9
+	--mandir="${prefix}/share/man" \
+	--enable-pthread \
+	--without-tk \
+	--program-suffix=1.9
 
-# ignore minor version for archdir, like i686-darwin9
+# Ignore minor version for archdir, like i686-darwin9.
+# Port "ruby" does the same.
 configure.env	UNAME_RELEASE=${os.major}
 
 variant c_api_docs description "Generate documentation for Ruby C API" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081028/22115e7a/attachment.html>


More information about the macports-changes mailing list