diff options
author | knu <knu@FreeBSD.org> | 2002-03-27 06:20:00 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-27 06:20:00 +0800 |
commit | ee1429b230a70e2affe9d2f716f0c7b71b73d33a (patch) | |
tree | 09b7641e90254b7f16dfb750ffca24f4fd263104 /lang/ruby16 | |
parent | a785d97fd34edf3d567423f39cf1ab2d7b29db10 (diff) | |
download | freebsd-ports-graphics-ee1429b230a70e2affe9d2f716f0c7b71b73d33a.tar.gz freebsd-ports-graphics-ee1429b230a70e2affe9d2f716f0c7b71b73d33a.tar.zst freebsd-ports-graphics-ee1429b230a70e2affe9d2f716f0c7b71b73d33a.zip |
lang/ruby:
- Update to the latest 1.6 stable snapshot as of 2002-03-27.
- Update the Oni Guruma alternative regex engine to 20020325.
lang/ruby-devel:
- Update to the latest 1.7 development snapshot as of 2002-03-26.
- Add the WITH_ONIGURUMA knob as well as lang/ruby.
- Require devel/autoconf (2.53 or later is required).
- Add several modules to the obsoleted modules list (now included):
bigfloat
fileutils
racc-runtime
strscan
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby16/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index a21a0334193..2dffc24fcd9 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -27,7 +27,7 @@ MAINTAINER= knu@FreeBSD.org .if defined(WITH_ONIGURUMA) ONIGURUMA_MASTER_SITES= ${MASTER_SITE_RUBY} ONIGURUMA_MASTER_SITE_SUBDIR= contrib -ONIGURUMA_DISTFILE= onigd20020313.tar.gz +ONIGURUMA_DISTFILE= onigd20020325.tar.gz .endif #USE_BZIP2= yes @@ -36,7 +36,7 @@ USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes -USE_AUTOCONF_VER=213 +USE_AUTOCONF= yes # works either with 2.53 or with 2.13 INSTALLS_SHLIB= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ diff --git a/lang/ruby16/distinfo b/lang/ruby16/distinfo index 3b9d5c98501..62ea9ba71af 100644 --- a/lang/ruby16/distinfo +++ b/lang/ruby16/distinfo @@ -1,3 +1,3 @@ MD5 (ruby/ruby-1.6.7.tar.gz) = 4213d723911ce346717d60256fa925e1 -MD5 (ruby/onigd20020313.tar.gz) = d1bfc1cdff9c399e8ae532883943e6c1 -MD5 (ruby/ruby-1.6.7-2002.03.13.diff.bz2) = 6279da2be167ad7a1140775a51fa06af +MD5 (ruby/onigd20020325.tar.gz) = 3cfa28bd30b7d2a27fb3f402de4e5e19 +MD5 (ruby/ruby-1.6.7-2002.03.27.diff.bz2) = 11ad3f19357c5e02cc3a3882ca567f98 |