mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to version 1.4.3.
PR: 15590 Submitted by: maintainer
This commit is contained in:
parent
c0cf667947
commit
3f3ee682a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23962
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: ruby
|
||||
# Version required: 1.4.2
|
||||
# Version required: 1.4.3
|
||||
# Date created: 04 September 1997
|
||||
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= ruby-1.4.2
|
||||
DISTNAME= ruby-1.4.3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \
|
||||
ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby-1.4.2.tar.gz) = 13c18f8cfa0cb0bf1268942cfc04c462
|
||||
MD5 (ruby-1.4.3.tar.gz) = ff2df3fa6855e087998bf5d1fb6dfbd9
|
||||
|
@ -29,7 +29,6 @@ lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/socket.so
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/st.h
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/util.h
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/version.h
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/y.tab.h
|
||||
lib/ruby/%%RUBY_VER%%/English.rb
|
||||
lib/ruby/%%RUBY_VER%%/Env.rb
|
||||
lib/ruby/%%RUBY_VER%%/base64.rb
|
||||
@ -79,6 +78,7 @@ lib/ruby/%%RUBY_VER%%/thwait.rb
|
||||
lib/ruby/%%RUBY_VER%%/timeout.rb
|
||||
lib/ruby/%%RUBY_VER%%/tracer.rb
|
||||
lib/ruby/%%RUBY_VER%%/weakref.rb
|
||||
lib/ruby/%%RUBY_VER%%/cgi/session.rb
|
||||
lib/ruby/%%RUBY_VER%%/net/pop.rb
|
||||
lib/ruby/%%RUBY_VER%%/net/session.rb
|
||||
lib/ruby/%%RUBY_VER%%/net/smtp.rb
|
||||
@ -86,6 +86,7 @@ lib/ruby/%%RUBY_VER%%/net/smtp.rb
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/site_ruby/%%RUBY_ARCH%%
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/site_ruby
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/cgi
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/net
|
||||
@dirrm lib/ruby/%%RUBY_VER%%
|
||||
@dirrm lib/ruby
|
||||
@ -147,7 +148,6 @@ share/examples/ruby/pi.rb
|
||||
share/examples/ruby/rcs.awk
|
||||
share/examples/ruby/rcs.dat
|
||||
share/examples/ruby/rcs.rb
|
||||
share/examples/ruby/rd2html.rb
|
||||
share/examples/ruby/regx.rb
|
||||
share/examples/ruby/rename.rb
|
||||
share/examples/ruby/sieve.rb
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: ruby
|
||||
# Version required: 1.4.2
|
||||
# Version required: 1.4.3
|
||||
# Date created: 04 September 1997
|
||||
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= ruby-1.4.2
|
||||
DISTNAME= ruby-1.4.3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \
|
||||
ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby-1.4.2.tar.gz) = 13c18f8cfa0cb0bf1268942cfc04c462
|
||||
MD5 (ruby-1.4.3.tar.gz) = ff2df3fa6855e087998bf5d1fb6dfbd9
|
||||
|
@ -29,7 +29,6 @@ lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/socket.so
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/st.h
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/util.h
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/version.h
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/y.tab.h
|
||||
lib/ruby/%%RUBY_VER%%/English.rb
|
||||
lib/ruby/%%RUBY_VER%%/Env.rb
|
||||
lib/ruby/%%RUBY_VER%%/base64.rb
|
||||
@ -79,6 +78,7 @@ lib/ruby/%%RUBY_VER%%/thwait.rb
|
||||
lib/ruby/%%RUBY_VER%%/timeout.rb
|
||||
lib/ruby/%%RUBY_VER%%/tracer.rb
|
||||
lib/ruby/%%RUBY_VER%%/weakref.rb
|
||||
lib/ruby/%%RUBY_VER%%/cgi/session.rb
|
||||
lib/ruby/%%RUBY_VER%%/net/pop.rb
|
||||
lib/ruby/%%RUBY_VER%%/net/session.rb
|
||||
lib/ruby/%%RUBY_VER%%/net/smtp.rb
|
||||
@ -86,6 +86,7 @@ lib/ruby/%%RUBY_VER%%/net/smtp.rb
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/site_ruby/%%RUBY_ARCH%%
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/site_ruby
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/cgi
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/net
|
||||
@dirrm lib/ruby/%%RUBY_VER%%
|
||||
@dirrm lib/ruby
|
||||
@ -147,7 +148,6 @@ share/examples/ruby/pi.rb
|
||||
share/examples/ruby/rcs.awk
|
||||
share/examples/ruby/rcs.dat
|
||||
share/examples/ruby/rcs.rb
|
||||
share/examples/ruby/rd2html.rb
|
||||
share/examples/ruby/regx.rb
|
||||
share/examples/ruby/rename.rb
|
||||
share/examples/ruby/sieve.rb
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: ruby
|
||||
# Version required: 1.4.2
|
||||
# Version required: 1.4.3
|
||||
# Date created: 04 September 1997
|
||||
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= ruby-1.4.2
|
||||
DISTNAME= ruby-1.4.3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \
|
||||
ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby-1.4.2.tar.gz) = 13c18f8cfa0cb0bf1268942cfc04c462
|
||||
MD5 (ruby-1.4.3.tar.gz) = ff2df3fa6855e087998bf5d1fb6dfbd9
|
||||
|
@ -29,7 +29,6 @@ lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/socket.so
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/st.h
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/util.h
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/version.h
|
||||
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/y.tab.h
|
||||
lib/ruby/%%RUBY_VER%%/English.rb
|
||||
lib/ruby/%%RUBY_VER%%/Env.rb
|
||||
lib/ruby/%%RUBY_VER%%/base64.rb
|
||||
@ -79,6 +78,7 @@ lib/ruby/%%RUBY_VER%%/thwait.rb
|
||||
lib/ruby/%%RUBY_VER%%/timeout.rb
|
||||
lib/ruby/%%RUBY_VER%%/tracer.rb
|
||||
lib/ruby/%%RUBY_VER%%/weakref.rb
|
||||
lib/ruby/%%RUBY_VER%%/cgi/session.rb
|
||||
lib/ruby/%%RUBY_VER%%/net/pop.rb
|
||||
lib/ruby/%%RUBY_VER%%/net/session.rb
|
||||
lib/ruby/%%RUBY_VER%%/net/smtp.rb
|
||||
@ -86,6 +86,7 @@ lib/ruby/%%RUBY_VER%%/net/smtp.rb
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/site_ruby/%%RUBY_ARCH%%
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/site_ruby
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/cgi
|
||||
@dirrm lib/ruby/%%RUBY_VER%%/net
|
||||
@dirrm lib/ruby/%%RUBY_VER%%
|
||||
@dirrm lib/ruby
|
||||
@ -147,7 +148,6 @@ share/examples/ruby/pi.rb
|
||||
share/examples/ruby/rcs.awk
|
||||
share/examples/ruby/rcs.dat
|
||||
share/examples/ruby/rcs.rb
|
||||
share/examples/ruby/rd2html.rb
|
||||
share/examples/ruby/regx.rb
|
||||
share/examples/ruby/rename.rb
|
||||
share/examples/ruby/sieve.rb
|
||||
|
Loading…
Reference in New Issue
Block a user