Skip to content

Commit

Permalink
Add a devel variant.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4490 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jordan K. Hubbard committed Jan 6, 2004
1 parent 211ef43 commit fd0f684
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lang/ruby/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.11 2003/09/20 23:11:46 eric Exp $
# $Id: Portfile,v 1.12 2004/01/06 20:24:07 jkh Exp $

PortSystem 1.0
name ruby
Expand All @@ -15,3 +15,13 @@ master_sites http://xyz.lcs.mit.edu/ruby/1.8/ \
ftp://ftp.ruby-lang.org/pub/ruby/1.8/

checksums md5 582a65e52598a4a1e9fce523e16e67d6

variant devel {
version 1.8.1
fetch.type cvs
cvs.root :pserver:anonymous@cvs.ruby-lang.org:/src
cvs.password anonymous
cvs.module ruby
configure.cmd "autoconf;configure"
worksrcdir ruby
}

0 comments on commit fd0f684

Please sign in to comment.