5 Commits

Author SHA1 Message Date
Lawrence Velázquez 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00
Wataru Kimura 367ae993e6 ruby/: ruby.setup option rubyforge_gem -> rubygems (https://trac.macports.org/ticket/47984)
- change ruby.setup option rubyforge_gem to rubygems
- change homepage to the latest URL from search result at rubygems.org
    - if the homepage is still pointing rubyforge.org,
      change URL to the gem page at rubygems.org
- delete livecheck options that will not work

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@137331 d073be05-634f-4543-b044-5fe20cf6d1d6
2015-06-09 11:17:57 +00:00
David Baumgold 0a7fbf2d91 Dropped maintainership on all my ports
I'm moving to homebrew, and I haven't actually touched most of these in ages, anyway

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@99643 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-11-13 04:26:02 +00:00
David Baumgold ff0160490c Added license line for rb19-ruby2ruby
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@69092 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-06-23 15:06:14 +00:00
David Baumgold ead5a69b2e New port: rb19-ruby2ruby
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@69091 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-06-23 15:04:58 +00:00